Author: mes
Date: 2010-10-26 16:34:34 -0700 (Tue, 26 Oct 2010)
New Revision: 22491
Modified:
core3/integration-test-support/trunk/pom.xml
Log:
fixed problem with dependencies
Modified: core3/integration-test-support/trunk/pom.xml
===================================================================
--- core3/integration-test-support/trunk/pom.xml 2010-10-26 23:32:04 UTC
(rev 22490)
+++ core3/integration-test-support/trunk/pom.xml 2010-10-26 23:34:34 UTC
(rev 22491)
@@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha2</version>
+ <version>3.0.0-alpha3</version>
</parent>
<properties>
@@ -61,6 +61,17 @@
<name>Cytoscape Spring OSGi Release Mirror</name>
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/spring-osgi/</url>
</repository>
+ <repository>
+ <id>spring-osgi-snapshots</id>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <name>Cytoscape Spring OSGi Snapshot Mirror</name>
+
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/spring-osgi-snapshots/</url>
+ </repository>
</repositories>
<build>
@@ -102,14 +113,11 @@
<artifactId>spring-osgi-extender</artifactId>
<version>${spring.osgi.version}</version>
</dependency>
- <!-- Omitting because this is a snapshot and
- everything seems to work without it!
<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>log4j.osgi</artifactId>
<version>1.2.15-SNAPSHOT</version>
</dependency>
- -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>com.springsource.slf4j.api</artifactId>
--
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.