|
11 | 11 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
12 | 12 | <cytoscape.api.version>3.6.0</cytoscape.api.version>
|
13 | 13 | <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> |
15 | 15 | <cpath2.version>8.0.0-SNAPSHOT</cpath2.version>
|
16 | 16 | <spring.version>4.3.7.RELEASE</spring.version>
|
17 | 17 | <maven-enforcer-plugin>1.2</maven-enforcer-plugin>
|
|
27 | 27 |
|
28 | 28 | <groupId>org.pathwaycommons</groupId>
|
29 | 29 | <artifactId>cypath2</artifactId>
|
30 |
| - <version>1.2.2</version> |
| 30 | + <version>1.2.3</version> |
31 | 31 |
|
32 | 32 | <name>CyPath2</name>
|
33 | 33 | <description>
|
|
170 | 170 | <enabled>true</enabled>
|
171 | 171 | </releases>
|
172 | 172 | <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> |
174 | 174 | </repository>
|
175 | 175 | <repository>
|
176 | 176 | <id>cytoscape_thirdparty</id>
|
|
181 | 181 | <enabled>true</enabled>
|
182 | 182 | </releases>
|
183 | 183 | <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> |
185 | 185 | </repository>
|
186 | 186 | <repository>
|
187 | 187 | <id>ossrh-public</id>
|
|
195 | 195 |
|
196 | 196 | <dependencies>
|
197 | 197 | <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> |
205 | 199 | <artifactId>woodstox-core-lgpl</artifactId>
|
206 | 200 | <version>[4.0.5, 5)</version>
|
207 | 201 | <scope>provided</scope>
|
|
0 commit comments