You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2010/11/06 11:19:49 UTC

svn commit: r1031992 [2/2] - in /incubator/isis/trunk: alternatives/bytecode/identity/ alternatives/bytecode/identity/src/main/java/org/ alternatives/bytecode/identity/src/main/java/org/apache/ alternatives/bytecode/identity/src/main/java/org/apache/is...

Modified: incubator/isis/trunk/viewer/junit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/junit/pom.xml?rev=1031992&r1=1031991&r2=1031992&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/junit/pom.xml (original)
+++ incubator/isis/trunk/viewer/junit/pom.xml Sat Nov  6 10:19:48 2010
@@ -17,6 +17,7 @@
 
         <core.version>0.1-SNAPSHOT</core.version>
     	<wrapper-progmodel.version>0.1-SNAPSHOT</wrapper-progmodel.version>
+        <identity-bytecode.version>0.1-SNAPSHOT</identity-bytecode.version>
 
         <docbkxGuideTitle>Apache Isis JUnit Support</docbkxGuideTitle>
         <docbkxGuideSubTitle>Acceptance Testing using JUnit</docbkxGuideSubTitle>
@@ -57,6 +58,25 @@
         </plugins>
     </reporting>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.isis.defaults</groupId>
+                <artifactId>security</artifactId>
+                <version>${core.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.isis.alternatives.progmodel</groupId>
+                <artifactId>wrapper-metamodel</artifactId>
+                <version>${wrapper-progmodel.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.isis.alternatives.bytecode</groupId>
+                <artifactId>identity</artifactId>
+                    <version>${identity-bytecode.version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.isis.alternatives.progmodel</groupId>
@@ -94,6 +114,11 @@
             <artifactId>progmodel</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.isis.alternatives.bytecode</groupId>
+            <artifactId>identity</artifactId>
+        </dependency>
+
 		<dependency>
 			<groupId>asm</groupId>
 			<artifactId>asm</artifactId>