Revision 42964
Added by Claudio Atzori over 8 years ago
webapps/dnet-wds-container/trunk/pom.xml | ||
---|---|---|
19 | 19 |
<dependency> |
20 | 20 |
<groupId>commons-beanutils</groupId> |
21 | 21 |
<artifactId>commons-beanutils</artifactId> |
22 |
<version>1.9.2</version>
|
|
22 |
<version>1.8.3</version>
|
|
23 | 23 |
</dependency> |
24 | 24 |
|
25 |
|
|
26 | 25 |
<dependency> |
27 | 26 |
<groupId>org.springframework.security</groupId> |
28 | 27 |
<artifactId>spring-security-web</artifactId> |
... | ... | |
55 | 54 |
|
56 | 55 |
<dependency> |
57 | 56 |
<groupId>eu.dnetlib</groupId> |
57 |
<artifactId>dnet-data-support-services</artifactId> |
|
58 |
<version>1.0.0-SNAPSHOT</version> |
|
59 |
</dependency> |
|
60 |
|
|
61 |
|
|
62 |
<dependency> |
|
63 |
<groupId>eu.dnetlib</groupId> |
|
58 | 64 |
<artifactId>dnet-wds</artifactId> |
59 | 65 |
<version>1.0.0-SNAPSHOT</version> |
60 | 66 |
</dependency> |
... | ... | |
77 | 83 |
<artifactId>dnet-msro-service</artifactId> |
78 | 84 |
<version>5.0.0-SNAPSHOT</version> |
79 | 85 |
</dependency> |
80 |
|
|
86 |
|
|
81 | 87 |
<dependency> |
88 |
<groupId>eu.dnetlib</groupId> |
|
89 |
<artifactId>dnet-hadoop-services</artifactId> |
|
90 |
<version>1.0.0-SNAPSHOT</version> |
|
91 |
</dependency> |
|
92 |
|
|
93 |
<dependency> |
|
94 |
<groupId>eu.dnetlib</groupId> |
|
95 |
<artifactId>dnet-openaire</artifactId> |
|
96 |
<version>1.0.0-SNAPSHOT</version> |
|
97 |
</dependency> |
|
98 |
|
|
99 |
<dependency> |
|
82 | 100 |
<groupId>xerces</groupId> |
83 | 101 |
<artifactId>xercesImpl</artifactId> |
84 | 102 |
<version>2.11.0</version> |
Also available in: Unified diff
added more ported services