Author: kono
Date: 2010-08-03 18:09:06 -0700 (Tue, 03 Aug 2010)
New Revision: 21175
Modified:
core3/vizmap-api/trunk/pom.xml
Log:
Dependencies are optimized.
Modified: core3/vizmap-api/trunk/pom.xml
===================================================================
--- core3/vizmap-api/trunk/pom.xml 2010-08-04 01:03:31 UTC (rev 21174)
+++ core3/vizmap-api/trunk/pom.xml 2010-08-04 01:09:06 UTC (rev 21175)
@@ -55,7 +55,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.3</version>
+
<version>${maven-bundle-plugin.version}</version>
<!--
| the following instructions build a
simple set of public/private
classes into an OSGi bundle
@@ -115,36 +115,15 @@
<!-- Cytoscape modules -->
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>model-api</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
<artifactId>viewmodel-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
- <!-- Infrastructure Bundles -->
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>osgi_R4_core</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>osgi_R4_compendium</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- <optional>true</optional>
- </dependency>
-
<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.4</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
--
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.