You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/03/24 19:56:28 UTC

svn commit: r1085072 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Thu Mar 24 18:56:28 2011
New Revision: 1085072

URL: http://svn.apache.org/viewvc?rev=1085072&view=rev
Log:
Update to latest versions of a bunch of things

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1085072&r1=1085071&r2=1085072&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Mar 24 18:56:28 2011
@@ -49,8 +49,8 @@
         <cxf.saaj.impl.version>1.3.2</cxf.saaj.impl.version>
 
         <!-- please maintain alphabetical order here -->
-        <cxf.abdera.version>1.1</cxf.abdera.version>
-        <cxf.activemq.version>5.4.1</cxf.activemq.version>
+        <cxf.abdera.version>1.1.2</cxf.abdera.version>
+        <cxf.activemq.version>5.4.2</cxf.activemq.version>
         <cxf.derby.version>10.2.2.0</cxf.derby.version>
 
         <cxf.jaxb21.version>2.1</cxf.jaxb21.version>
@@ -69,7 +69,7 @@
 
         <cxf.jdom.version>1.0</cxf.jdom.version>
         <cxf.jetty.version>7.3.1.v20110307</cxf.jetty.version>
-        <cxf.msv.version>2010.1</cxf.msv.version>
+        <cxf.msv.version>2010.2</cxf.msv.version>
         <cxf.rhino.version>1.7R2</cxf.rhino.version>
         <cxf.saaj.version>1.3</cxf.saaj.version>
         <cxf.servlet-api.group>org.apache.geronimo.specs</cxf.servlet-api.group>
@@ -79,11 +79,13 @@
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.stax.impl.groupId>org.codehaus.woodstox</cxf.stax.impl.groupId>
         <cxf.stax.impl.artifactId>woodstox-core-asl</cxf.stax.impl.artifactId>
-        <cxf.stax.impl.version>4.0.8</cxf.stax.impl.version>
+        <cxf.woodstox.core.version>4.1.1</cxf.woodstox.core.version>
+        <cxf.stax.impl.version>${cxf.woodstox.core.version}</cxf.stax.impl.version>
         <cxf.wsdl4j.version>1.6.2</cxf.wsdl4j.version>
         <cxf.xmlbeans.version>2.4.0</cxf.xmlbeans.version>
         <cxf.xmlschema.version>2.0</cxf.xmlschema.version>
         <cxf.jibx.version>1.2.3</cxf.jibx.version>
+        <cxf.axiom.version>1.2.10</cxf.axiom.version>
         <cxf.checkstyle.extension />
 
         <cxf.spring.validation.mode>VALIDATION_AUTO</cxf.spring.validation.mode>
@@ -281,19 +283,19 @@
                         <argLine>${cxf.surefire.fork.vmargs}</argLine>
                         <parallel>${cxf.surefire.parallel.mode}</parallel>
                         <systemPropertyVariables>
-			        <org.apache.ws.commons.schema.protectReadOnlyCollections>${cxf.protect-xmlschema-collections}</org.apache.ws.commons.schema.protectReadOnlyCollections>
-                                <useRandomPorts>true</useRandomPorts>
-                                <cxf.validateServiceSchemas>${cxf.validateServices}</cxf.validateServiceSchemas>
-                                <java.awt.headless>${java.awt.headless}</java.awt.headless>
-                                <java.util.logging.config.file>${basedir}/target/test-classes/logging.properties</java.util.logging.config.file>
-                                <org.apache.activemq.default.directory.prefix>${basedir}/target/ActiveMQ/</org.apache.activemq.default.directory.prefix>
-                                <derby.system.home>${basedir}/target/derby</derby.system.home>
-                                <spring.validation.mode>${cxf.spring.validation.mode}</spring.validation.mode>
-                                <server.launcher.vmargs>${cxf.server.launcher.vmargs}</server.launcher.vmargs>
-                                <!-- If we close the port after a client in the same JVM has opened a keep-alive
-                                connection, on some Linux's, the socket remains consumed until
-                                some timeout occurs.   That may cause some tests to timeout/hang. -->
-                                <org.apache.cxf.transports.http_jetty.DontClosePort>false</org.apache.cxf.transports.http_jetty.DontClosePort>
+                            <org.apache.ws.commons.schema.protectReadOnlyCollections>${cxf.protect-xmlschema-collections}</org.apache.ws.commons.schema.protectReadOnlyCollections>
+                            <useRandomPorts>true</useRandomPorts>
+                            <cxf.validateServiceSchemas>${cxf.validateServices}</cxf.validateServiceSchemas>
+                            <java.awt.headless>${java.awt.headless}</java.awt.headless>
+                            <java.util.logging.config.file>${basedir}/target/test-classes/logging.properties</java.util.logging.config.file>
+                            <org.apache.activemq.default.directory.prefix>${basedir}/target/ActiveMQ/</org.apache.activemq.default.directory.prefix>
+                            <derby.system.home>${basedir}/target/derby</derby.system.home>
+                            <spring.validation.mode>${cxf.spring.validation.mode}</spring.validation.mode>
+                            <server.launcher.vmargs>${cxf.server.launcher.vmargs}</server.launcher.vmargs>
+                            <!-- If we close the port after a client in the same JVM has opened a keep-alive
+                            connection, on some Linux's, the socket remains consumed until
+                            some timeout occurs.   That may cause some tests to timeout/hang. -->
+                            <org.apache.cxf.transports.http_jetty.DontClosePort>false</org.apache.cxf.transports.http_jetty.DontClosePort>
                         </systemPropertyVariables>
                     </configuration>
                 </plugin>
