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>dnet-parent</artifactId>
6
        <version>1.0.0</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.4</version>
14
    <scm>
15
        <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaireplus-workflows/tags/dnet-openaireplus-workflows-6.0.4</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
    </repositories>
23
    <dependencies>
24
        <dependency>
25
            <groupId>eu.dnetlib</groupId>
26
            <artifactId>cnr-data-flow-monitoring-core</artifactId>
27
            <version>[0.1.0,1.0.0)</version>
28
            <exclusions>
29
                <exclusion>
30
                    <artifactId>wstx-asl</artifactId>
31
                    <groupId>org.codehaus.woodstox</groupId>
32
                </exclusion>
33
            </exclusions>
34
        </dependency>
35
        <dependency>
36
            <groupId>eu.dnetlib</groupId>
37
            <artifactId>cnr-enabling-database-api</artifactId>
38
            <version>[2.0.0,3.0.0)</version>
39
        </dependency>
40
        <dependency>
41
            <groupId>eu.dnetlib</groupId>
42
            <artifactId>dnet-msro-service</artifactId>
43
            <version>[3.0.0,4.0.0)</version>
44
        </dependency>
45
        <dependency>
46
            <groupId>eu.dnetlib</groupId>
47
            <artifactId>cnr-resultset-service</artifactId>
48
            <version>[2.0.0,3.0.0)</version>
49
        </dependency>
50
        <dependency>
51
            <groupId>eu.dnetlib</groupId>
52
            <artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
53
            <version>[5.0.0,6.0.0)</version>
54
        </dependency>
55
        <dependency>
56
            <groupId>eu.dnetlib</groupId>
57
            <artifactId>dnet-openaireplus-mapping-utils</artifactId>
58
            <version>[6.0.0,7.0.0)</version>
59
        </dependency>
60
        <dependency>
61
            <groupId>eu.dnetlib</groupId>
62
            <artifactId>dnet-hadoop-service-rmi</artifactId>
63
            <version>[1.0.0,2.0.0)</version>
64
        </dependency>
65
        <dependency>
66
            <groupId>eu.dnetlib</groupId>
67
            <artifactId>dnet-index-solr-common</artifactId>
68
            <version>[1.0.0,2.0.0)</version>
69
        </dependency>
70
        <dependency>
71
            <groupId>eu.dnetlib</groupId>
72
            <artifactId>dnet-collector-plugins</artifactId>
73
            <version>[1.0.0,2.0.0)</version>
74
        </dependency>
75

    
76
        <dependency>
77
            <groupId>eu.dnetlib</groupId>
78
            <artifactId>dnet-actionmanager-api</artifactId>
79
            <version>[4.0.0,5.0.0)</version>
80
        </dependency>
81

    
82
        <dependency>
83
            <groupId>eu.dnetlib</groupId>
84
            <artifactId>dnet-oai-common-workflows</artifactId>
85
            <version>[3.0.0,4.0.0)</version>
86
        </dependency>
87

    
88
        <dependency>
89
            <groupId>eu.dnetlib</groupId>
90
            <artifactId>dnet-index-solr-client</artifactId>
91
            <version>[2.0.0,2.9.9)</version>
92
        </dependency>
93

    
94
        <dependency>
95
            <groupId>eu.dnetlib</groupId>
96
            <artifactId>dnet-validator-workflows</artifactId>
97
            <version>[1.0.0,2.0.0)</version>
98
        </dependency>
99

    
100
        <dependency>
101
            <groupId>eu.dnetlib</groupId>
102
            <artifactId>dnet-deduplication</artifactId>
103
            <version>[1.0.0,2.0.0)</version>
104
        </dependency>
105

    
106
        <!-- modular ui and servlet api are here because of the stats controller -->
107
        <dependency>
108
            <groupId>eu.dnetlib</groupId>
109
            <artifactId>dnet-modular-vocabularies-ui</artifactId>
110
            <version>[2.0.0,3.0.0)</version>
111
        </dependency>
112

    
113
        <dependency>
114
            <groupId>org.apache.velocity</groupId>
115
            <artifactId>velocity</artifactId>
116
            <version>1.7</version>
117
        </dependency>
118
        <dependency>
119
            <groupId>org.apache.velocity</groupId>
120
            <artifactId>velocity-tools</artifactId>
121
            <version>2.0</version>
122
        </dependency>
123
        <dependency>
124
            <groupId>javax.servlet</groupId>
125
            <artifactId>javax.servlet-api</artifactId>
126
            <version>${javax.servlet.version}</version>
127
            <scope>provided</scope>
128
        </dependency>
129
        <dependency>
130
            <groupId>junit</groupId>
131
            <artifactId>junit</artifactId>
132
            <version>${junit.version}</version>
133
            <scope>test</scope>
134
        </dependency>
135
 		<dependency>
136
			<groupId>eu.dnetlib</groupId>
137
			<artifactId>dnet-openaireplus-profiles</artifactId>
138
			<version>[1.0.0,2.0.0)</version>
139
			<scope>test</scope>
140
		</dependency>
141
	</dependencies>
142

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