Author: ssmiweve
Date: 2008-09-11 14:37:43 +0200 (Thu, 11 Sep 2008)
New Revision: 6802

Modified:
   branches/2.17/pom.xml
Log:
cleanup our usage of jboss ejb3 client libraries.
 only those from http://sesat.no/maven2/org/jboss/ should be used.

Modified: branches/2.17/pom.xml
===================================================================
--- branches/2.17/pom.xml       2008-09-09 10:21:15 UTC (rev 6801)
+++ branches/2.17/pom.xml       2008-09-11 12:37:43 UTC (rev 6802)
@@ -530,6 +530,7 @@
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
                 <version>1.1</version>
+                <scope>provided</scope> <!-- required to be put into 
container's lib directory -->
             </dependency>
             <dependency>
                 <groupId>commons-beanutils</groupId>
@@ -540,6 +541,7 @@
                 <groupId>log4j</groupId>
                 <artifactId>log4j</artifactId>
                 <version>1.2.14</version>
+                <scope>provided</scope> <!-- required to be put into 
container's lib directory -->
             </dependency>
             <dependency>
                 <groupId>opensymphony</groupId>
@@ -554,7 +556,7 @@
             <dependency>
                 <groupId>schibstedsok</groupId>
                 <artifactId>newsadmin-services</artifactId>
-                <version>1.4</version>
+                <version>1.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.testng</groupId>
@@ -570,6 +572,27 @@
                 <type>jar</type>
                 <classifier>jdk15</classifier>
             </dependency>
+            <!-- old duplicate jboss ejb3 client libraries that get sucked in 
transitively -->
+            <dependency>
+              <groupId>jboss-client</groupId>
+              <artifactId>jboss-ejb3</artifactId>
+              <version>4.0.5</version>
+              <scope>provided</scope>
+            </dependency>
+            <dependency>
+              <groupId>jboss-client</groupId>
+              <artifactId>jboss-ejb3x</artifactId>
+              <version>4.0.5</version>
+              <scope>provided</scope>
+            </dependency>
+
+            <dependency>
+              <groupId>jboss-client</groupId>
+              <artifactId>jboss-annotations-ejb3</artifactId>
+              <version>4.0.5</version>
+              <scope>provided</scope>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
     <dependencies>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to