Author: mes
Date: 2010-11-24 12:01:14 -0800 (Wed, 24 Nov 2010)
New Revision: 23004
Modified:
cytoscape3/trunk/provision/pom.xml
Log:
removed jaxb dependencies as they're provided by java 1.6 and changed the
log-swing-impl dep
Modified: cytoscape3/trunk/provision/pom.xml
===================================================================
--- cytoscape3/trunk/provision/pom.xml 2010-11-24 18:23:35 UTC (rev 23003)
+++ cytoscape3/trunk/provision/pom.xml 2010-11-24 20:01:14 UTC (rev 23004)
@@ -275,7 +275,7 @@
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>log-swing</artifactId>
+ <artifactId>log-swing-impl</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -411,39 +411,6 @@
<version>1.0-SNAPSHOT</version>
</dependency>
- <!-- JAXB bundles and their dependencies -->
- <!-- Required by PSI-MI bundle -->
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>com.springsource.javax.xml.bind</artifactId>
- <version>2.2.0</version>
- </dependency>
- <dependency>
- <groupId>com.sun.xml</groupId>
-
<artifactId>com.springsource.com.sun.xml.bind</artifactId>
- <version>2.2.0</version>
- </dependency>
- <dependency>
- <groupId>com.sun.xml</groupId>
-
<artifactId>com.springsource.com.sun.xml.fastinfoset</artifactId>
- <version>1.2.2</version>
- </dependency>
- <dependency>
- <groupId>javax.xml.stream</groupId>
-
<artifactId>com.springsource.javax.xml.stream</artifactId>
- <version>1.0.1</version>
- </dependency>
- <dependency>
- <groupId>javax.activation</groupId>
-
<artifactId>com.springsource.javax.activation</artifactId>
- <version>1.1.1</version>
- </dependency>
- <dependency>
- <groupId>org.jvnet.staxex</groupId>
-
<artifactId>com.springsource.org.jvnet.staxex</artifactId>
- <version>1.0.0</version>
- </dependency>
-
<!-- Required by plugin manager -->
<dependency>
<groupId>org.cytoscape.wrappers</groupId>
--
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.