You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2007/11/02 22:47:34 UTC

svn commit: r591484 - in /webservices/juddi/trunk: juddi-web-lean/pom.xml juddi-web/pom.xml

Author: kstam
Date: Fri Nov  2 14:47:34 2007
New Revision: 591484

URL: http://svn.apache.org/viewvc?rev=591484&view=rev
Log:
JUDDI-123 rolling back axis2 changes for now

Modified:
    webservices/juddi/trunk/juddi-web-lean/pom.xml
    webservices/juddi/trunk/juddi-web/pom.xml

Modified: webservices/juddi/trunk/juddi-web-lean/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-web-lean/pom.xml?rev=591484&r1=591483&r2=591484&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-web-lean/pom.xml (original)
+++ webservices/juddi/trunk/juddi-web-lean/pom.xml Fri Nov  2 14:47:34 2007
@@ -12,11 +12,10 @@
       <artifactId>juddi</artifactId>
       <groupId>org.apache.juddi</groupId>
       <version>SNAPSHOT</version> 
-      
       <exclusions>
         <exclusion>
-           <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
         </exclusion>
         <exclusion>
          <groupId>commons-discovery</groupId>
@@ -33,6 +32,10 @@
         <exclusion>
            <groupId>axis</groupId>
            <artifactId>axis</artifactId>
+        </exclusion>
+        <exclusion>
+           <groupId>javax.servlet</groupId>
+           <artifactId>servlet-api</artifactId>
         </exclusion>
        </exclusions>
         

Modified: webservices/juddi/trunk/juddi-web/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-web/pom.xml?rev=591484&r1=591483&r2=591484&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-web/pom.xml (original)
+++ webservices/juddi/trunk/juddi-web/pom.xml Fri Nov  2 14:47:34 2007
@@ -7,7 +7,18 @@
   <version>SNAPSHOT</version>
   <name>juddi-web Maven Webapp</name>
   <url>http://maven.apache.org</url>
-  <dependencies>
+  <dependencies>
+   <dependency>
+      <artifactId>juddi</artifactId>
+      <groupId>org.apache.juddi</groupId>
+      <version>SNAPSHOT</version> 
+       <exclusions>
+       <exclusion>
+           <groupId>javax.servlet</groupId>
+           <artifactId>servlet-api</artifactId>
+        </exclusion>
+       </exclusions>
+       </dependency>
     <!-- 
      <dependency>
       <artifactId>XmlSchema</artifactId>
@@ -250,11 +261,7 @@
       <scope>runtime</scope>
     </dependency>
      -->
-    <dependency>
-      <artifactId>juddi</artifactId>
-      <groupId>org.apache.juddi</groupId>
-      <version>SNAPSHOT</version>
-    </dependency>
+    
   </dependencies>
   <build>
     <finalName>juddi</finalName>



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