Revision 32270
Added by Nikon Gasparis about 10 years ago
pom.xml | ||
---|---|---|
3 | 3 |
<parent> |
4 | 4 |
<groupId>eu.dnetlib</groupId> |
5 | 5 |
<artifactId>dnet-parent</artifactId> |
6 |
<version>1.0.0-SNAPSHOT</version>
|
|
6 |
<version>1.0.0</version> |
|
7 | 7 |
</parent> |
8 |
<!--SNAPSHOT SHOULD BE REMOVED AS SOON AS THE NEW INDEXSERVICE INTERFACE IS AVAILABLE --> |
|
9 | 8 |
<modelVersion>4.0.0</modelVersion> |
10 | 9 |
<groupId>eu.dnetlib</groupId> |
11 | 10 |
<artifactId>uoa-clients</artifactId> |
... | ... | |
55 | 54 |
<artifactId>cnr-spring-utils</artifactId> |
56 | 55 |
<version>[1.0.0]</version> |
57 | 56 |
</dependency> |
58 |
|
|
59 |
<!-- SHOULD BE UPDATED AS SOON AS THE NEW INDEXSERVICE INTERFACEIS AVAILABLE --> |
|
60 | 57 |
<dependency> |
61 | 58 |
<groupId>eu.dnetlib</groupId> |
62 |
<artifactId>icm-functionality-api</artifactId>
|
|
63 |
<version>[1.0.0-SNAPSHOT,)</version>
|
|
59 |
<artifactId>dnet-index-client</artifactId>
|
|
60 |
<version>[1.1.0]</version>
|
|
64 | 61 |
</dependency> |
65 | 62 |
</dependencies> |
66 | 63 |
</project> |
Also available in: Unified diff
removed dependency for icm-funcionality-api
updated indexWSClient to use the new indexClient from package dnet-index-client 1.1.0 []
removed unneeded packages for dataaccessService and storeService