Project

General

Profile

« Previous | Next » 

Revision 56636

View differences:

pom.xml
246 246
            <version>1.1.5.RELEASE</version>
247 247
        </dependency>
248 248

  
249
<!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api -->
250
<dependency>
251
    <groupId>javax.xml.ws</groupId>
252
    <artifactId>jaxws-api</artifactId>
253
    <version>2.3.0</version>
254
</dependency>
255
<!-- https://mvnrepository.com/artifact/javax.jws/javax.jws-api -->
256
<dependency>
257
    <groupId>javax.jws</groupId>
258
    <artifactId>javax.jws-api</artifactId>
259
    <version>1.1</version>
260
</dependency>
261
<dependency>
262
    <groupId>javax.xml.bind</groupId>
263
    <artifactId>jaxb-api</artifactId>
264
    <version>2.3.0</version>
265
</dependency>
266
<dependency>
267
    <groupId>com.sun.xml.bind</groupId>
268
    <artifactId>jaxb-impl</artifactId>
269
    <version>2.3.0</version>
270
</dependency>
271
<!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-core -->
272
<dependency>
273
    <groupId>com.sun.xml.bind</groupId>
274
    <artifactId>jaxb-core</artifactId>
275
    <version>2.3.0</version>
276
</dependency>
277
<dependency>
278
  <groupId>javax.activation</groupId>
279
  <artifactId>activation</artifactId>
280
  <version>1.1-rev-1</version>
281
</dependency>
282

  
283

  
249 284
    </dependencies>
250 285

  
251 286
    <build>

Also available in: Unified diff