Author: berndf
Date: Tue Sep  1 07:41:20 2009
New Revision: 809869

URL: http://svn.apache.org/viewvc?rev=809869&view=rev
Log:
MUC pom: move test lib back to 'test' target

Modified:
    mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml

Modified: mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml?rev=809869&r1=809868&r2=809869&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml (original)
+++ mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml Tue Sep  1 
07:41:20 2009
@@ -41,28 +41,28 @@
     </dependency>
     
     <!-- Runtime dependencies -->
-      <dependency>
-        <groupId>org.apache.vysper</groupId>
-        <artifactId>vysper-core</artifactId>
-        <version>${pom.version}</version>
-        <type>test-jar</type>
-        <scope>runtime</scope>
-      </dependency>
-    
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-log4j12</artifactId>
-        <scope>runtime</scope>
-      </dependency>
-    
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <scope>runtime</scope>
-      </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>runtime</scope>
+    </dependency>
       
     <!-- Test dependencies -->
     <dependency>
+      <groupId>org.apache.vysper</groupId>
+      <artifactId>vysper-core</artifactId>
+      <version>${pom.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>


Reply via email to