Revision 28910
Added by Alessia Bardi over 10 years ago
modules/cnr-data-information-oai-publisher/trunk/pom.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
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"> |
|
2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
3 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
3 | 4 |
<parent> |
4 | 5 |
<groupId>eu.dnetlib</groupId> |
5 | 6 |
<artifactId>dnet-parent</artifactId> |
... | ... | |
12 | 13 |
<packaging>jar</packaging> |
13 | 14 |
<version>3.0.0-SNAPSHOT</version> |
14 | 15 |
<dependencies> |
15 |
<dependency> |
|
16 |
<dependency>
|
|
16 | 17 |
<groupId>eu.dnetlib</groupId> |
17 | 18 |
<artifactId>cnr-data-information-oai-publisher-common</artifactId> |
18 |
<version>[3.0.0-SNAPSHOT,)</version> |
|
19 |
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
|
|
19 | 20 |
</dependency> |
20 | 21 |
<dependency> |
21 | 22 |
<groupId>eu.dnetlib</groupId> |
22 | 23 |
<artifactId>dnet-oai-store-service</artifactId> |
23 |
<version>[2.0.0-SNAPSHOT,)</version> |
|
24 |
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
|
24 | 25 |
</dependency> |
25 | 26 |
<dependency> |
26 | 27 |
<groupId>org.springframework</groupId> |
Also available in: Unified diff
closing dep ranges