Updated android and windows jax-rs

charithag 9 years ago
parent 6d0e59ce67
commit e0187fb41e

@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
<version>2.3.2</version>
</plugin>
@ -110,6 +110,7 @@
</profiles>
<dependencies>
<!--project dependancies-->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>

@ -47,7 +47,7 @@
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<configuration>
<packagingExcludes>WEB-INF/lib/*cxf*.jar</packagingExcludes>
<!--<packagingExcludes>WEB-INF/lib/*cxf*.jar</packagingExcludes>-->
<warName>${project.artifactId}</warName>
</configuration>
</plugin>

Loading…
Cancel
Save