@@ -370,14 +372,20 @@
             <dependency>
                 <groupId>com.sun.xml.fastinfoset</groupId>
                 <artifactId>FastInfoset</artifactId>
-                <version>1.2.8</version>
+                <version>1.2.9</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>javax.xml</groupId>
+                        <artifactId>jsr173</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
 
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.8.1</version>
+                <version>4.8.2</version>
                 <scope>test</scope>
             </dependency>
 
@@ -454,7 +462,7 @@
             <dependency>
                 <groupId>org.apache.ant</groupId>
                 <artifactId>ant</artifactId>
-                <version>1.8.1</version>
+                <version>1.8.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.ant</groupId>
@@ -474,7 +482,7 @@
             <dependency>
                 <groupId>org.apache.servicemix.specs</groupId>
                 <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
-                <version>1.5.0</version>
+                <version>1.7.0</version>
                 <scope>provided</scope>
             </dependency>
 
@@ -513,6 +521,7 @@
                     </exclusion>
  
 
+
                 </exclusions>
             </dependency>
             <dependency>
@@ -574,12 +583,12 @@
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-webapp</artifactId>
                 <version>${cxf.jetty.version}</version>
-	    </dependency>
+            </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-servlet</artifactId>
                 <version>${cxf.jetty.version}</version>
-	    </dependency>
+            </dependency>
             <dependency>
                 <groupId>xalan</groupId>
                 <artifactId>xalan</artifactId>
@@ -839,12 +848,12 @@
             <dependency>
                 <groupId>org.springframework.security</groupId>
                 <artifactId>spring-security-core</artifactId>
-                <version>2.0.4</version>
+                <version>2.0.6.RELEASE</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework.security</groupId>
                 <artifactId>spring-security-core-tiger</artifactId>
-                <version>2.0.4</version>
+                <version>2.0.6.RELEASE</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.springframework</groupId>
@@ -871,7 +880,7 @@
             <dependency>
                 <groupId>org.springframework.security</groupId>
                 <artifactId>spring-security-acl</artifactId>
-                <version>2.0.4</version>
+                <version>2.0.6.RELEASE</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.springframework</groupId>
@@ -896,24 +905,24 @@
                 </exclusions>
             </dependency>
             <dependency>
-                 <groupId>org.springframework</groupId>
-                 <artifactId>spring-dao</artifactId>
-                 <version>2.0.8</version>
-                 <exclusions>
-                  <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-jdbc</artifactId>
-                  </exclusion>
-                  <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-remoting</artifactId>
-                  </exclusion> 
-                  <exclusion>
-                   <groupId>org.springframework</groupId>
-                   <artifactId>spring-support</artifactId>
-                  </exclusion>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-dao</artifactId>
+                <version>2.0.8</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.springframework</groupId>
+                        <artifactId>spring-jdbc</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.springframework</groupId>
+                        <artifactId>spring-remoting</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.springframework</groupId>
+                        <artifactId>spring-support</artifactId>
+                    </exclusion>
                 </exclusions>
-             </dependency> 
+            </dependency>
 
             <dependency>
                 <groupId>org.springframework</groupId>
@@ -927,9 +936,9 @@
                 <version>3.1</version>
             </dependency>
             <dependency>
-              <groupId>commons-codec</groupId>
-              <artifactId>commons-codec</artifactId>
-              <version>1.4</version>
+                <groupId>commons-codec</groupId>
+                <artifactId>commons-codec</artifactId>
+                <version>1.4</version>
             </dependency>
             <dependency>
                 <groupId>commons-pool</groupId>
@@ -1076,26 +1085,26 @@
                     </exclusion>
                 </exclusions>
             </dependency>
