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 2011/09/03 14:22:43 UTC

svn commit: r1164855 - /incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/sql-tests-served/pom.xml

Author: kevin
Date: Sat Sep  3 12:22:43 2011
New Revision: 1164855

URL: http://svn.apache.org/viewvc?rev=1164855&view=rev
Log:
ISIS-110: Served tests would not run with current pom. Needed to add missing default runtime (for CgLib).

Modified:
    incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/sql-tests-served/pom.xml

Modified: incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/sql-tests-served/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/sql-tests-served/pom.xml?rev=1164855&r1=1164854&r2=1164855&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/sql-tests-served/pom.xml (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/sql-tests-served/pom.xml Sat Sep  3 12:22:43 2011
@@ -117,6 +117,10 @@ Just add your server implementation to o
 
     <dependencies>
 
+        <dependency>
+            <groupId>org.apache.isis.runtimes.dflt</groupId>
+            <artifactId>runtime</artifactId>
+        </dependency>
         <!--  Required for TestProxy -->
 		<!-- Isis defaults -->
         <dependency>
@@ -129,12 +133,12 @@ Just add your server implementation to o
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-
-        <!--  todo: remove this dependency -->
+        <!-- TODO: remove this dependency -->
         <dependency>
-            <groupId>org.apache.isis.progmodels</groupId>
-            <artifactId>dflt</artifactId>
-            <version>0.2.0-incubating-SNAPSHOT</version>
+        	<groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
+        	<artifactId>dflt</artifactId>
+        	<version>0.2.0-incubating-SNAPSHOT</version>
+            <scope>test</scope>
         </dependency>