Project

General

Profile

1
<?xml version="1.0" ?>
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
    <parent>
5
        <groupId>eu.dnetlib</groupId>
6
        <artifactId>dnet-parent</artifactId>
7
        <version>1.0.0</version>
8
        <relativePath/>
9
    </parent>
10
    <modelVersion>4.0.0</modelVersion>
11
    <groupId>eu.dnetlib</groupId>
12
    <artifactId>dnet-openaireplus-workflows</artifactId>
13
    <packaging>jar</packaging>
14
    <version>5.0.1-SNAPSHOT</version>
15
    <scm>
16
        <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaireplus-workflows/trunk</developerConnection>
17
    </scm>
18
    <repositories>
19
        <repository>
20
            <id>dfm-releases</id>
21
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dfm-releases</url>
22
        </repository>
23
    </repositories>
24
    <dependencies>
25
        <dependency>
26
            <groupId>eu.dnetlib</groupId>
27
            <artifactId>cnr-data-flow-monitoring-core</artifactId>
28
            <version>[0.0.0,1.0.0)</version>
29
            <exclusions>
30
                <exclusion>
31
                    <artifactId>wstx-asl</artifactId>
32
                    <groupId>org.codehaus.woodstox</groupId>
33
                </exclusion>
34
            </exclusions>
35
        </dependency>
36
        <dependency>
37
            <groupId>eu.dnetlib</groupId>
38
            <artifactId>cnr-enabling-database-api</artifactId>
39
            <version>[1.0.0,2.0.0)</version>
40
        </dependency>
41
        <dependency>
42
            <groupId>eu.dnetlib</groupId>
43
            <artifactId>dnet-msro-service</artifactId>
44
            <version>[3.0.0,4.0.0)</version>
45
        </dependency>
46
        <dependency>
47
            <groupId>eu.dnetlib</groupId>
48
            <artifactId>cnr-resultset-service</artifactId>
49
            <version>[2.0.0,3.0.0)</version>
50
        </dependency>
51
        <dependency>
52
            <groupId>eu.dnetlib</groupId>
53
            <artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
54
            <version>[5.0.0,6.0.0)</version>
55
        </dependency>
56
        <dependency>
57
            <groupId>eu.dnetlib</groupId>
58
            <artifactId>dnet-openaireplus-mapping-utils</artifactId>
59
            <version>[3.0.0,4.0.0)</version>
60
        </dependency>
61
        <dependency>
62
            <groupId>eu.dnetlib</groupId>
63
            <artifactId>dnet-hadoop-service-rmi</artifactId>
64
            <version>[1.0.0,2.0.0)</version>
65
        </dependency>
66
        <dependency>
67
            <groupId>eu.dnetlib</groupId>
68
            <artifactId>dnet-index-solr-common</artifactId>
69
            <version>[1.0.0,2.0.0)</version>
70
        </dependency>
71
        <dependency>
72
            <groupId>eu.dnetlib</groupId>
73
            <artifactId>dnet-collector-plugins</artifactId>
74
            <version>[1.0.0,2.0.0)</version>
75
        </dependency>
76

    
77

    
78
        <dependency>
79
            <groupId>eu.dnetlib</groupId>
80
            <artifactId>dnet-actionmanager-api</artifactId>
81
            <version>[3.0.0,4.0.0)</version>
82
        </dependency>
83

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

    
90
        <dependency>
91
            <groupId>eu.dnetlib</groupId>
92
            <artifactId>dnet-index-solr-client</artifactId>
93
            <version>[2.0.0,3.0.0)</version>
94
        </dependency>
95

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

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

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

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