63
63
<target >1.7</target >
64
64
</configuration >
65
65
</plugin >
66
+ <plugin >
67
+ <groupId >org.apache.maven.plugins</groupId >
68
+ <artifactId >maven-resources-plugin</artifactId >
69
+ <version >2.6</version >
70
+ </plugin >
66
71
<plugin >
67
72
<groupId >org.jibx</groupId >
68
73
<artifactId >maven-jibx-plugin</artifactId >
156
161
<version >7.1.0.v20100505</version >
157
162
<!-- <version>7.0.2.v20100331</version> -->
158
163
</dependency >
159
- <dependency >
164
+ <!-- < dependency>
160
165
<groupId>org.apache.jena</groupId>
161
166
<artifactId>jena-core</artifactId>
162
167
<version>2.11.1</version>
163
- </dependency >
168
+ </dependency>-->
164
169
<dependency >
165
170
<groupId >com.vividsolutions</groupId >
166
171
<artifactId >jts</artifactId >
385
390
<groupId >org.slf4j</groupId >
386
391
<artifactId >slf4j-log4j12</artifactId >
387
392
</exclusion >
393
+ <exclusion >
394
+ <groupId >org.jboss.resteasy</groupId >
395
+ <artifactId >resteasy-jaxrs</artifactId >
396
+ </exclusion >
388
397
</exclusions >
389
398
</dependency >
390
399
<dependency >
422
431
<version >1.7.5</version >
423
432
</dependency >
424
433
<dependency >
425
- <groupId >org.glassfish.jersey.containers</groupId >
426
- <!-- if your container implements Servlet API older than 3.0, use "jersey-container-servlet-core" -->
427
- <artifactId >jersey-container-servlet-core</artifactId >
428
- <version >2.7</version >
429
- </dependency >
430
- <!-- Required only when you are using JAX-RS Client -->
431
- <dependency >
432
- <groupId >org.glassfish.jersey.core</groupId >
433
- <artifactId >jersey-client</artifactId >
434
- <version >2.7</version >
435
- </dependency >
434
+ <groupId >org.glassfish.jersey.containers</groupId >
435
+ <artifactId >jersey-container-servlet-core</artifactId >
436
+ <version >2.7</version >
437
+ </dependency >
438
+ <!-- Required only when you are using JAX-RS Client -->
439
+ <!-- <dependency>
440
+ <groupId>org.glassfish.jersey.core</groupId>
441
+ <artifactId>jersey-client</artifactId>
442
+ <version>2.7</version>
443
+ </dependency>-->
444
+ <dependency >
445
+ <groupId >org.jboss.resteasy</groupId >
446
+ <artifactId >resteasy-jaxrs</artifactId >
447
+ <version >3.0.8.Final</version >
448
+ </dependency >
449
+
436
450
</dependencies >
437
451
438
452
</project >
0 commit comments