Skip to content

Commit 1f14519

Browse files
committed
Remove dependency on pax-logging-api.
1 parent deb9fc5 commit 1f14519

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

pom.xml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1212
<cytoscape.api.version>3.6.0</cytoscape.api.version>
1313
<osgi.api.version>4.2.0</osgi.api.version>
14-
<paxtools.version>5.1.0-SNAPSHOT</paxtools.version>
14+
<paxtools.version>5.1.0</paxtools.version>
1515
<cpath2.version>8.0.0-SNAPSHOT</cpath2.version>
1616
<spring.version>4.3.7.RELEASE</spring.version>
1717
<maven-enforcer-plugin>1.2</maven-enforcer-plugin>
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.pathwaycommons</groupId>
2929
<artifactId>cypath2</artifactId>
30-
<version>1.2.2</version>
30+
<version>1.2.3</version>
3131

3232
<name>CyPath2</name>
3333
<description>
@@ -170,7 +170,7 @@
170170
<enabled>true</enabled>
171171
</releases>
172172
<name>Cytoscape Releases</name>
173-
<url>http://code.cytoscape.org/nexus/content/repositories/releases/</url>
173+
<url>http://nrnb-nexus.ucsd.edu/repository/cytoscape_releases/</url>
174174
</repository>
175175
<repository>
176176
<id>cytoscape_thirdparty</id>
@@ -181,7 +181,7 @@
181181
<enabled>true</enabled>
182182
</releases>
183183
<name>Cytoscape Third Party</name>
184-
<url>http://code.cytoscape.org/nexus/content/repositories/thirdparty/</url>
184+
<url>http://nrnb-nexus.ucsd.edu/repository/cytoscape_thirdparty/</url>
185185
</repository>
186186
<repository>
187187
<id>ossrh-public</id>
@@ -195,13 +195,7 @@
195195

196196
<dependencies>
197197
<dependency>
198-
<groupId>org.ops4j.pax.logging</groupId>
199-
<artifactId>pax-logging-api</artifactId>
200-
<version>[1.5.2,2)</version>
201-
<scope>provided</scope>
202-
</dependency>
203-
<dependency>
204-
<groupId>cytoscape-temp</groupId>
198+
<groupId>org.codehaus.woodstox</groupId>
205199
<artifactId>woodstox-core-lgpl</artifactId>
206200
<version>[4.0.5, 5)</version>
207201
<scope>provided</scope>

0 commit comments

Comments
 (0)