Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" ?>
2 40448 alessia.ba
<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 40398 michele.ar
    <parent>
4
        <groupId>eu.dnetlib</groupId>
5 45335 claudio.at
        <artifactId>dnet45-parent</artifactId>
6
        <version>1.0.0-SNAPSHOT</version>
7 40448 alessia.ba
        <relativePath />
8 40398 michele.ar
    </parent>
9
    <modelVersion>4.0.0</modelVersion>
10
    <groupId>eu.dnetlib</groupId>
11
    <artifactId>dnet-openaireplus-workflows</artifactId>
12
    <packaging>jar</packaging>
13 45090 alessia.ba
    <version>6.0.5-SNAPSHOT</version>
14 40398 michele.ar
    <scm>
15 45335 claudio.at
        <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/trunk</developerConnection>
16 40398 michele.ar
    </scm>
17
    <repositories>
18
        <repository>
19
            <id>dfm-releases</id>
20
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dfm-releases</url>
21
        </repository>
22 45335 claudio.at
        <repository>
23
            <id>dfm-snapshots</id>
24
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dfm-snapshots</url>
25
        </repository>
26 40398 michele.ar
    </repositories>
27
    <dependencies>
28
        <dependency>
29
            <groupId>eu.dnetlib</groupId>
30
            <artifactId>cnr-data-flow-monitoring-core</artifactId>
31 42906 alessia.ba
            <version>[0.1.0,1.0.0)</version>
32 40398 michele.ar
            <exclusions>
33
                <exclusion>
34
                    <artifactId>wstx-asl</artifactId>
35
                    <groupId>org.codehaus.woodstox</groupId>
36
                </exclusion>
37
            </exclusions>
38
        </dependency>
39
        <dependency>
40
            <groupId>eu.dnetlib</groupId>
41
            <artifactId>cnr-enabling-database-api</artifactId>
42 42034 claudio.at
            <version>[2.0.0,3.0.0)</version>
43 40398 michele.ar
        </dependency>
44
        <dependency>
45
            <groupId>eu.dnetlib</groupId>
46
            <artifactId>dnet-msro-service</artifactId>
47
            <version>[3.0.0,4.0.0)</version>
48
        </dependency>
49
        <dependency>
50
            <groupId>eu.dnetlib</groupId>
51
            <artifactId>cnr-resultset-service</artifactId>
52
            <version>[2.0.0,3.0.0)</version>
53
        </dependency>
54
        <dependency>
55
            <groupId>eu.dnetlib</groupId>
56
            <artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
57
            <version>[5.0.0,6.0.0)</version>
58
        </dependency>
59
        <dependency>
60
            <groupId>eu.dnetlib</groupId>
61
            <artifactId>dnet-openaireplus-mapping-utils</artifactId>
62 44920 alessia.ba
            <version>[6.0.0,7.0.0)</version>
63 40398 michele.ar
        </dependency>
64
        <dependency>
65
            <groupId>eu.dnetlib</groupId>
66
            <artifactId>dnet-hadoop-service-rmi</artifactId>
67
            <version>[1.0.0,2.0.0)</version>
68
        </dependency>
69
        <dependency>
70
            <groupId>eu.dnetlib</groupId>
71
            <artifactId>dnet-index-solr-common</artifactId>
72
            <version>[1.0.0,2.0.0)</version>
73
        </dependency>
74
        <dependency>
75
            <groupId>eu.dnetlib</groupId>
76
            <artifactId>dnet-collector-plugins</artifactId>
77
            <version>[1.0.0,2.0.0)</version>
78
        </dependency>
79 39543 claudio.at
80 40398 michele.ar
        <dependency>
81
            <groupId>eu.dnetlib</groupId>
82
            <artifactId>dnet-actionmanager-api</artifactId>
83 43879 claudio.at
            <version>[4.0.0,5.0.0)</version>
84 40398 michele.ar
        </dependency>
85 28304 alessia.ba
86 40398 michele.ar
        <dependency>
87
            <groupId>eu.dnetlib</groupId>
88
            <artifactId>dnet-oai-common-workflows</artifactId>
89 45335 claudio.at
            <version>[4.0.1-BASIC-AGGREGATOR-SNAPSHOT]</version>
90 40398 michele.ar
        </dependency>
91 28304 alessia.ba
92 40398 michele.ar
        <dependency>
93
            <groupId>eu.dnetlib</groupId>
94
            <artifactId>dnet-index-solr-client</artifactId>
95 41371 claudio.at
            <version>[2.0.0,2.9.9)</version>
96 40398 michele.ar
        </dependency>
97 34379 claudio.at
98 40398 michele.ar
        <dependency>
99
            <groupId>eu.dnetlib</groupId>
100
            <artifactId>dnet-validator-workflows</artifactId>
101
            <version>[1.0.0,2.0.0)</version>
102
        </dependency>
103 39850 alessia.ba
104 43591 claudio.at
        <dependency>
105
            <groupId>eu.dnetlib</groupId>
106
            <artifactId>dnet-deduplication</artifactId>
107
            <version>[1.0.0,2.0.0)</version>
108
        </dependency>
109
110 40398 michele.ar
        <!-- modular ui and servlet api are here because of the stats controller -->
111
        <dependency>
112
            <groupId>eu.dnetlib</groupId>
113
            <artifactId>dnet-modular-vocabularies-ui</artifactId>
114
            <version>[2.0.0,3.0.0)</version>
115
        </dependency>
116 40429 claudio.at
117 40398 michele.ar
        <dependency>
118 40429 claudio.at
            <groupId>org.apache.velocity</groupId>
119
            <artifactId>velocity</artifactId>
120
            <version>1.7</version>
121
        </dependency>
122
        <dependency>
123
            <groupId>org.apache.velocity</groupId>
124
            <artifactId>velocity-tools</artifactId>
125
            <version>2.0</version>
126
        </dependency>
127
        <dependency>
128 40398 michele.ar
            <groupId>javax.servlet</groupId>
129
            <artifactId>javax.servlet-api</artifactId>
130
            <version>${javax.servlet.version}</version>
131
            <scope>provided</scope>
132
        </dependency>
133
        <dependency>
134
            <groupId>junit</groupId>
135
            <artifactId>junit</artifactId>
136
            <version>${junit.version}</version>
137
            <scope>test</scope>
138
        </dependency>
139 40429 claudio.at
 		<dependency>
140
			<groupId>eu.dnetlib</groupId>
141
			<artifactId>dnet-openaireplus-profiles</artifactId>
142
			<version>[1.0.0,2.0.0)</version>
143
			<scope>test</scope>
144
		</dependency>
145
	</dependencies>
146
147 26600 sandro.lab
</project>