Author: aadamchik
Date: Sat Nov 16 08:48:24 2013
New Revision: 1542483

URL: http://svn.apache.org/r1542483
Log:
explicit test scope

Modified:
    cayenne/main/trunk/framework/cayenne-core-unpublished/pom.xml

Modified: cayenne/main/trunk/framework/cayenne-core-unpublished/pom.xml
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-core-unpublished/pom.xml?rev=1542483&r1=1542482&r2=1542483&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-core-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-core-unpublished/pom.xml Sat Nov 16 
08:48:24 2013
@@ -27,9 +27,11 @@
        <description>Cayenne Core Unpublished</description>
        <packaging>jar</packaging>
        <dependencies>
+               
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
+                       <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.mockito</groupId>
@@ -54,11 +56,14 @@
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-core</artifactId>
+                       <scope>test</scope>
         </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-mock</artifactId>
+                       <scope>test</scope>
                </dependency>
+
                <dependency>
                        <groupId>com.caucho</groupId>
                        <artifactId>resin-hessian</artifactId>


Reply via email to