Skip to content

Commit

Permalink
Fix #430: Backport #425 and #432 to 0.23.x
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed May 7, 2020
1 parent 0a7767d commit 4a874e2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>0.23.2</version>
<version>0.23.3</version>
<packaging>pom</packaging>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions powerauth-java-client-axis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>powerauth-java-client-axis</artifactId>
<version>0.23.2</version>
<version>0.23.3</version>
<name>powerauth-java-client-axis</name>
<description>PowerAuth Server SOAP Service Client - Axis</description>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>0.23.2</version>
<version>0.23.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions powerauth-java-client-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>powerauth-java-client-spring</artifactId>
<version>0.23.2</version>
<version>0.23.3</version>
<name>powerauth-java-client-spring</name>
<description>PowerAuth Server SOAP Service Client</description>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>0.23.2</version>
<version>0.23.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions powerauth-java-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<name>powerauth-java-server</name>
<description>PowerAuth Server</description>
<artifactId>powerauth-java-server</artifactId>
<version>0.23.2</version>
<version>0.23.3</version>
<packaging>war</packaging>

<parent>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-server-parent</artifactId>
<version>0.23.2</version>
<version>0.23.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0"?>
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<deployment>
<exclusions>
<module name="org.apache.xerces" />
<module name="org.apache.xalan" />
</exclusions>
<exclude-subsystems>
<!-- disable the logging subsystem because the application manages its own logging independently -->
<subsystem name="logging" />
Expand Down

0 comments on commit 4a874e2

Please sign in to comment.