[jboss-svn-commits] JBoss Common SVN: r3792 - arquillian/trunk/protocol-servlet.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 25 08:58:26 EST 2009


Author: aslak
Date: 2009-11-25 08:58:26 -0500 (Wed, 25 Nov 2009)
New Revision: 3792

Modified:
   arquillian/trunk/protocol-servlet/pom.xml
Log:
ARQ-29 Added test dependencies


Modified: arquillian/trunk/protocol-servlet/pom.xml
===================================================================
--- arquillian/trunk/protocol-servlet/pom.xml	2009-11-25 13:55:28 UTC (rev 3791)
+++ arquillian/trunk/protocol-servlet/pom.xml	2009-11-25 13:58:26 UTC (rev 3792)
@@ -32,32 +32,38 @@
       <!-- 
     org.jboss.arquillian
      -->
-	<dependency>
-		<groupId>org.jboss.arquillian</groupId>
-		<artifactId>arquillian-spi</artifactId>
-		<version>${project.version}</version>
-	</dependency>
+      <dependency>
+         <groupId>org.jboss.arquillian</groupId>
+         <artifactId>arquillian-spi</artifactId>
+         <version>${project.version}</version>
+      </dependency>
 
       <!-- 
     servlet api
      -->
-	<dependency>
-		<groupId>javax.servlet</groupId>
-		<artifactId>servlet-api</artifactId>
-	</dependency>
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+      </dependency>
 
-   <dependency>
-      <groupId>junit</groupId>   
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-   </dependency>
-   
-   <dependency>
-     <groupId>org.mortbay.jetty</groupId> 
-     <artifactId>jetty-embedded</artifactId>
-     <scope>test</scope>    
-   </dependency>
-   
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <scope>test</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>org.mortbay.jetty</groupId>
+         <artifactId>jetty-embedded</artifactId>
+         <scope>test</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss.shrinkwrap</groupId>
+         <artifactId>shrinkwrap-impl-base</artifactId>
+         <scope>test</scope>
+      </dependency>
+
    </dependencies>
 </project>
 



More information about the jboss-svn-commits mailing list