Author: kono
Date: 2010-08-03 18:18:09 -0700 (Tue, 03 Aug 2010)
New Revision: 21176

Modified:
   core3/vizmap-impl/trunk/pom.xml
Log:
Dependencies are optimized.

Modified: core3/vizmap-impl/trunk/pom.xml
===================================================================
--- core3/vizmap-impl/trunk/pom.xml     2010-08-04 01:09:06 UTC (rev 21175)
+++ core3/vizmap-impl/trunk/pom.xml     2010-08-04 01:18:09 UTC (rev 21176)
@@ -28,10 +28,8 @@
                        <resource>
                                <directory>src/main/resources</directory>
                        </resource>
-                       <!--
-                               | example additional resource entries, useful 
when building Eclipse
-                               RCP applications
-                       -->
+                       <!-- | example additional resource entries, useful when 
building Eclipse 
+                               RCP applications -->
                </resources>
                <plugins>
                        <plugin>
@@ -45,21 +43,17 @@
                                <groupId>org.ops4j</groupId>
                                <artifactId>maven-pax-plugin</artifactId>
                                <version>1.4</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
-                               -->
+                               <!-- | 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>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>1.4.3</version>
-                               <!--
-                                       | the following instructions build a 
simple set of public/private
-                                       classes into an OSGi bundle
-                               -->
+                               
<version>${maven-bundle-plugin.version}</version>
+                               <!-- | the following instructions build a 
simple set of public/private 
+                                       classes into an OSGi bundle -->
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
@@ -72,9 +66,7 @@
        </build>
 
        <repositories>
-               <!--
-                       bootstrap for cytoscape dependencies, namely the parent 
POM snapshots
-               -->
+               <!-- bootstrap for cytoscape dependencies, namely the parent 
POM snapshots -->
                <repository>
                        <id>cytoscape_snapshots</id>
                        <snapshots>
@@ -86,9 +78,7 @@
                        <name>Cytoscape Snapshots</name>
                        
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
                </repository>
-               <!--
-                       bootstrap for cytoscape dependencies, namely the parent 
POM releases
-               -->
+               <!-- bootstrap for cytoscape dependencies, namely the parent 
POM releases -->
                <repository>
                        <id>cytoscape_releases</id>
                        <snapshots>
@@ -106,110 +96,16 @@
                <!-- 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>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
                        <artifactId>vizmap-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>
-               <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>spring-osgi-extender</artifactId>
-                       <version>${spring.osgi.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>spring-osgi-core</artifactId>
-                       <version>${spring.osgi.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>spring-osgi-io</artifactId>
-                       <version>${spring.osgi.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-aop</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-beans</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-context</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-core</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.aopalliance</groupId>
-                       
<artifactId>com.springsource.org.aopalliance</artifactId>
-                       <version>1.0.0</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <!-- Logging -->
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       
<artifactId>com.springsource.org.apache.commons.logging</artifactId>
-                       <version>1.1.1</version>
-                       <scope>provided</scope>
-               </dependency>
-
                <!-- Testing -->
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.4</version>
+                       <version>${junit.version}</version>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-test</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>spring-osgi-mock</artifactId>
-                       <version>${spring.osgi.version}</version>
-                       <scope>test</scope>
-               </dependency>
        </dependencies>
 </project>

-- 
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