Author: mattmann
Date: Sat Feb 19 20:22:59 2011
New Revision: 1072432
URL: http://svn.apache.org/viewvc?rev=1072432&view=rev
Log:
- OODT-139 WIP: required mvn deps in pom.xml that magically got taken care of
by mvn and transitive deps: these should be explicitly declared.
Modified:
oodt/trunk/pcs/core/pom.xml
Modified: oodt/trunk/pcs/core/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/pcs/core/pom.xml?rev=1072432&r1=1072431&r2=1072432&view=diff
==============================================================================
--- oodt/trunk/pcs/core/pom.xml (original)
+++ oodt/trunk/pcs/core/pom.xml Sat Feb 19 20:22:59 2011
@@ -67,6 +67,11 @@ the License.
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
+ <artifactId>pcs-input</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.oodt</groupId>
<artifactId>cas-metadata</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -91,6 +96,11 @@ the License.
<version>${project.parent.version}</version>
</dependency>
<dependency>
+ <groupId>xmlrpc</groupId>
+ <artifactId>xmlrpc</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>