You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by mo...@apache.org on 2009/11/25 11:38:34 UTC

svn commit: r884060 - /incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml

Author: monteith
Date: Wed Nov 25 11:38:34 2009
New Revision: 884060

URL: http://svn.apache.org/viewvc?rev=884060&view=rev
Log:
Make cjvmti jar a dependency for TCK.

Modified:
    incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml

Modified: incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml?rev=884060&r1=884059&r2=884060&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml Wed Nov 25 11:38:34 2009
@@ -138,9 +138,12 @@
 						<version>M1-incubating</version>
 						<scope>test</scope>
 					</dependency>
-					
-					
-					
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.cjvmti</artifactId>
+						<version>M1-incubating</version>
+                        <scope>test</scope>
+					</dependency>
 	</dependencies>
 	
 	<build>