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/07/07 19:24:21 UTC

svn commit: r1143928 - /incubator/isis/trunk/framework/runtimes/dflt/pom.xml

Author: kevin
Date: Thu Jul  7 17:24:20 2011
New Revision: 1143928

URL: http://svn.apache.org/viewvc?rev=1143928&view=rev
Log:
Added references to sql profilestore, etc

Modified:
    incubator/isis/trunk/framework/runtimes/dflt/pom.xml

Modified: incubator/isis/trunk/framework/runtimes/dflt/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/pom.xml?rev=1143928&r1=1143927&r2=1143928&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/pom.xml (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/pom.xml Thu Jul  7 17:24:20 2011
@@ -249,6 +249,26 @@
                 <version>0.1.2-incubating-SNAPSHOT</version>
                 <type>test-jar</type>
             </dependency>
+            <dependency>
+                <groupId>org.apache.isis.runtimes.dflt.profilestores</groupId>
+                <artifactId>sql</artifactId>
+                <version>0.1.2-incubating-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.isis.runtimes.dflt.profilestores</groupId>
+                <artifactId>sql</artifactId>
+                <version>0.1.2-incubating-SNAPSHOT</version>
+                <type>test-jar</type>
+            </dependency>
+
+		<!-- For Sql Profile Store -->
+		<dependency>
+			<groupId>org.hsqldb</groupId>
+			<artifactId>hsqldb</artifactId>
+			<version>1.8.0.10</version>
+			<scope>test</scope>
+		</dependency>
+
 
         </dependencies>
     </dependencyManagement>