[jboss-identity-commits] JBoss Identity SVN: r33 - trunk/identity-impl.

jboss-identity-commits at lists.jboss.org jboss-identity-commits at lists.jboss.org
Tue Jul 22 19:13:29 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-07-22 19:13:29 -0400 (Tue, 22 Jul 2008)
New Revision: 33

Modified:
   trunk/identity-impl/pom.xml
Log:
upd dep

Modified: trunk/identity-impl/pom.xml
===================================================================
--- trunk/identity-impl/pom.xml	2008-07-22 23:12:41 UTC (rev 32)
+++ trunk/identity-impl/pom.xml	2008-07-22 23:13:29 UTC (rev 33)
@@ -28,6 +28,16 @@
    </scm>
    <dependencies>
       <dependency>
+         <groupId>org.jboss.identity</groupId>
+         <artifactId>jboss-identity-model</artifactId>
+         <version>${project.version}</version>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.identity</groupId>
+         <artifactId>jboss-identity-api</artifactId>
+         <version>${project.version}</version>
+      </dependency>
+      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <scope>test</scope>




More information about the jboss-identity-commits mailing list