[jbosscache-commits] JBoss Cache SVN: r4295 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Aug 15 08:33:36 EDT 2007


Author: manik.surtani at jboss.com
Date: 2007-08-15 08:33:35 -0400 (Wed, 15 Aug 2007)
New Revision: 4295

Modified:
   core/trunk/pom.xml
Log:
Added JBoss repo to the pom so it can bootstrap and locate jbosscache-common stuff

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2007-08-15 11:08:24 UTC (rev 4294)
+++ core/trunk/pom.xml	2007-08-15 12:33:35 UTC (rev 4295)
@@ -64,13 +64,13 @@
       <version>2.0.0-SNAPSHOT</version>
     </dependency>
 
-	<!-- test dependencies -->
-	<dependency>
-  		<groupId>jmock</groupId>
-  		<artifactId>jmock</artifactId>
-  		<version>1.2.0</version>
+    <!-- test dependencies -->
+    <dependency>
+      <groupId>jmock</groupId>
+      <artifactId>jmock</artifactId>
+      <version>1.2.0</version>
       <scope>test</scope>
-   </dependency>
+    </dependency>
 
   </dependencies>
   <build>
@@ -239,4 +239,13 @@
       </plugin>
     </plugins>
   </build>
+
+  <!-- basic JBoss repository so that the common parent POM in jbosscache-support can be found -->
+  <repositories>
+    <repository>
+      <id>repository.jboss.org</id>
+      <url>http://repository.jboss.org/maven2</url>
+    </repository>
+  </repositories>
+
 </project>




More information about the jbosscache-commits mailing list