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
	
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>uoa-goldoa-service</artifactId>
12
	<packaging>jar</packaging>
13
	<version>1.0.0-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-goldoa-service/trunk</developerConnection>
16
	</scm>
17
    <properties>
18
        <gwtVersion>2.7.0</gwtVersion>
19
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
		<junit.version>4.12</junit.version>
21
    </properties>
22
	<dependencies>
23
        <dependency>
24
            <groupId>com.google.gwt</groupId>
25
            <artifactId>gwt-user</artifactId>
26
            <version>${gwtVersion}</version>
27
        </dependency>
28
        <dependency>
29
            <groupId>com.google.gwt</groupId>
30
            <artifactId>gwt-servlet</artifactId>
31
            <version>${gwtVersion}</version>
32
        </dependency>
33
		<dependency>
34
			<groupId>junit</groupId>
35
			<artifactId>junit</artifactId>
36
			<version>${junit.version}</version>
37
			<scope>test</scope>
38
		</dependency>
39
		<dependency>
40
			<groupId>postgresql</groupId>
41
			<artifactId>postgresql</artifactId>
42
			<version>9.1-901.jdbc4</version>
43
		</dependency>		
44
        <dependency>
45
                <groupId>org.springframework</groupId>
46
                <artifactId>spring-tx</artifactId>
47
                <version>${spring.version}</version>
48
        </dependency>
49
        <dependency>
50
                <groupId>org.springframework</groupId>
51
                <artifactId>spring-aop</artifactId>
52
                <version>${spring.version}</version>
53
        </dependency>
54
        <dependency>
55
		    <groupId>org.springframework</groupId>
56
		    <artifactId>spring-orm</artifactId>
57
		    <version>${spring.version}</version>
58
		</dependency>
59
        
60
        <dependency>
61
                <groupId>org.aspectj</groupId>
62
                <artifactId>aspectjweaver</artifactId>
63
                <version>1.7.3</version>
64
        </dependency>
65
        <dependency>
66
            <groupId>org.aspectj</groupId>
67
            <artifactId>aspectjtools</artifactId>
68
            <version>1.7.3</version>
69
        </dependency>
70
        <dependency>
71
                <groupId>org.springframework</groupId>
72
                <artifactId>spring-context</artifactId>
73
                <version>${spring.version}</version>
74
        </dependency>
75
        <dependency>
76
            <groupId>org.springframework</groupId>
77
            <artifactId>spring-context-support</artifactId>
78
            <version>${spring.version}</version>
79
        </dependency>
80
        
81
        <dependency>
82
                <groupId>org.springframework</groupId>
83
                <artifactId>spring-jdbc</artifactId>
84
                <version>${spring.version}</version>
85
        </dependency>
86
        <dependency>
87
		    <groupId>org.springframework</groupId>
88
		    <artifactId>spring-test</artifactId>
89
		    <version>${spring.version}</version>
90
		</dependency>
91
        <dependency>
92
            <groupId>org.springframework</groupId>
93
            <artifactId>spring-aop</artifactId>
94
            <version>${spring.version}</version>
95
        </dependency>
96

    
97
        <dependency>
98
            <groupId>commons-dbcp</groupId>
99
            <artifactId>commons-dbcp</artifactId>
100
            <version>[1.4, )</version>
101
        </dependency>
102
		<dependency>
103
			<groupId>javax.mail</groupId>
104
			<artifactId>mail</artifactId>
105
			<version>1.4</version>
106
		</dependency>
107
        <dependency>
108
            <groupId>com.fasterxml.jackson.core</groupId>
109
            <artifactId>jackson-core</artifactId>
110
            <version>2.5.1</version>
111
        </dependency>
112
        <dependency>
113
            <groupId>com.fasterxml.jackson.core</groupId>
114
            <artifactId>jackson-databind</artifactId>
115
            <version>2.5.1</version>
116
        </dependency>
117
        <dependency>
118
            <groupId>commons-codec</groupId>
119
            <artifactId>commons-codec</artifactId>
120
            <version>1.10</version>
121
        </dependency>
122
        <dependency>
123
            <groupId>commons-io</groupId>
124
            <artifactId>commons-io</artifactId>
125
            <version>2.4</version>
126
        </dependency>
127
        <dependency>
128
            <groupId>org.apache.commons</groupId>
129
            <artifactId>commons-lang3</artifactId>
130
            <version>3.3.2</version>
131
        </dependency>
132
        <dependency>
133
            <groupId>net.sf.ehcache</groupId>
134
            <artifactId>ehcache</artifactId>
135
            <version>2.9.0</version>
136
        </dependency>
137
        <dependency>
138
            <groupId>com.opencsv</groupId>
139
            <artifactId>opencsv</artifactId>
140
            <version>3.5</version>
141
        </dependency>
142

    
143
		<dependency>
144
		    <groupId>xerces</groupId>
145
		    <artifactId>xercesImpl</artifactId>
146
		    <version>2.11.0</version>
147
		    <scope>test</scope>
148
		</dependency>
149
        <dependency>
150
            <groupId>org.hibernate</groupId>
151
            <artifactId>hibernate-core</artifactId>
152
            <version>4.3.11.Final</version>
153
        </dependency>
154

    
155

    
156
        <dependency>
157
            <groupId>javassist</groupId>
158
            <artifactId>javassist</artifactId>
159
            <version>3.12.1.GA</version>
160
        </dependency>
161

    
162

    
163
        <dependency>
164
            <groupId>org.aspectj</groupId>
165
            <artifactId>aspectjrt</artifactId>
166
            <version>1.5.4</version>
167
        </dependency>
168

    
169

    
170
    </dependencies>
171

    
172

    
173
	<build>
174
		<plugins>
175
			<plugin>
176
				<groupId>org.codehaus.mojo</groupId>
177
				<artifactId>gwt-maven-plugin</artifactId>
178
                <version>${gwtVersion}</version>
179
				<executions>
180
					<execution>
181
						<goals>
182
							<goal>resources</goal>
183
						</goals>
184
					</execution>
185
				</executions>
186
			</plugin>
187
		</plugins>
188
	</build>
189
</project>
(2-2/3)