Project

General

Profile

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">
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>2.0.0-SNAPSHOT</version>
7
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-parthenos</artifactId>
12
	<packaging>jar</packaging>
13
	<version>2.0.0-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-parthenos/trunk</developerConnection>
16
	</scm>
17
	<dependencies>
18
		<dependency>
19
			<groupId>junit</groupId>
20
			<artifactId>junit</artifactId>
21
			<version>${junit.version}</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>org.springframework</groupId>
25
			<artifactId>spring-core</artifactId>
26
			<version>${spring.version}</version>
27
			<scope>provided</scope>
28
		</dependency>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>dnet-data-services</artifactId>
32
			<version>[2.0.0-SAXONHE-SNAPSHOT, 2.0.1-SAXONHE-SOLR772-SNAPSHOT)</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>dnet-msro-service</artifactId>
37
			<version>[7.0.0-SAXONHE-SNAPSHOT, 7.0.0-SAXONHE-SOLR772-SNAPSHOT)</version>
38
		</dependency>
39

    
40

    
41
		<!-- GCUBE DEPS -->
42
        <!--<dependency>-->
43
			<!--<groupId>org.gcube.common</groupId>-->
44
			<!--<artifactId>authorization-client</artifactId>-->
45
		<!--</dependency>-->
46
		<!--<dependency>-->
47
			<!--<groupId>org.gcube.information-system</groupId>-->
48
			<!--<artifactId>information-system-model</artifactId>-->
49
		<!--</dependency>-->
50
		<!--<dependency>-->
51
			<!--<groupId>org.gcube.information-system</groupId>-->
52
			<!--<artifactId>gcube-resources</artifactId>-->
53
		<!--</dependency>-->
54

    
55
		<!--<dependency>-->
56
			<!--<groupId>org.gcube.information-system</groupId>-->
57
			<!--<artifactId>resource-registry-client</artifactId>-->
58
		<!--</dependency>-->
59

    
60
		<!--<dependency>-->
61
			<!--<groupId>org.gcube.information-system</groupId>-->
62
			<!--<artifactId>resource-registry-publisher</artifactId>-->
63
		<!--</dependency>-->
64
		<!--<dependency>-->
65
			<!--<groupId>org.gcube.core</groupId>-->
66
			<!--<artifactId>common-scope</artifactId>-->
67
		<!--</dependency>-->
68
		<!--<dependency>-->
69
			<!--<groupId>org.gcube.information-system</groupId>-->
70
			<!--<artifactId>parthenos-entities</artifactId>-->
71
			<!--<version>0.0.1-SNAPSHOT</version>-->
72
		<!--</dependency>-->
73
	</dependencies>
74

    
75
	<!--<dependencyManagement>-->
76
		<!--<dependencies>-->
77
			<!--<dependency>-->
78
				<!--<groupId>org.gcube.distribution</groupId>-->
79
				<!--<artifactId>gcube-bom</artifactId>-->
80
				<!--<version>LATEST</version>-->
81
				<!--<type>pom</type>-->
82
				<!--<scope>import</scope>-->
83
			<!--</dependency>-->
84
			<!--<dependency>-->
85
				<!--<groupId>org.gcube.distribution</groupId>-->
86
				<!--<artifactId>gcube-smartgears-bom</artifactId>-->
87
				<!--<version>LATEST</version>-->
88
				<!--<type>pom</type>-->
89
				<!--<scope>import</scope>-->
90
			<!--</dependency>-->
91
			<!--<dependency>-->
92
				<!--<groupId>org.gcube.information-system</groupId>-->
93
				<!--<artifactId>information-system-bom</artifactId>-->
94
				<!--<version>LATEST</version>-->
95
				<!--<type>pom</type>-->
96
				<!--<scope>import</scope>-->
97
			<!--</dependency>-->
98
		<!--</dependencies>-->
99
	<!--</dependencyManagement>-->
100

    
101
	<!--<repositories>-->
102
		<!--<repository>-->
103
			<!--<id>gcube-snapshots</id>-->
104
			<!--<name>gCube Snapshots</name>-->
105
			<!--<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-snapshots</url>-->
106
			<!--<releases>-->
107
				<!--<enabled>false</enabled>-->
108
			<!--</releases>-->
109
			<!--<snapshots>-->
110
				<!--<enabled>true</enabled>-->
111
			<!--</snapshots>-->
112
		<!--</repository>-->
113
		<!--<repository>-->
114
			<!--<id>gcube-releases</id>-->
115
			<!--<name>gCube Releases</name>-->
116
			<!--<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-releases</url>-->
117
			<!--<snapshots>-->
118
				<!--<enabled>false</enabled>-->
119
			<!--</snapshots>-->
120
			<!--<releases>-->
121
				<!--<enabled>true</enabled>-->
122
			<!--</releases>-->
123
		<!--</repository>-->
124
		<!--<repository>-->
125
			<!--<id>gcube-externals</id>-->
126
			<!--<name>gCube Externals</name>-->
127
			<!--<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-externals</url>-->
128
			<!--<snapshots>-->
129
				<!--<enabled>false</enabled>-->
130
			<!--</snapshots>-->
131
			<!--<releases>-->
132
				<!--<enabled>true</enabled>-->
133
			<!--</releases>-->
134
		<!--</repository>-->
135
	<!--</repositories>-->
136

    
137
	<!--<pluginRepositories>-->
138
		<!--<pluginRepository>-->
139
			<!--<id>gcube-snapshots</id>-->
140
			<!--<name>gCube Snapshots</name>-->
141
			<!--<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-snapshots</url>-->
142
			<!--<releases>-->
143
				<!--<enabled>false</enabled>-->
144
			<!--</releases>-->
145
			<!--<snapshots>-->
146
				<!--<enabled>true</enabled>-->
147
			<!--</snapshots>-->
148
		<!--</pluginRepository>-->
149
		<!--<pluginRepository>-->
150
			<!--<id>gcube-releases</id>-->
151
			<!--<name>gCube Releases</name>-->
152
			<!--<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-releases</url>-->
153
			<!--<snapshots>-->
154
				<!--<enabled>false</enabled>-->
155
			<!--</snapshots>-->
156
			<!--<releases>-->
157
				<!--<enabled>true</enabled>-->
158
			<!--</releases>-->
159
		<!--</pluginRepository>-->
160

    
161
		<!--<pluginRepository>-->
162
			<!--<id>gcube-externals</id>-->
163
			<!--<name>gCube Externals</name>-->
164
			<!--<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-externals</url>-->
165
			<!--<snapshots>-->
166
				<!--<enabled>false</enabled>-->
167
			<!--</snapshots>-->
168
			<!--<releases>-->
169
				<!--<enabled>true</enabled>-->
170
			<!--</releases>-->
171
		<!--</pluginRepository>-->
172
	<!--</pluginRepositories>-->
173

    
174
	<properties>
175
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
176
	</properties>
177

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