1 |
34304
|
nikon.gasp
|
<?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-container-parent</artifactId>
|
6 |
36563
|
nikon.gasp
|
<version>1.0.0</version>
|
7 |
34304
|
nikon.gasp
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>uoa-validator-admin</artifactId>
|
11 |
34955
|
nikon.gasp
|
<packaging>war</packaging>
|
12 |
36697
|
nikon.gasp
|
<version>2.1.0-SNAPSHOT</version>
|
13 |
34304
|
nikon.gasp
|
<scm>
|
14 |
36697
|
nikon.gasp
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-validator-admin/trunk</developerConnection>
|
15 |
34304
|
nikon.gasp
|
</scm>
|
16 |
34955
|
nikon.gasp
|
<properties>
|
17 |
|
|
<struts2.version>2.3.20</struts2.version>
|
18 |
|
|
</properties>
|
19 |
|
|
|
20 |
|
|
<dependencies>
|
21 |
|
|
<dependency>
|
22 |
|
|
<groupId>org.apache.struts</groupId>
|
23 |
|
|
<artifactId>struts2-core</artifactId>
|
24 |
|
|
<version>${struts2.version}</version>
|
25 |
|
|
<!-- <exclusions> -->
|
26 |
|
|
<!-- <exclusion> declare the exclusion here -->
|
27 |
|
|
<!-- <groupId>javax.servlet.jsp</groupId> -->
|
28 |
|
|
<!-- <artifactId>jsp-api</artifactId> -->
|
29 |
|
|
<!-- </exclusion> -->
|
30 |
|
|
<!-- </exclusions> -->
|
31 |
|
|
</dependency>
|
32 |
|
|
<dependency>
|
33 |
|
|
<groupId>org.apache.struts</groupId>
|
34 |
|
|
<artifactId>struts2-spring-plugin</artifactId>
|
35 |
|
|
<version>${struts2.version}</version>
|
36 |
|
|
<exclusions>
|
37 |
|
|
<exclusion>
|
38 |
|
|
<groupId>org.springframework</groupId>
|
39 |
|
|
<artifactId>spring-beans</artifactId>
|
40 |
|
|
</exclusion>
|
41 |
|
|
<exclusion>
|
42 |
|
|
<groupId>org.springframework</groupId>
|
43 |
|
|
<artifactId>spring-core</artifactId>
|
44 |
|
|
</exclusion>
|
45 |
|
|
<exclusion>
|
46 |
|
|
<groupId>org.springframework</groupId>
|
47 |
|
|
<artifactId>spring-context</artifactId>
|
48 |
|
|
</exclusion>
|
49 |
|
|
<exclusion>
|
50 |
|
|
<groupId>org.springframework</groupId>
|
51 |
|
|
<artifactId>spring-web</artifactId>
|
52 |
|
|
</exclusion>
|
53 |
|
|
</exclusions>
|
54 |
|
|
</dependency>
|
55 |
|
|
<dependency>
|
56 |
|
|
<groupId>org.apache.struts</groupId>
|
57 |
|
|
<artifactId>struts2-dojo-plugin</artifactId>
|
58 |
|
|
<version>${struts2.version}</version>
|
59 |
|
|
</dependency>
|
60 |
|
|
<dependency>
|
61 |
|
|
<groupId>com.jgeppert.struts2.jquery</groupId>
|
62 |
|
|
<artifactId>struts2-jquery-plugin</artifactId>
|
63 |
|
|
<version>3.7.1</version>
|
64 |
|
|
</dependency>
|
65 |
|
|
|
66 |
|
|
<dependency>
|
67 |
|
|
<groupId>com.unboundid</groupId>
|
68 |
|
|
<artifactId>unboundid-ldapsdk</artifactId>
|
69 |
|
|
<version>1.1.3</version>
|
70 |
|
|
</dependency>
|
71 |
34306
|
nikon.gasp
|
<dependency>
|
72 |
|
|
<groupId>eu.dnetlib</groupId>
|
73 |
|
|
<artifactId>uoa-validator-commons</artifactId>
|
74 |
36694
|
nikon.gasp
|
<version>[2.0.0, 2.1.0-SNAPSHOT)</version>
|
75 |
34306
|
nikon.gasp
|
</dependency>
|
76 |
34304
|
nikon.gasp
|
</dependencies>
|
77 |
|
|
</project>
|