1 |
21444
|
nikon.gasp
|
<?xml version="1.0" ?>
|
2 |
32316
|
nikon.gasp
|
<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 |
21654
|
nikon.gasp
|
|
4 |
21444
|
nikon.gasp
|
<parent>
|
5 |
|
|
<groupId>eu.dnetlib</groupId>
|
6 |
21654
|
nikon.gasp
|
<artifactId>dnet-container-parent</artifactId>
|
7 |
33296
|
nikon.gasp
|
<version>1.0.0-SNAPSHOT</version>
|
8 |
21444
|
nikon.gasp
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>uoa-madgik-validator</artifactId>
|
12 |
21654
|
nikon.gasp
|
<packaging>war</packaging>
|
13 |
32478
|
nikon.gasp
|
<version>1.1.0-SNAPSHOT</version>
|
14 |
32129
|
nikon.gasp
|
<scm>
|
15 |
32478
|
nikon.gasp
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-madgik-validator/trunk</developerConnection>
|
16 |
32129
|
nikon.gasp
|
</scm>
|
17 |
27888
|
nikon.gasp
|
|
18 |
|
|
<properties>
|
19 |
|
|
<struts2.version>2.3.16.3</struts2.version>
|
20 |
|
|
</properties>
|
21 |
|
|
|
22 |
21444
|
nikon.gasp
|
<dependencies>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>org.apache.struts</groupId>
|
25 |
|
|
<artifactId>struts2-core</artifactId>
|
26 |
27888
|
nikon.gasp
|
<version>${struts2.version}</version>
|
27 |
21654
|
nikon.gasp
|
<exclusions>
|
28 |
|
|
<exclusion> <!-- declare the exclusion here -->
|
29 |
|
|
<groupId>javax.servlet.jsp</groupId>
|
30 |
|
|
<artifactId>jsp-api</artifactId>
|
31 |
|
|
</exclusion>
|
32 |
|
|
</exclusions>
|
33 |
21444
|
nikon.gasp
|
</dependency>
|
34 |
|
|
<dependency>
|
35 |
|
|
<groupId>org.apache.struts</groupId>
|
36 |
|
|
<artifactId>struts2-spring-plugin</artifactId>
|
37 |
27888
|
nikon.gasp
|
<version>${struts2.version}</version>
|
38 |
22443
|
nikon.gasp
|
<exclusions>
|
39 |
27888
|
nikon.gasp
|
<exclusion>
|
40 |
22443
|
nikon.gasp
|
<groupId>org.springframework</groupId>
|
41 |
|
|
<artifactId>spring-beans</artifactId>
|
42 |
|
|
</exclusion>
|
43 |
27888
|
nikon.gasp
|
<exclusion>
|
44 |
22443
|
nikon.gasp
|
<groupId>org.springframework</groupId>
|
45 |
|
|
<artifactId>spring-core</artifactId>
|
46 |
|
|
</exclusion>
|
47 |
27888
|
nikon.gasp
|
<exclusion>
|
48 |
22443
|
nikon.gasp
|
<groupId>org.springframework</groupId>
|
49 |
|
|
<artifactId>spring-context</artifactId>
|
50 |
|
|
</exclusion>
|
51 |
27888
|
nikon.gasp
|
<exclusion>
|
52 |
22443
|
nikon.gasp
|
<groupId>org.springframework</groupId>
|
53 |
|
|
<artifactId>spring-web</artifactId>
|
54 |
|
|
</exclusion>
|
55 |
|
|
</exclusions>
|
56 |
21444
|
nikon.gasp
|
</dependency>
|
57 |
|
|
<dependency>
|
58 |
|
|
<groupId>org.apache.struts</groupId>
|
59 |
|
|
<artifactId>struts2-dojo-plugin</artifactId>
|
60 |
27888
|
nikon.gasp
|
<version>${struts2.version}</version>
|
61 |
21654
|
nikon.gasp
|
</dependency>
|
62 |
|
|
|
63 |
21444
|
nikon.gasp
|
<dependency>
|
64 |
|
|
<groupId>eu.dnetlib</groupId>
|
65 |
|
|
<artifactId>uoa-commons</artifactId>
|
66 |
32315
|
nikon.gasp
|
<version>[1.0.0]</version>
|
67 |
21654
|
nikon.gasp
|
<exclusions>
|
68 |
|
|
<exclusion>
|
69 |
|
|
<artifactId>cglib</artifactId>
|
70 |
|
|
<groupId>cglib</groupId>
|
71 |
|
|
</exclusion>
|
72 |
|
|
</exclusions>
|
73 |
21444
|
nikon.gasp
|
</dependency>
|
74 |
|
|
<dependency>
|
75 |
|
|
<groupId>eu.dnetlib</groupId>
|
76 |
|
|
<artifactId>uoa-hcm</artifactId>
|
77 |
32315
|
nikon.gasp
|
<version>[1.0.0]</version>
|
78 |
21444
|
nikon.gasp
|
</dependency>
|
79 |
|
|
<dependency>
|
80 |
|
|
<groupId>eu.dnetlib</groupId>
|
81 |
|
|
<artifactId>uoa-validator</artifactId>
|
82 |
33296
|
nikon.gasp
|
<version>[1.1.0-SNAPSHOT,)</version>
|
83 |
21444
|
nikon.gasp
|
</dependency>
|
84 |
|
|
<dependency>
|
85 |
|
|
<groupId>eu.dnetlib</groupId>
|
86 |
|
|
<artifactId>uoa-clients</artifactId>
|
87 |
32315
|
nikon.gasp
|
<version>[1.0.0]</version>
|
88 |
21654
|
nikon.gasp
|
</dependency>
|
89 |
21444
|
nikon.gasp
|
<dependency>
|
90 |
|
|
<groupId>eu.dnetlib</groupId>
|
91 |
22443
|
nikon.gasp
|
<artifactId>uoa-utils</artifactId>
|
92 |
32315
|
nikon.gasp
|
<version>[1.0.0]</version>
|
93 |
27888
|
nikon.gasp
|
</dependency>
|
94 |
22443
|
nikon.gasp
|
<dependency>
|
95 |
|
|
<groupId>eu.dnetlib</groupId>
|
96 |
23994
|
nikon.gasp
|
<artifactId>uoa-domain</artifactId>
|
97 |
32315
|
nikon.gasp
|
<version>[1.0.0]</version>
|
98 |
27888
|
nikon.gasp
|
</dependency>
|
99 |
23994
|
nikon.gasp
|
<dependency>
|
100 |
|
|
<groupId>eu.dnetlib</groupId>
|
101 |
21444
|
nikon.gasp
|
<artifactId>dnet-runtime</artifactId>
|
102 |
32315
|
nikon.gasp
|
<version>[1.0.0]</version>
|
103 |
21654
|
nikon.gasp
|
<exclusions>
|
104 |
|
|
<exclusion> <!-- declare the exclusion here -->
|
105 |
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
106 |
|
|
<artifactId>geronimo-javamail_1.4_spec</artifactId>
|
107 |
|
|
</exclusion>
|
108 |
27888
|
nikon.gasp
|
</exclusions>
|
109 |
21444
|
nikon.gasp
|
</dependency>
|
110 |
|
|
<dependency>
|
111 |
|
|
<groupId>se.kb</groupId>
|
112 |
|
|
<artifactId>oai4j</artifactId>
|
113 |
|
|
<version>[0.6b1,)</version>
|
114 |
|
|
</dependency>
|
115 |
21654
|
nikon.gasp
|
<!-- <dependency> <groupId>ldapsdk</groupId> <artifactId>ldapsdk</artifactId>
|
116 |
|
|
<version>4.1</version> </dependency> -->
|
117 |
21444
|
nikon.gasp
|
<dependency>
|
118 |
21654
|
nikon.gasp
|
<groupId>com.unboundid</groupId>
|
119 |
|
|
<artifactId>unboundid-ldapsdk</artifactId>
|
120 |
|
|
<version>1.1.3</version>
|
121 |
21444
|
nikon.gasp
|
</dependency>
|
122 |
|
|
<dependency>
|
123 |
|
|
<groupId>org.slf4j</groupId>
|
124 |
|
|
<artifactId>slf4j-api</artifactId>
|
125 |
|
|
<version>1.7.5</version>
|
126 |
|
|
</dependency>
|
127 |
|
|
<dependency>
|
128 |
21654
|
nikon.gasp
|
<groupId>cglib</groupId>
|
129 |
|
|
<artifactId>cglib-nodep</artifactId>
|
130 |
|
|
<version>2.2</version>
|
131 |
|
|
</dependency>
|
132 |
|
|
<dependency>
|
133 |
|
|
<groupId>postgresql</groupId>
|
134 |
|
|
<artifactId>postgresql</artifactId>
|
135 |
|
|
<version>9.1-901.jdbc4</version>
|
136 |
|
|
</dependency>
|
137 |
31253
|
nikon.gasp
|
<dependency>
|
138 |
|
|
<groupId>org.apache.poi</groupId>
|
139 |
|
|
<artifactId>poi</artifactId>
|
140 |
|
|
<version>3.9</version>
|
141 |
|
|
</dependency>
|
142 |
|
|
<dependency>
|
143 |
|
|
<groupId>org.apache.poi</groupId>
|
144 |
|
|
<artifactId>poi-ooxml</artifactId>
|
145 |
|
|
<version>3.9</version>
|
146 |
|
|
</dependency>
|
147 |
29454
|
nikon.gasp
|
<dependency>
|
148 |
32129
|
nikon.gasp
|
<groupId>net.sf.ehcache</groupId>
|
149 |
|
|
<artifactId>ehcache</artifactId>
|
150 |
|
|
<version>2.8.0</version>
|
151 |
29454
|
nikon.gasp
|
</dependency>
|
152 |
21444
|
nikon.gasp
|
|
153 |
21654
|
nikon.gasp
|
<!-- <dependency> -->
|
154 |
|
|
<!-- <groupId>javax.servlet</groupId> -->
|
155 |
|
|
<!-- <artifactId>servlet-api</artifactId> -->
|
156 |
|
|
<!-- <version>2.5</version> -->
|
157 |
|
|
<!-- <scope>compile</scope> -->
|
158 |
|
|
<!-- </dependency> -->
|
159 |
21444
|
nikon.gasp
|
</dependencies>
|
160 |
21654
|
nikon.gasp
|
|
161 |
21444
|
nikon.gasp
|
</project>
|