Strabon
changeset 305:c91ab390b86d
Removing obsolete dependency on Apache CXF
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Wed Jun 20 16:48:18 2012 +0300 (2012-06-20) |
parents | 43d00ac76683 |
children | cf6202c799f3 7f1078abc31f |
files | endpoint/WebContent/WEB-INF/beans.xml endpoint/pom.xml pom.xml |
line diff
1.1 --- a/endpoint/WebContent/WEB-INF/beans.xml Wed Jun 20 12:10:38 2012 +0300 1.2 +++ b/endpoint/WebContent/WEB-INF/beans.xml Wed Jun 20 16:48:18 2012 +0300 1.3 @@ -6,12 +6,11 @@ 1.4 http://www.springframework.org/schema/beans/spring-beans-2.5.xsd 1.5 http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd" > 1.6 1.7 +<!-- 1.8 <import resource="classpath:META-INF/cxf/cxf.xml" /> 1.9 - 1.10 <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" /> 1.11 - 1.12 <import resource="classpath:META-INF/cxf/cxf-servlet.xml" /> 1.13 - 1.14 +--> 1.15 <bean 1.16 id="strabonBean" 1.17 class="eu.earthobservatory.org.StrabonEndpoint.StrabonBeanWrapper"
2.1 --- a/endpoint/pom.xml Wed Jun 20 12:10:38 2012 +0300 2.2 +++ b/endpoint/pom.xml Wed Jun 20 16:48:18 2012 +0300 2.3 @@ -87,6 +87,7 @@ 2.4 </exclusions> 2.5 </dependency> 2.6 2.7 + <!-- 2.8 <dependency> 2.9 <groupId>org.apache.cxf</groupId> 2.10 <artifactId>cxf-rt-frontend-jaxws</artifactId> 2.11 @@ -107,7 +108,7 @@ 2.12 </exclusion> 2.13 </exclusions> 2.14 </dependency> 2.15 - 2.16 + --> 2.17 <dependency> 2.18 <groupId>commons-validator</groupId> 2.19 <artifactId>commons-validator</artifactId>
3.1 --- a/pom.xml Wed Jun 20 12:10:38 2012 +0300 3.2 +++ b/pom.xml Wed Jun 20 16:48:18 2012 +0300 3.3 @@ -411,6 +411,7 @@ 3.4 </dependency> 3.5 3.6 <!-- Apache CXF framework --> 3.7 + <!-- 3.8 <dependency> 3.9 <groupId>org.apache.cxf</groupId> 3.10 <artifactId>cxf-rt-frontend-jaxws</artifactId> 3.11 @@ -428,7 +429,7 @@ 3.12 <artifactId>cxf-rt-transports-http-jetty</artifactId> 3.13 <version>2.2.5</version> 3.14 </dependency> 3.15 - 3.16 + --> 3.17 <!-- Compliance tests --> 3.18 <dependency> 3.19 <groupId>edu.lehigh.swat.bench</groupId>