-	    <dependency>
-	        <groupId>org.jibx</groupId>
-            <artifactId>jibx-bind</artifactId>
-            <version>${cxf.jibx.version}</version>
-	    </dependency>
-	    <dependency>
-            <groupId>org.jibx</groupId>
-            <artifactId>jibx-run</artifactId>
-            <version>${cxf.jibx.version}</version>
-	    </dependency>
-	    <dependency>
-            <groupId>org.jibx</groupId>
-            <artifactId>jibx-schema</artifactId>
-            <version>${cxf.jibx.version}</version>
-	    </dependency>
-	    <dependency>
-            <groupId>org.jibx</groupId>
-            <artifactId>jibx-tools</artifactId>
-            <version>${cxf.jibx.version}</version>
-	    </dependency>
+            <dependency>
+                <groupId>org.jibx</groupId>
+                <artifactId>jibx-bind</artifactId>
+                <version>${cxf.jibx.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jibx</groupId>
+                <artifactId>jibx-run</artifactId>
+                <version>${cxf.jibx.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jibx</groupId>
+                <artifactId>jibx-schema</artifactId>
+                <version>${cxf.jibx.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jibx</groupId>
+                <artifactId>jibx-tools</artifactId>
+                <version>${cxf.jibx.version}</version>
+            </dependency>
             <dependency>
                 <groupId>xml-resolver</groupId>
                 <artifactId>xml-resolver</artifactId>
@@ -1104,7 +1113,7 @@
             <dependency>
                 <groupId>commons-lang</groupId>
                 <artifactId>commons-lang</artifactId>
-                <version>2.5</version>
+                <version>2.6</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
@@ -1212,7 +1221,7 @@
             <dependency>
                 <groupId>org.apache.ws.commons.axiom</groupId>
                 <artifactId>axiom-api</artifactId>
-                <version>1.2.9</version>
+                <version>${cxf.axiom.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.mail</groupId>
@@ -1255,7 +1264,7 @@
             <dependency>
                 <groupId>org.apache.ws.commons.axiom</groupId>
                 <artifactId>axiom-impl</artifactId>
-                <version>1.2.9</version>
+                <version>${cxf.axiom.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.mail</groupId>
@@ -1322,7 +1331,7 @@
             <dependency>
                 <groupId>org.codehaus.woodstox</groupId>
                 <artifactId>woodstox-core-asl</artifactId>
-                <version>4.0.8</version>
+                <version>${cxf.woodstox.core.version}</version>
             </dependency>
             <dependency>
                 <groupId>net.java.dev.msv</groupId>
@@ -1569,7 +1578,7 @@
             <properties>
                 <cxf.spring.version>2.5.6.SEC02</cxf.spring.version>
             </properties>
-        </profile> 
+        </profile>
         <profile>
             <!-- Profile to clean even if you do not have the cxf plugins in
              your local mavven repo -->
@@ -1584,47 +1593,47 @@
                 <defaultGoal>clean</defaultGoal>
             </build>
         </profile>
-	<profile>
-	  <id>m2eclipse</id>
-	  <build>
-	    <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-pmd-plugin</artifactId>
-                    <version>2.5</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.cxf.build-utils</groupId>
-                            <artifactId>cxf-buildtools</artifactId>
-                            <version>${cxf.build-utils.version}</version>
-                        </dependency>
-                    </dependencies>
-                    <configuration>
-                        <rulesets>
-                            <ruleset>${cxf.resources.base.path}cxf-pmd-ruleset.xml</ruleset>
-                        </rulesets>
-                        <sourceEncoding>UTF-8</sourceEncoding>
-                        <targetJdk>1.5</targetJdk>
-                        <linkXRef>false</linkXRef>
-                        <includeTests>true</includeTests>
-                        <verbose>true</verbose>
-                        <excludeRoots>
-                            <excludeRoot>${basedir}/src/main/generated</excludeRoot>
-                        </excludeRoots>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <id>validate</id>
-                            <phase>validate</phase>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-	    </plugins>
-	  </build>
-	</profile>
+        <profile>
+            <id>m2eclipse</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-pmd-plugin</artifactId>
+                        <version>2.5</version>
+                        <dependencies>
+                            <dependency>
+                                <groupId>org.apache.cxf.build-utils</groupId>
+                                <artifactId>cxf-buildtools</artifactId>
+                                <version>${cxf.build-utils.version}</version>
+                            </dependency>
+                        </dependencies>
+                        <configuration>
+                            <rulesets>
+                                <ruleset>${cxf.resources.base.path}cxf-pmd-ruleset.xml</ruleset>
+                            </rulesets>
+                            <sourceEncoding>UTF-8</sourceEncoding>
+                            <targetJdk>1.5</targetJdk>
+                            <linkXRef>false</linkXRef>
+                            <includeTests>true</includeTests>
+                            <verbose>true</verbose>
+                            <excludeRoots>
+                                <excludeRoot>${basedir}/src/main/generated</excludeRoot>
+                            </excludeRoots>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <id>validate</id>
+                                <phase>validate</phase>
+                                <goals>
+                                    <goal>check</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
 </project>