Skip to content

Commit

Permalink
[ENTESB-18504] [wsdl2rest] Infinite loop in Apache Xerces Java
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiesler committed Feb 15, 2022
1 parent ab44ee0 commit df90d91
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
23 changes: 11 additions & 12 deletions jaxws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-xmljson</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>1.2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
Expand Down Expand Up @@ -56,6 +45,11 @@
<artifactId>camel-jetty</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-xmljson</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
Expand All @@ -76,6 +70,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand All @@ -87,7 +86,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
<version>2.12.2</version>
</dependency>
</dependencies>
<executions>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<version.junit>4.12.0.redhat-003</version.junit>
<version.assertj>3.11.1</version.assertj>
<version.wsdl4j>1.6.3.redhat-2</version.wsdl4j>
<version.xom>1.2.5</version.xom>

<!-- Plugin versions -->
<version-build-helper-plugin>3.0.0</version-build-helper-plugin>
Expand Down Expand Up @@ -103,6 +104,11 @@
<artifactId>wsdl4j</artifactId>
<version>${version.wsdl4j}</version>
</dependency>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>${version.xom}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit df90d91

Please sign in to comment.