Project

General

Profile

1
<?xml version="1.0" ?>
2
<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
	 <parent>
4
                <groupId>eu.dnetlib</groupId>
5
                <artifactId>dnet-parent</artifactId>
6
                <version>1.0.0-SNAPSHOT</version>
7
        </parent> 
8
	<modelVersion>4.0.0</modelVersion>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>uoa-commons</artifactId>
11
	<packaging>jar</packaging>
12
	<version>1.0.0-SNAPSHOT</version>
13
	<dependencies>
14
		<!-- Added to override 2.1.4 from icm-something  -->
15
		<dependency>
16
 			<groupId>com.sun.xml.bind</groupId>
17
 			<artifactId>jaxb-core</artifactId>
18
			<version>2.2.7</version>
19
 		</dependency>
20
		<dependency>
21
 			<groupId>net.sf.ehcache</groupId>
22
 			<artifactId>ehcache</artifactId>
23
			<version>2.4.1</version>
24
			<type>pom</type>
25
 		</dependency>
26
		<dependency>
27
			<groupId>apache</groupId>
28
			<artifactId>commons-logging</artifactId>
29
			<version>[0.0.0,)</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>junit</groupId>
33
			<artifactId>junit</artifactId>
34
			<version>[0.0.0,)</version>
35
			<scope>test</scope>
36
		</dependency>
37
		<dependency>
38
			<groupId>log4j</groupId>
39
			<artifactId>log4j</artifactId>
40
			<version>[1.2.14,1.3.0)</version>
41
		</dependency>
42
		<dependency>
43
			<groupId>eu.dnetlib</groupId>
44
			<artifactId>uoa-api</artifactId>
45
			<version>[1.0.0-SNAPSHOT,)</version>
46
		</dependency>
47
		<dependency>
48
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>uoa-domain</artifactId>
50
			<version>[1.0.0-SNAPSHOT,)</version>
51
		</dependency>
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>uoa-utils</artifactId>
55
			<version>[1.0.0-SNAPSHOT,)</version>
56
		</dependency> 
57
		<dependency>
58
			<groupId>org.springframework</groupId>
59
			<artifactId>spring-context-support</artifactId>
60
			<version>${spring.version}</version>
61
		</dependency>
62
		<dependency>
63
			<groupId>eu.dnetlib</groupId>
64
			<artifactId>cnr-misc-utils</artifactId>
65
			<version>[1.0.0-SNAPSHOT,)</version>
66
		</dependency> 
67
		<dependency>
68
			<groupId>eu.dnetlib</groupId>
69
			<artifactId>cnr-spring-utils</artifactId>
70
			<version>[1.0.0-SNAPSHOT,)</version>
71
		</dependency> 
72
		<dependency>
73
			<groupId>commons-dbcp</groupId>
74
			<artifactId>commons-dbcp</artifactId>
75
			<version>[1.2,2.0)</version>
76
		</dependency> 
77
	</dependencies>
78
</project>
(2-2/2)