Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
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>2.0.0-SNAPSHOT</version>
8
		<relativePath/>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-parthenos</artifactId>
13
	<packaging>jar</packaging>
14
	<version>1.0.0-SNAPSHOT</version>
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-parthenos/trunk</developerConnection>
17
	</scm>
18
	<dependencies>
19
		<dependency>
20
			<groupId>junit</groupId>
21
			<artifactId>junit</artifactId>
22
			<version>${junit.version}</version>
23
		</dependency>
24
		<dependency>
25
			<groupId>org.springframework</groupId>
26
			<artifactId>spring-core</artifactId>
27
			<version>${spring.version}</version>
28
			<scope>test</scope>
29
		</dependency>
30
		<dependency>
31
			<groupId>eu.dnetlib</groupId>
32
			<artifactId>dnet-msro-service</artifactId>
33
			<version>6.0.0-SAXONHE-SNAPSHOT</version>
34
		</dependency>
35
		<!--<dependency>-->
36
			<!--<groupId>org.gcube.common</groupId>-->
37
			<!--<artifactId>authorization-client</artifactId>-->
38
		<!--</dependency>-->
39
		<!--<dependency>-->
40
			<!--<groupId>org.gcube.information-system</groupId>-->
41
			<!--<artifactId>information-system-model</artifactId>-->
42
		<!--</dependency>-->
43
		<!--<dependency>-->
44
			<!--<groupId>org.gcube.information-system</groupId>-->
45
			<!--<artifactId>gcube-resources</artifactId>-->
46
		<!--</dependency>-->
47

    
48
		<!--<dependency>-->
49
			<!--<groupId>org.gcube.information-system</groupId>-->
50
			<!--<artifactId>resource-registry-client</artifactId>-->
51
		<!--</dependency>-->
52

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

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

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

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

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

    
167
	<properties>
168
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
169
	</properties>
170

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