Revision 45027
Added by Alessia Bardi almost 8 years ago
pom.xml | ||
---|---|---|
8 | 8 |
<modelVersion>4.0.0</modelVersion> |
9 | 9 |
<groupId>eu.dnetlib</groupId> |
10 | 10 |
<artifactId>dnet-download-service</artifactId> |
11 |
<version>2.1.19-SNAPSHOT</version>
|
|
11 |
<version>2.2.0-SNAPSHOT</version>
|
|
12 | 12 |
<scm> |
13 | 13 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-download-service/trunk</developerConnection> |
14 | 14 |
</scm> |
... | ... | |
27 | 27 |
<groupId>eu.dnetlib</groupId> |
28 | 28 |
<artifactId>dnet-modular-objectstore-service</artifactId> |
29 | 29 |
<version>[4.0.0,5.0.0)</version> |
30 |
</dependency> |
|
30 |
</dependency> |
|
31 |
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on --> |
|
32 |
<dependency> |
|
33 |
<groupId>org.bouncycastle</groupId> |
|
34 |
<artifactId>bcprov-jdk15on</artifactId> |
|
35 |
<version>1.55</version> |
|
36 |
</dependency> |
|
37 |
<dependency> |
|
38 |
<groupId>junit</groupId> |
|
39 |
<artifactId>junit</artifactId> |
|
40 |
<version>${junit.version}</version> |
|
41 |
<scope>test</scope> |
|
42 |
</dependency> |
|
43 |
<dependency> |
|
44 |
<groupId>org.mockito</groupId> |
|
45 |
<artifactId>mockito-all</artifactId> |
|
46 |
<version>1.10.19</version> |
|
47 |
<scope>test</scope> |
|
48 |
</dependency> |
|
49 |
|
|
50 |
|
|
31 | 51 |
</dependencies> |
32 | 52 |
</project> |
Also available in: Unified diff
#2520: Add BouncyCastle JCE provider and https.protocols system property