You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by kg...@apache.org on 2011/12/14 01:02:04 UTC

svn commit: r1213994 - /felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml

Author: kgilmer
Date: Wed Dec 14 00:02:03 2011
New Revision: 1213994

URL: http://svn.apache.org/viewvc?rev=1213994&view=rev
Log:
httplite: add pojosr as test-scoped dependency for OSGi-context testing.

Modified:
    felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml

Modified: felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml?rev=1213994&r1=1213993&r2=1213994&view=diff
==============================================================================
--- felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml (original)
+++ felix/sandbox/kgilmer/httplite-test-pojosr/httplite/pom.xml Wed Dec 14 00:02:03 2011
@@ -29,12 +29,7 @@
 	<description>A minimal HTTP Service implementation.</description>
 	<version>0.1.3-SNAPSHOT</version>
 	<artifactId>org.apache.felix.httplite</artifactId>
-	<dependencies>
-		<dependency>
-			<groupId>org.osgi</groupId>
-			<artifactId>org.osgi.core</artifactId>
-			<version>4.1.0</version>
-		</dependency>
+	<dependencies>		
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.compendium</artifactId>
@@ -56,7 +51,6 @@
 			<artifactId>de.kalpatec.pojosr.framework</artifactId>
 			<version>0.1.6</version>
 			<type>bundle</type>
-			<scope>test</scope>
 		</dependency>
 	</dependencies>
 	<build>