You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jc...@apache.org on 2007/01/31 22:01:58 UTC

svn commit: r501992 - /directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml

Author: jconlon
Date: Wed Jan 31 13:01:58 2007
New Revision: 501992

URL: http://svn.apache.org/viewvc?view=rev&rev=501992
Log:
Spring OSGi testing framework now require the backported java concurrency utils.

Modified:
    directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml

Modified: directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml?view=diff&rev=501992&r1=501991&r2=501992
==============================================================================
--- directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml (original)
+++ directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml Wed Jan 31 13:01:58 2007
@@ -78,7 +78,12 @@
 			<version>2.1-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
-		
+		<dependency>
+            <groupId>org.springframework.osgi</groupId>
+            <artifactId>backport-util-concurrent</artifactId>
+            <version>3.0-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
 
 	</dependencies>