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