1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
30492
|
sandro.lab
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
3 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
45116
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
47722
|
claudio.at
|
<version>1.0.0</version>
|
7 |
26600
|
sandro.lab
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>cnr-test-utils</artifactId>
|
11 |
|
|
<packaging>jar</packaging>
|
12 |
47725
|
claudio.at
|
<version>1.0.2-SNAPSHOT</version>
|
13 |
30494
|
sandro.lab
|
<scm>
|
14 |
47725
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-test-utils/trunk</developerConnection>
|
15 |
30494
|
sandro.lab
|
</scm>
|
16 |
26600
|
sandro.lab
|
<dependencies>
|
17 |
|
|
<dependency>
|
18 |
|
|
<groupId>junit</groupId>
|
19 |
|
|
<artifactId>junit</artifactId>
|
20 |
|
|
<version>${junit.version}</version>
|
21 |
|
|
<scope>test</scope>
|
22 |
|
|
</dependency>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>apache</groupId>
|
25 |
|
|
<artifactId>oro</artifactId>
|
26 |
|
|
<version>2.0.8</version>
|
27 |
|
|
</dependency>
|
28 |
|
|
<dependency>
|
29 |
|
|
<groupId>org.apache.cxf</groupId>
|
30 |
|
|
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
31 |
|
|
<version>${cxf.version}</version>
|
32 |
|
|
</dependency>
|
33 |
|
|
<dependency>
|
34 |
|
|
<groupId>org.mockito</groupId>
|
35 |
|
|
<artifactId>mockito-core</artifactId>
|
36 |
45116
|
claudio.at
|
<version>${mockito.version}</version>
|
37 |
26600
|
sandro.lab
|
</dependency>
|
38 |
|
|
<dependency>
|
39 |
|
|
<groupId>org.springframework</groupId>
|
40 |
|
|
<artifactId>spring-beans</artifactId>
|
41 |
|
|
<version>${spring.version}</version>
|
42 |
|
|
</dependency>
|
43 |
|
|
|
44 |
|
|
</dependencies>
|
45 |
30492
|
sandro.lab
|
|
46 |
30494
|
sandro.lab
|
|
47 |
26600
|
sandro.lab
|
</project>
|