Author: kstam
Date: Wed May 22 17:16:07 2013
New Revision: 1485290

URL: http://svn.apache.org/r1485290
Log:
JUDDI-593, upgrading to the latest CXF version, one now needs to specify spring 
as a dependency as well, as it is no longer a transient dependency for CXF.

Modified:
    juddi/trunk/juddi-client/pom.xml
    juddi/trunk/juddi-examples/uddi-annotations/pom.xml
    juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml
    juddi/trunk/juddi-gui/pom.xml
    juddi/trunk/juddiv3-war/pom.xml
    juddi/trunk/pom.xml

Modified: juddi/trunk/juddi-client/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-client/pom.xml?rev=1485290&r1=1485289&r2=1485290&view=diff
==============================================================================
--- juddi/trunk/juddi-client/pom.xml (original)
+++ juddi/trunk/juddi-client/pom.xml Wed May 22 17:16:07 2013
@@ -25,9 +25,6 @@
   <artifactId>juddi-client</artifactId>
   <packaging>bundle</packaging>
   <name>jUDDI Client side Code</name>
-  <properties>
-    <cxf.version>2.3.6</cxf.version>
-  </properties>
 
   <dependencies>
     <dependency>

Modified: juddi/trunk/juddi-examples/uddi-annotations/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/uddi-annotations/pom.xml?rev=1485290&r1=1485289&r2=1485290&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/uddi-annotations/pom.xml (original)
+++ juddi/trunk/juddi-examples/uddi-annotations/pom.xml Wed May 22 17:16:07 2013
@@ -26,9 +26,7 @@
        <artifactId>uddi-annotations</artifactId>
        <name>jUDDI Example Service Registration</name>
        <packaging>war</packaging>
-       <properties>
-               <cxf.version>2.3.1</cxf.version>
-       </properties>
+       
        <dependencies>
                <dependency>
                        <artifactId>juddi-core-openjpa</artifactId>
@@ -73,6 +71,16 @@
                        <version>2.1_3</version>
                </dependency>
                <dependency>
+           <groupId>org.springframework</groupId>
+           <artifactId>spring-context</artifactId>
+           <version>${springframework.version}</version>
+        </dependency>
+        <dependency>
+           <groupId>org.springframework</groupId>
+           <artifactId>spring-web</artifactId>
+           <version>${springframework.version}</version>
+        </dependency>
+               <dependency>
                        <groupId>org.apache.juddi</groupId>
                        <artifactId>juddiv3-war</artifactId>
                        <version>${project.parent.version}</version>

Modified: juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml?rev=1485290&r1=1485289&r2=1485290&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml (original)
+++ juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml Wed May 22 17:16:07 
2013
@@ -10,9 +10,6 @@
   <name>jUDDI Example WSDL2UDDI Deployment Lifecycle</name>
   <description>Demonstrates the steps taken to publish a webservice using the 
WSDL file</description>
 
-    <properties>
-        <cxf.version>2.3.1</cxf.version>
-    </properties>
     <dependencies>
         <dependency>
             <artifactId>juddi-client</artifactId>
@@ -51,6 +48,16 @@
             <artifactId>cglib-nodep</artifactId>
             <version>2.1_3</version>
         </dependency>
+        <dependency>
+           <groupId>org.springframework</groupId>
+           <artifactId>spring-context</artifactId>
+           <version>${springframework.version}</version>
+        </dependency>
+        <dependency>
+           <groupId>org.springframework</groupId>
+           <artifactId>spring-web</artifactId>
+           <version>${springframework.version}</version>
+        </dependency>
     </dependencies>
     <build>
        <finalName>wsdl2uddi</finalName>

Modified: juddi/trunk/juddi-gui/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/pom.xml?rev=1485290&r1=1485289&r2=1485290&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/pom.xml (original)
+++ juddi/trunk/juddi-gui/pom.xml Wed May 22 17:16:07 2013
@@ -18,9 +18,6 @@
        <packaging>war</packaging>
        <name>jUDDI GUI war construction</name>
        <url>http://juddi.apache.org</url>
-       <properties>
-               <cxf.version>2.3.1</cxf.version>
-       </properties>
        <dependencies>
                <dependency>
             <groupId>org.apache.juddi</groupId>

Modified: juddi/trunk/juddiv3-war/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddiv3-war/pom.xml?rev=1485290&r1=1485289&r2=1485290&view=diff
==============================================================================
--- juddi/trunk/juddiv3-war/pom.xml (original)
+++ juddi/trunk/juddiv3-war/pom.xml Wed May 22 17:16:07 2013
@@ -18,9 +18,7 @@
        <packaging>war</packaging>
        <name>jUDDI war construction</name>
        <url>http://juddi.apache.org</url>
-       <properties>
-               <cxf.version>2.3.1</cxf.version>
-       </properties>
+       
        <dependencies>
                <dependency>
                        <artifactId>uddi-ws</artifactId>
@@ -204,6 +202,16 @@
                                        </exclusions>
                                </dependency>
                                <dependency>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring-context</artifactId>
+                   <version>${springframework.version}</version>
+                </dependency>
+                <dependency>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring-web</artifactId>
+                   <version>${springframework.version}</version>
+                </dependency>
+                               <dependency>
                                        
<groupId>org.apache.geronimo.javamail</groupId>
                                        
<artifactId>geronimo-javamail_1.4_mail</artifactId>
                                        <version>1.8.2</version>
@@ -264,6 +272,16 @@
                                        </exclusions>
                                </dependency>
                                <dependency>
+                                  <groupId>org.springframework</groupId>
+                                  <artifactId>spring-context</artifactId>
+                                  <version>${springframework.version}</version>
+                               </dependency>
+                               <dependency>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring-web</artifactId>
+                   <version>${springframework.version}</version>
+                </dependency>
+                               <dependency>
                                        
<groupId>org.apache.geronimo.javamail</groupId>
                                        
<artifactId>geronimo-javamail_1.4_mail</artifactId>
                                        <version>1.8.2</version>

Modified: juddi/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/pom.xml?rev=1485290&r1=1485289&r2=1485290&view=diff
==============================================================================
--- juddi/trunk/pom.xml (original)
+++ juddi/trunk/pom.xml Wed May 22 17:16:07 2013
@@ -40,6 +40,8 @@
         
<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
            <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
            
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+           <cxf.version>2.7.5</cxf.version>
+           <springframework.version>3.2.2.RELEASE</springframework.version>
     </properties>
        
        <issueManagement>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to