Author: olli
Date: Mon May 19 09:50:20 2014
New Revision: 1595807

URL: http://svn.apache.org/r1595807
Log:
let IDEA find the org.apache.sling.testing.tools dependency

Modified:
    sling/trunk/bundles/extensions/event/pom.xml

Modified: sling/trunk/bundles/extensions/event/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/event/pom.xml?rev=1595807&r1=1595806&r2=1595807&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/event/pom.xml (original)
+++ sling/trunk/bundles/extensions/event/pom.xml Mon May 19 09:50:20 2014
@@ -50,8 +50,8 @@
         <bundle.build.name>${basedir}/target</bundle.build.name>
         
<bundle.file.name>${bundle.build.name}/${project.build.finalName}.jar</bundle.file.name>
     </properties>
- 
- 
+
+
     <build>
         <plugins>
             <plugin>
@@ -137,7 +137,7 @@
                         </configuration>
                     </execution>
                 </executions>
-            </plugin>            
+            </plugin>
             <plugin>
                 <artifactId>maven-clean-plugin</artifactId>
                 <configuration>
@@ -276,9 +276,8 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.tools</artifactId>
-            <version>1.0.2</version>
+            <version>1.0.6</version>
             <scope>test</scope>
-            <type>bundle</type>
         </dependency>
 
         <dependency>
@@ -287,42 +286,42 @@
             <version>${exam.version}</version>
             <scope>test</scope>
         </dependency>
- 
+
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit4</artifactId>
             <version>${exam.version}</version>
             <scope>test</scope>
         </dependency>
- 
+
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-link-mvn</artifactId>
             <version>${exam.version}</version>
             <scope>test</scope>
         </dependency>
- 
+
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-aether</artifactId>
             <version>${url.version}</version>
             <scope>test</scope>
         </dependency>
- 
+
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
             <version>3.2.2</version>
             <scope>test</scope>
         </dependency>
- 
+
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
             <version>0.9.20</version>
             <scope>test</scope>
         </dependency>
- 
+
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>


Reply via email to