Author: pwang
Date: 2013-02-22 11:42:21 -0800 (Fri, 22 Feb 2013)
New Revision: 31132

Modified:
   csplugins/trunk/ucsd/kono/bingo-impl/pom.xml
Log:
Add dependencies

Modified: csplugins/trunk/ucsd/kono/bingo-impl/pom.xml
===================================================================
--- csplugins/trunk/ucsd/kono/bingo-impl/pom.xml        2013-02-21 23:40:03 UTC 
(rev 31131)
+++ csplugins/trunk/ucsd/kono/bingo-impl/pom.xml        2013-02-22 19:42:21 UTC 
(rev 31132)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        
        <properties>
-               <bundle.symbolicName>bingo</bundle.symbolicName>
+               <bundle.symbolicName>bingo-impl</bundle.symbolicName>
                <bundle.namespace>bingo.internal</bundle.namespace>
                <cytoscape.api.version>3.0.0</cytoscape.api.version>
                
@@ -10,7 +10,7 @@
                <osgi.api.version>4.2.0</osgi.api.version>
        </properties>
 
-       <artifactId>bingo</artifactId>
+       <artifactId>bingo-impl</artifactId>
        <packaging>bundle</packaging>
        <name>${bundle.symbolicName}</name>
 
@@ -79,6 +79,11 @@
                        <version>${cytoscape.api.version}</version>
                </dependency>
                <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>swing-app-api</artifactId>
+                       <version>${cytoscape.api.version}</version>
+               </dependency>
+               <dependency>
                        <groupId>org.osgi</groupId>
                        <artifactId>org.osgi.core</artifactId>
                        <version>${osgi.api.version}</version>
@@ -109,6 +114,17 @@
                        <type>test-jar</type>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>colt</groupId>
+                       <artifactId>colt</artifactId>
+                       <version>1.0.3</version>
+               </dependency>
+               <dependency>
+                       <groupId>concurrent</groupId>
+                       <artifactId>concurrent</artifactId>
+                       <version>1.3.3</version>
+               </dependency>
+               
        </dependencies>
 
        <groupId>bingo</groupId>

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


Reply via email to