|
4 | 4 | <groupId>org.bridgedb</groupId> |
5 | 5 | <artifactId>bridgedb-bundle</artifactId> |
6 | 6 | <packaging>pom</packaging> |
7 | | - <version>3.1.2</version> |
| 7 | + <version>3.1.2-java8</version> |
8 | 8 | <name>BridgeDb bundle</name> |
9 | 9 | <description> |
10 | 10 | BridgeDb is a framework for finding and mapping equivalent database |
|
17 | 17 | <module>org.bridgedb</module> |
18 | 18 | <module>org.bridgedb.bio</module> |
19 | 19 | <module>org.bridgedb.gui</module> |
20 | | - <module>org.bridgedb.utils</module> |
21 | | - <module>org.bridgedb.sql</module> |
22 | | - <module>org.bridgedb.ws.core</module> |
23 | | - <module>org.bridgedb.ws.server</module> |
24 | | - <module>org.bridgedb.ws.client</module> |
25 | | - <module>org.bridgedb.rdf</module> |
26 | | - <module>org.bridgedb.uri.api</module> |
27 | | - <module>org.bridgedb.uri.sql</module> |
28 | | - <module>org.bridgedb.uri.loader</module> |
29 | | - <module>org.bridgedb.uri.ws.core</module> |
30 | | - <module>org.bridgedb.uri.ws.server</module> |
31 | | - <module>org.bridgedb.uri.ws.client</module> |
32 | 20 | <module>org.bridgedb.rdb</module> |
33 | 21 | <module>org.bridgedb.rdb.construct</module> |
34 | 22 | <module>org.bridgedb.webservice.bridgerest</module> |
35 | | - <module>org.bridgedb.webservice.biomart</module> |
36 | | - <module>org.bridgedb.tools.batchmapper</module> |
37 | | - <module>org.bridgedb.tools.qc</module> |
38 | | - <module>org.bridgedb.tools.voidtool</module> |
39 | | - <module>org.bridgedb.tools.info</module> |
40 | | - <module>org.bridgedb.file.orthoxml</module> |
41 | | - <module>examples</module> |
42 | 23 | </modules> |
43 | 24 |
|
44 | 25 | <properties> |
|
55 | 36 | <rdf4j.version>4.3.8</rdf4j.version> |
56 | 37 | <servlet.version>2.5</servlet.version> |
57 | 38 | <slf4j.version>2.0.9</slf4j.version> |
58 | | - <derby.version>10.15.2.0</derby.version> |
| 39 | + <derby.version>10.14.2.0</derby.version> |
59 | 40 | <junit-platform-surefire-provider>1.3.2</junit-platform-surefire-provider> |
60 | 41 | <junit5.jupiter.version>5.10.1</junit5.jupiter.version> |
61 | 42 | <junit5.excludeGroups>mysql</junit5.excludeGroups> |
|
317 | 298 | <url>https://github.com/bridgedb/BridgeDb/issues</url> |
318 | 299 | </issueManagement> |
319 | 300 |
|
| 301 | + <repositories> |
| 302 | + <repository> |
| 303 | + <id>mvnrepository</id> |
| 304 | + <name>MVN Repository</name> |
| 305 | + <url>https://mvnrepository.com/artifact/</url> |
| 306 | + </repository> |
| 307 | + </repositories> |
| 308 | + |
320 | 309 | </project> |
0 commit comments