|
|
@ -90,15 +90,42 @@ |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>jakarta.xml.soap</groupId> |
|
|
|
<artifactId>jakarta.xml.soap-api</artifactId> |
|
|
|
<version>2.0.0-RC3</version> |
|
|
|
<groupId>javax.xml</groupId> |
|
|
|
<artifactId>jaxb-impl</artifactId> |
|
|
|
<version>2.1</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.sun.xml.messaging.saaj</groupId> |
|
|
|
<artifactId>saaj-impl</artifactId> |
|
|
|
<version>1.5.1</version> |
|
|
|
<groupId>javax.xml</groupId> |
|
|
|
<artifactId>jaxb-api</artifactId> |
|
|
|
<version>2.1</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>javax.xml.ws</groupId> |
|
|
|
<artifactId>jaxws-api</artifactId> |
|
|
|
<version>2.3.1</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>javax.jws</groupId> |
|
|
|
<artifactId>javax.jws-api</artifactId> |
|
|
|
<version>1.1</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.sun.xml.bind</groupId> |
|
|
|
<artifactId>jaxb-core</artifactId> |
|
|
|
<version>2.3.0.1</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>javax.xml.soap</groupId> |
|
|
|
<artifactId>javax.xml.soap-api</artifactId> |
|
|
|
<version>1.4.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>javax.activation</groupId> |
|
|
|
<artifactId>activation</artifactId> |
|
|
|
<version>1.1.1</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<build> |
|
|
|