Project

General

Profile

1
<?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>dnet45-parent</artifactId>
6
        <version>1.0.0-SNAPSHOT</version>
7
        <relativePath />
8
    </parent>
9
    <modelVersion>4.0.0</modelVersion>
10
    <groupId>eu.dnetlib</groupId>
11
    <artifactId>dnet-openaireplus-workflows</artifactId>
12
    <packaging>jar</packaging>
13
    <version>6.0.5-SNAPSHOT</version>
14
    <scm>
15
        <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/trunk</developerConnection>
16
    </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
        <repository>
23
            <id>dfm-snapshots</id>
24
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dfm-snapshots</url>
25
        </repository>
26
    </repositories>
27
    <dependencies>
28
        <dependency>
29
            <groupId>eu.dnetlib</groupId>
30
            <artifactId>cnr-data-flow-monitoring-core</artifactId>
31
            <version>[2.0.0,3.0.0)</version>
32
            <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
            <version>[2.0.0,3.0.0)</version>
43
        </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
            <version>[6.0.0,7.0.0)</version>
63
        </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

    
80
        <dependency>
81
            <groupId>eu.dnetlib</groupId>
82
            <artifactId>dnet-actionmanager-api</artifactId>
83
            <version>[4.0.0,5.0.0)</version>
84
        </dependency>
85

    
86
        <dependency>
87
            <groupId>eu.dnetlib</groupId>
88
            <artifactId>dnet-oai-common-workflows</artifactId>
89
            <version>[5.0.0-SNAPSHOT,6.0.0)</version>
90
        </dependency>
91

    
92
        <dependency>
93
            <groupId>eu.dnetlib</groupId>
94
            <artifactId>dnet-index-solr-client</artifactId>
95
            <version>[2.0.0,2.9.9)</version>
96
        </dependency>
97

    
98
        <dependency>
99
            <groupId>eu.dnetlib</groupId>
100
            <artifactId>dnet-validator-workflows</artifactId>
101
            <version>[1.0.0,2.0.0)</version>
102
        </dependency>
103

    
104
        <dependency>
105
            <groupId>eu.dnetlib</groupId>
106
            <artifactId>dnet-deduplication</artifactId>
107
            <version>[1.0.0,2.0.0)</version>
108
        </dependency>
109

    
110
        <!-- 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

    
117
        <dependency>
118
            <groupId>org.apache.velocity</groupId>
119
            <artifactId>velocity</artifactId>
120
            <version>1.7</version>
121
            <exclusions>
122
                <exclusion>
123
                    <artifactId>antlr</artifactId>
124
                    <groupId>antlr</groupId>
125
                </exclusion>
126
            </exclusions>
127
        </dependency>
128
        <dependency>
129
            <groupId>org.apache.velocity</groupId>
130
            <artifactId>velocity-tools</artifactId>
131
            <version>2.0</version>
132
            <exclusions>
133
                <exclusion>
134
                    <artifactId>antlr</artifactId>
135
                    <groupId>antlr</groupId>
136
                </exclusion>
137
            </exclusions>
138
        </dependency>
139
        <dependency>
140
            <groupId>javax.servlet</groupId>
141
            <artifactId>javax.servlet-api</artifactId>
142
            <version>${javax.servlet.version}</version>
143
            <scope>provided</scope>
144
        </dependency>
145
        <dependency>
146
            <groupId>junit</groupId>
147
            <artifactId>junit</artifactId>
148
            <version>${junit.version}</version>
149
            <scope>test</scope>
150
        </dependency>
151
 		<dependency>
152
			<groupId>eu.dnetlib</groupId>
153
			<artifactId>dnet-openaireplus-profiles</artifactId>
154
			<version>[1.0.0,2.0.0)</version>
155
			<scope>test</scope>
156
		</dependency>
157
        <dependency>
158
            <groupId>org.mockito</groupId>
159
            <artifactId>mockito-core</artifactId>
160
            <version>1.9.5</version>
161
        </dependency>
162
        <dependency>
163
            <groupId>org.springframework</groupId>
164
            <artifactId>spring-jdbc</artifactId>
165
            <version>${spring.version}</version>
166
        </dependency>
167
	</dependencies>
168

    
169
</project>
(2-2/2)