Author: mes
Date: 2011-07-06 10:26:22 -0700 (Wed, 06 Jul 2011)
New Revision: 26065

Modified:
   core3/service-api/trunk/pom.xml
Log:
updated osgi dependency

Modified: core3/service-api/trunk/pom.xml
===================================================================
--- core3/service-api/trunk/pom.xml     2011-07-06 17:25:27 UTC (rev 26064)
+++ core3/service-api/trunk/pom.xml     2011-07-06 17:26:22 UTC (rev 26065)
@@ -73,9 +73,6 @@
                                <groupId>org.ops4j</groupId>
                                <artifactId>maven-pax-plugin</artifactId>
                                <version>${maven-pax-plugin.version}</version>
-                               <!-- | enable improved OSGi compilation support 
for the bundle life-cycle. 
-                                       | to switch back to the standard bundle 
life-cycle, move this setting | down 
-                                       to the maven-bundle-plugin section -->
                                <extensions>true</extensions>
                        </plugin>
                        <plugin>
@@ -97,8 +94,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.osgi</groupId>
-                       <artifactId>osgi_R4_core</artifactId>
-                       <version>1.0</version>
+                       <artifactId>org.osgi.core</artifactId>
+                       <version>${osgi.api.version}</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to