Author: aadamchik
Date: Sun Jul 30 13:12:21 2006
New Revision: 426932

URL: http://svn.apache.org/viewvc?rev=426932&view=rev
Log:
fixing pom

Modified:
    incubator/cayenne/main/trunk/pom.xml

Modified: incubator/cayenne/main/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?rev=426932&r1=426931&r2=426932&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/pom.xml (original)
+++ incubator/cayenne/main/trunk/pom.xml Sun Jul 30 13:12:21 2006
@@ -192,6 +192,7 @@
                                <groupId>ant</groupId>
                                <artifactId>ant-junit</artifactId>
                                <version>1.6.5</version>
+                               <scope>test</scope>
                        </dependency>
 
                        <dependency>
@@ -204,6 +205,7 @@
                                <groupId>bcel</groupId>
                                <artifactId>bcel</artifactId>
                                <version>5.1</version>
+                               <scope>test</scope>
                        </dependency>
 
                        <dependency>
@@ -234,18 +236,21 @@
                                <groupId>commons-dbcp</groupId>
                                <artifactId>commons-dbcp</artifactId>
                                <version>1.2.1</version>
+                               <scope>provided</scope>
                        </dependency>
 
                        <dependency>
                                <groupId>commons-pool</groupId>
                                <artifactId>commons-pool</artifactId>
                                <version>1.2</version>
+                               <scope>provided</scope>
                        </dependency>
 
                        <dependency>
                                <groupId>emma</groupId>
                                <artifactId>emma</artifactId>
                                <version>2.0.5312</version>
+                               <scope>test</scope>
                        </dependency>
 
                        <dependency>
@@ -258,18 +263,21 @@
                                <groupId>com.caucho</groupId>
                                <artifactId>hessian</artifactId>
                                <version>3.0.13</version>
+                               <scope>provided</scope>
                        </dependency>
 
                        <dependency>
                                <groupId>javacc</groupId>
                                <artifactId>javacc</artifactId>
                                <version>3.2</version>
+                               <scope>test</scope>
                        </dependency>
 
                        <dependency>
                                <groupId>jdom</groupId>
                                <artifactId>jdom</artifactId>
                                <version>1.0</version>
+                               <scope>provided</scope>
                        </dependency>
 
                        <dependency>
@@ -288,6 +296,7 @@
                                <groupId>jgroups</groupId>
                                <artifactId>jgroups-all</artifactId>
                                <version>2.2.7</version>
+                               <scope>provided</scope>
                        </dependency>
 
                        <dependency>
@@ -312,6 +321,7 @@
                                <groupId>mockrunner</groupId>
                                <artifactId>mockrunner</artifactId>
                                <version>0.3.7</version>
+                               <scope>test</scope>
                        </dependency>
 
                        <dependency>
@@ -324,6 +334,7 @@
                                <groupId>opensymphony</groupId>
                                <artifactId>oscache</artifactId>
                                <version>2.3.2</version>
+                               <scope>provided</scope>
                        </dependency>
 
                        <dependency>
@@ -340,23 +351,17 @@
                        </dependency>
 
                        <dependency>
-                               <groupId>oro</groupId>
-                               <artifactId>oro</artifactId>
-                               <version>2.0.8</version>
-                       </dependency>
-
-                       <dependency>
                                <groupId>jivesoftware</groupId>
                                <artifactId>smack</artifactId>
                                <version>2.0.0</version>
-                               <scope>test</scope>
+                               <scope>provided</scope>
                        </dependency>
 
                        <dependency>
                                <groupId>jivesoftware</groupId>
                                <artifactId>smackx</artifactId>
                                <version>2.0.0</version>
-                               <scope>test</scope>
+                               <scope>provided</scope>
                        </dependency>
 
                        <dependency>
@@ -383,6 +388,7 @@
                                <groupId>foundrylogic.vpp</groupId>
                                <artifactId>vpp</artifactId>
                                <version>2.2.1</version>
+                               <scope>provided</scope>
                        </dependency>
 
                        <dependency>


Reply via email to