You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2010/10/22 20:48:49 UTC

svn commit: r1026445 - /incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml

Author: kevin
Date: Fri Oct 22 18:48:49 2010
New Revision: 1026445

URL: http://svn.apache.org/viewvc?rev=1026445&view=rev
Log:
Fixed build errors.

Modified:
    incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml

Modified: incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml?rev=1026445&r1=1026444&r2=1026445&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml (original)
+++ incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml Fri Oct 22 18:48:49 2010
@@ -72,6 +72,10 @@
     </dependencyManagement>
     
     <dependencies>
+        <dependency>
+            <groupId>org.apache.isis.core</groupId>
+            <artifactId>runtime</artifactId>
+        </dependency>
         <!--  Required for TestProxy -->
 		<!-- Isis defaults -->
         <dependency>
@@ -87,7 +91,6 @@
         <dependency>
             <groupId>org.apache.isis.defaults</groupId>
             <artifactId>progmodel</artifactId>
-            <scope>test</scope>
         </dependency>
         <dependency>
         	<groupId>org.apache.isis.defaults</groupId>
@@ -112,5 +115,18 @@
             <groupId>org.apache.isis.alternatives.objectstore</groupId>
             <artifactId>xml</artifactId>
         </dependency>
+		<!-- others -->
+        <dependency>
+            <groupId>org.jmock</groupId>
+            <artifactId>jmock-legacy</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jmock</groupId>
+            <artifactId>jmock-junit4</artifactId>
+        </dependency>
+        <dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+        </dependency>
     </dependencies>
 </project>