You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2011/11/07 20:39:22 UTC

svn commit: r1198892 - /oodt/trunk/pcs/opsui/pom.xml

Author: mattmann
Date: Mon Nov  7 19:39:21 2011
New Revision: 1198892

URL: http://svn.apache.org/viewvc?rev=1198892&view=rev
Log:
- flush updates: OODT-157

Modified:
    oodt/trunk/pcs/opsui/pom.xml

Modified: oodt/trunk/pcs/opsui/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pcs/opsui/pom.xml?rev=1198892&r1=1198891&r2=1198892&view=diff
==============================================================================
--- oodt/trunk/pcs/opsui/pom.xml (original)
+++ oodt/trunk/pcs/opsui/pom.xml Mon Nov  7 19:39:21 2011
@@ -65,6 +65,11 @@ the License.
 		  <artifactId>cas-metadata</artifactId>
 		  <version>${project.parent.version}</version>
 		</dependency>
+		<dependency>
+		  <groupId>org.apache.oodt</groupId>
+		  <artifactId>pcs-core</artifactId>
+		  <version>${project.parent.version}</version>
+		</dependency>
 
 		<!-- LOGGING DEPENDENCIES - LOG4J -->
 		<dependency>