Author: kstam
Date: Tue Jan 24 20:09:43 2012
New Revision: 1235459

URL: http://svn.apache.org/viewvc?rev=1235459&view=rev
Log:
adding juddi dependencies

Modified:
    juddi/scout/trunk/pom.xml

Modified: juddi/scout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/scout/trunk/pom.xml?rev=1235459&r1=1235458&r2=1235459&view=diff
==============================================================================
--- juddi/scout/trunk/pom.xml (original)
+++ juddi/scout/trunk/pom.xml Tue Jan 24 20:09:43 2012
@@ -588,6 +588,20 @@
                                        <name>apache-release</name>
                                </property>
                        </activation>
+                       <dependencies>
+        <dependency>
+          <groupId>org.apache.juddi</groupId>
+          <artifactId>juddi</artifactId>
+          <version>2.0.1</version>
+          <scope>test</scope>
+        </dependency>
+            <!--  have to figure out which dependencies of 3.0.2 make the 
uddiv2 build work -->
+          <dependency>
+            <groupId>org.apache.juddi</groupId>
+            <artifactId>uddi-ws</artifactId>
+            <version>3.0.2</version>
+          </dependency>
+      </dependencies>
                        <build>
                                <plugins>
                                        <plugin>
@@ -605,7 +619,7 @@
                                                                        
<descriptorRefs>
                                                                                
<descriptorRef>
                                                                                
        source-release
-                                        </descriptorRef>
+                    </descriptorRef>
                                                                        
</descriptorRefs>
                                                                        
<tarLongFileMode>gnu</tarLongFileMode>
                                                                </configuration>



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

Reply via email to