You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by as...@apache.org on 2007/04/17 11:27:47 UTC

svn commit: r529539 - in /webservices/synapse/trunk/java: modules/extensions/pom.xml pom.xml

Author: asankha
Date: Tue Apr 17 02:27:46 2007
New Revision: 529539

URL: http://svn.apache.org/viewvc?view=rev&rev=529539
Log:
include dependencies of extensions into binary release

Modified:
    webservices/synapse/trunk/java/modules/extensions/pom.xml
    webservices/synapse/trunk/java/pom.xml

Modified: webservices/synapse/trunk/java/modules/extensions/pom.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/extensions/pom.xml?view=diff&rev=529539&r1=529538&r2=529539
==============================================================================
--- webservices/synapse/trunk/java/modules/extensions/pom.xml (original)
+++ webservices/synapse/trunk/java/modules/extensions/pom.xml Tue Apr 17 02:27:46 2007
@@ -66,13 +66,6 @@
             <artifactId>synapse-core</artifactId>
         </dependency>
 
-        <!-- external JARs -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
-            <version>${spring.version}</version>
-        </dependency>
-
         <!--For Axiom/E4X -->
         <!--<dependency>
             <groupId>org.wso2.javascript.rhino</groupId>
@@ -85,49 +78,5 @@
             <artifactId>js-core</artifactId>
             <version>SNAPSHOT</version>
         </dependency>-->
-
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean</artifactId>
-            <version>${xbean.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.bsf</groupId>
-            <artifactId>bsf-all</artifactId>
-            <version>${bsf.version}</version>
-        </dependency>
-
-        <dependency>
-           <groupId>groovy</groupId>
-           <artifactId>groovy-all</artifactId>
-           <version>${groovy.version}</version>
-        </dependency>
-        <!-- WSO2 Throttle -->
-        <dependency>
-            <groupId>org.wso2.throttle</groupId>
-            <artifactId>wso2throttle</artifactId>
-            <version>${wso2commons.version}</version>
-            <type>jar</type>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.axis2</groupId>
-                    <artifactId>axis2</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.neethi</groupId>
-                    <artifactId>neethi</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
     </dependencies>
-
-    <properties>
-        <wso2commons.version>1.2-SNAPSHOT</wso2commons.version>
-        <spring.version>1.2.6</spring.version>
-        <xbean.version>2.2.0</xbean.version>
-        <bsf.version>3.0-beta1-SNAPSHOT</bsf.version>
-        <groovy.version>1.0</groovy.version>
-    </properties>
 </project>

Modified: webservices/synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?view=diff&rev=529539&r1=529538&r2=529539
==============================================================================
--- webservices/synapse/trunk/java/pom.xml (original)
+++ webservices/synapse/trunk/java/pom.xml Tue Apr 17 02:27:46 2007
@@ -486,6 +486,45 @@
             <artifactId>jakarta-httpcore-niossl</artifactId>
             <version>${jakarta.httpcore.nio.version}</version>
         </dependency>
+
+        <!-- dependencies for extensions -->
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>xmlbeans</groupId>
+            <artifactId>xbean</artifactId>
+            <version>${xbean.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.bsf</groupId>
+            <artifactId>bsf-all</artifactId>
+            <version>${bsf.version}</version>
+        </dependency>
+        <dependency>
+           <groupId>groovy</groupId>
+           <artifactId>groovy-all</artifactId>
+           <version>${groovy.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.throttle</groupId>
+            <artifactId>wso2throttle</artifactId>
+            <version>${wso2commons.version}</version>
+            <type>jar</type>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>axis2</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.neethi</groupId>
+                    <artifactId>neethi</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
     </dependencies>
 
     <reporting>
@@ -616,6 +655,13 @@
         <log4j.version>1.2.13</log4j.version>
         <wso2commons.version>1.2-SNAPSHOT</wso2commons.version>
         <xmlunit.version>1.0</xmlunit.version>
+
+        <!-- dependencies of Synapse extensions module -->
+        <wso2commons.version>1.2-SNAPSHOT</wso2commons.version>
+        <spring.version>1.2.6</spring.version>
+        <xbean.version>2.2.0</xbean.version>
+        <bsf.version>3.0-beta1-SNAPSHOT</bsf.version>
+        <groovy.version>1.0</groovy.version>
 
     </properties>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org