[jboss-cvs] JBossAS SVN: r96878 - in projects/embedded/trunk: testsuite and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 24 12:00:49 EST 2009


Author: ALRubinger
Date: 2009-11-24 12:00:48 -0500 (Tue, 24 Nov 2009)
New Revision: 96878

Modified:
   projects/embedded/trunk/core/pom.xml
   projects/embedded/trunk/testsuite/pom.xml
Log:
[EMB-52] Add a ShrinkWrap impl dependency to embedded-core

Modified: projects/embedded/trunk/core/pom.xml
===================================================================
--- projects/embedded/trunk/core/pom.xml	2009-11-24 16:53:23 UTC (rev 96877)
+++ projects/embedded/trunk/core/pom.xml	2009-11-24 17:00:48 UTC (rev 96878)
@@ -54,6 +54,12 @@
       <artifactId>jboss-common-core</artifactId>
     </dependency>
 
+    <!-- org.jboss.shrinkwrap -->
+    <dependency>
+      <groupId>org.jboss.shrinkwrap</groupId>
+      <artifactId>shrinkwrap-impl-base</artifactId>
+    </dependency>
+
     <!-- 
     Test Dependencies (anything in AS is OK here)
      -->
@@ -77,11 +83,5 @@
       <artifactId>junit</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>org.jboss.shrinkwrap</groupId>
-      <artifactId>shrinkwrap-impl-base</artifactId>
-      <scope>test</scope>
-    </dependency>
-
   </dependencies>
 </project>

Modified: projects/embedded/trunk/testsuite/pom.xml
===================================================================
--- projects/embedded/trunk/testsuite/pom.xml	2009-11-24 16:53:23 UTC (rev 96877)
+++ projects/embedded/trunk/testsuite/pom.xml	2009-11-24 17:00:48 UTC (rev 96878)
@@ -117,12 +117,17 @@
       <scope>test</scope>
     </dependency>
 
+    <!-- JUnit -->
     <dependency>
-      <groupId>org.jboss.shrinkwrap</groupId>
-      <artifactId>shrinkwrap-impl-base</artifactId>
-      <scope>test</scope>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
     </dependency>
 
+    <!--
+      Dependencies below this line are for APIs used in the tests
+      themselves
+    -->
+    
     <!-- Apache HttpClient -->
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
@@ -131,18 +136,7 @@
       <scope>test</scope>
     </dependency>
 
-    <!-- JUnit -->
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-
-    <!--
-      Dependencies below this line are for APIs used in the tests
-      themselves
-    -->
-
-    <dependency>
       <groupId>org.jboss.javaee</groupId>
       <artifactId>jboss-jms-api</artifactId>
       <version>${version.org.jboss.javaee_jboss.jms.api}</version>




More information about the jboss-cvs-commits mailing list