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</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>1.0.1-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, 3.0.0-SAXONHE)</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>dnet-msro-service</artifactId>
37
			<version>[6.0.0-SAXONHE, 7.0.0-SAXONHE)</version>
38
		</dependency>
39
		<!--<dependency>-->
40
			<!--<groupId>org.gcube.common</groupId>-->
41
			<!--<artifactId>authorization-client</artifactId>-->
42
		<!--</dependency>-->
43
		<!--<dependency>-->
44
			<!--<groupId>org.gcube.information-system</groupId>-->
45
			<!--<artifactId>information-system-model</artifactId>-->
46
		<!--</dependency>-->
47
		<!--<dependency>-->
48
			<!--<groupId>org.gcube.information-system</groupId>-->
49
			<!--<artifactId>gcube-resources</artifactId>-->
50
		<!--</dependency>-->
51

    
52
		<!--<dependency>-->
53
			<!--<groupId>org.gcube.information-system</groupId>-->
54
			<!--<artifactId>resource-registry-client</artifactId>-->
55
		<!--</dependency>-->
56

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

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

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

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

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

    
171
	<properties>
172
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
173
	</properties>
174

    
175
</project>
(3-3/3)