You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by as...@apache.org on 2008/11/06 13:33:26 UTC

svn commit: r711851 - in /synapse/trunk/java: modules/war/pom.xml pom.xml

Author: asankha
Date: Thu Nov  6 04:33:22 2008
New Revision: 711851

URL: http://svn.apache.org/viewvc?rev=711851&view=rev
Log:
fix issue with incorrect path for war module
update http coomponents dependency to beta 3
removed transitive mex dependency

Modified:
    synapse/trunk/java/modules/war/pom.xml
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/modules/war/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/war/pom.xml?rev=711851&r1=711850&r2=711851&view=diff
==============================================================================
--- synapse/trunk/java/modules/war/pom.xml (original)
+++ synapse/trunk/java/modules/war/pom.xml Thu Nov  6 04:33:22 2008
@@ -142,7 +142,7 @@
                             </includes>
                         </resource>
                         <resource>
-                            <directory>src/main/release/docs</directory>
+                            <directory>modules/distribution/src/main/release/docs</directory>
                             <targetPath>docs</targetPath>
                             <includes>
                                 <include>release_notes.txt</include>

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=711851&r1=711850&r2=711851&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Thu Nov  6 04:33:22 2008
@@ -333,6 +333,10 @@
                         <artifactId>jaxen</artifactId>
                     </exclusion>
                     <exclusion>
+                        <groupId>org.apache.axis2</groupId>
+                        <artifactId>mex</artifactId>
+                    </exclusion>
+                    <exclusion>
                         <groupId>org.apache.woden</groupId>
                         <artifactId>woden-api</artifactId>
                     </exclusion>
@@ -348,6 +352,10 @@
                 <version>${rampart.version}</version>
                 <exclusions>
                     <exclusion>
+                        <groupId>org.apache.axis2</groupId>
+                        <artifactId>mex</artifactId>
+                    </exclusion>
+                    <exclusion>
                         <groupId>jaxen</groupId>
                         <artifactId>jaxen</artifactId>
                     </exclusion>
@@ -363,6 +371,10 @@
                 <version>${rampart.version}</version>
                 <exclusions>
                     <exclusion>
+                        <groupId>org.apache.axis2</groupId>
+                        <artifactId>mex</artifactId>
+                    </exclusion>
+                    <exclusion>
                         <groupId>jaxen</groupId>
                         <artifactId>jaxen</artifactId>
                     </exclusion>
@@ -531,6 +543,10 @@
             <version>${rampart.version}</version>
             <exclusions>
                 <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>mex</artifactId>
+                </exclusion>                
+                <exclusion>
                     <groupId>jaxen</groupId>
                     <artifactId>jaxen</artifactId>
                 </exclusion>
@@ -1152,7 +1168,7 @@
     <properties>
         <!-- Synapse and related components -->
         <synapse.version>SNAPSHOT</synapse.version>
-        <httpcore.nio.version>4.0-beta1</httpcore.nio.version>
+        <httpcore.nio.version>4.0-beta3</httpcore.nio.version>
         <commons.dbcp.version>1.2.2</commons.dbcp.version>
         <commons.pool.version>1.3</commons.pool.version>
         <commons.vfs.version>1.1-587797</commons.vfs.version>