1 |
48543
|
alessia.ba
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
49132
|
alessia.ba
|
<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 |
48543
|
alessia.ba
|
<parent>
|
4 |
48735
|
alessia.ba
|
<groupId>org.springframework.boot</groupId>
|
5 |
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
6 |
48827
|
alessia.ba
|
<version>1.5.6.RELEASE</version>
|
7 |
49145
|
alessia.ba
|
<relativePath/>
|
8 |
48543
|
alessia.ba
|
</parent>
|
9 |
48735
|
alessia.ba
|
|
10 |
48543
|
alessia.ba
|
<modelVersion>4.0.0</modelVersion>
|
11 |
|
|
<groupId>eu.dnetlib</groupId>
|
12 |
|
|
<artifactId>dnet-parthenos-publisher</artifactId>
|
13 |
|
|
<packaging>jar</packaging>
|
14 |
49135
|
alessia.ba
|
<version>2.0.1-SNAPSHOT</version>
|
15 |
48543
|
alessia.ba
|
<scm>
|
16 |
49135
|
alessia.ba
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-parthenos-publisher/trunk</developerConnection>
|
17 |
49145
|
alessia.ba
|
<url>https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/dnet-parthenos-publisher</url>
|
18 |
|
|
</scm>
|
19 |
48735
|
alessia.ba
|
<ciManagement>
|
20 |
|
|
<system>jenkins</system>
|
21 |
|
|
<url>https://jenkins-dnet.d4science.org/view/DNet50/job/DSL50_dnet-parthenos-publisher/</url>
|
22 |
|
|
</ciManagement>
|
23 |
|
|
<distributionManagement>
|
24 |
|
|
<repository>
|
25 |
|
|
<id>dnet5-releases</id>
|
26 |
|
|
<name>D-Net 5 Releases</name>
|
27 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet5-releases</url>
|
28 |
|
|
<layout>default</layout>
|
29 |
|
|
</repository>
|
30 |
|
|
</distributionManagement>
|
31 |
|
|
|
32 |
|
|
<!-- Inherit defaults from Spring Boot -->
|
33 |
|
|
|
34 |
|
|
<repositories>
|
35 |
|
|
<repository>
|
36 |
|
|
<id>dnet-deps</id>
|
37 |
|
|
<name>dnet-dependencies</name>
|
38 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet-deps</url>
|
39 |
|
|
<layout>default</layout>
|
40 |
|
|
</repository>
|
41 |
|
|
<repository>
|
42 |
|
|
<id>dnet5-releases</id>
|
43 |
|
|
<name>D-Net 5 Releases</name>
|
44 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet5-releases</url>
|
45 |
|
|
<layout>default</layout>
|
46 |
|
|
<snapshots>
|
47 |
|
|
<enabled>false</enabled>
|
48 |
|
|
</snapshots>
|
49 |
|
|
</repository>
|
50 |
|
|
<repository>
|
51 |
|
|
<id>dnet5-snapshots</id>
|
52 |
|
|
<name>D-Net 5 Snapshots</name>
|
53 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet5-snapshots</url>
|
54 |
|
|
<layout>default</layout>
|
55 |
|
|
<snapshots>
|
56 |
|
|
<enabled>true</enabled>
|
57 |
|
|
</snapshots>
|
58 |
|
|
</repository>
|
59 |
49145
|
alessia.ba
|
<repository>
|
60 |
|
|
<id>gcube-snapshots</id>
|
61 |
|
|
<name>gCube Snapshots</name>
|
62 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-snapshots</url>
|
63 |
|
|
<releases>
|
64 |
|
|
<enabled>false</enabled>
|
65 |
|
|
</releases>
|
66 |
|
|
<snapshots>
|
67 |
|
|
<enabled>true</enabled>
|
68 |
|
|
</snapshots>
|
69 |
|
|
</repository>
|
70 |
|
|
<repository>
|
71 |
|
|
<id>gcube-releases</id>
|
72 |
|
|
<name>gCube Releases</name>
|
73 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-releases</url>
|
74 |
|
|
<snapshots>
|
75 |
|
|
<enabled>false</enabled>
|
76 |
|
|
</snapshots>
|
77 |
|
|
<releases>
|
78 |
|
|
<enabled>true</enabled>
|
79 |
|
|
</releases>
|
80 |
|
|
</repository>
|
81 |
|
|
<repository>
|
82 |
|
|
<id>gcube-externals</id>
|
83 |
|
|
<name>gCube Externals</name>
|
84 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-externals</url>
|
85 |
|
|
<snapshots>
|
86 |
|
|
<enabled>false</enabled>
|
87 |
|
|
</snapshots>
|
88 |
|
|
<releases>
|
89 |
|
|
<enabled>true</enabled>
|
90 |
|
|
</releases>
|
91 |
|
|
</repository>
|
92 |
48735
|
alessia.ba
|
</repositories>
|
93 |
|
|
|
94 |
48543
|
alessia.ba
|
<dependencies>
|
95 |
|
|
<dependency>
|
96 |
49001
|
alessia.ba
|
<groupId>net.sf.saxon</groupId>
|
97 |
|
|
<artifactId>Saxon-HE</artifactId>
|
98 |
|
|
<version>9.5.1-5</version>
|
99 |
48553
|
alessia.ba
|
</dependency>
|
100 |
|
|
<dependency>
|
101 |
48548
|
alessia.ba
|
<groupId>virtuoso</groupId>
|
102 |
|
|
<artifactId>jena-driver</artifactId>
|
103 |
|
|
<version>3.0</version>
|
104 |
|
|
</dependency>
|
105 |
|
|
<dependency>
|
106 |
|
|
<groupId>openlink</groupId>
|
107 |
|
|
<artifactId>virtuoso-jdbc</artifactId>
|
108 |
|
|
<version>4.0</version>
|
109 |
|
|
</dependency>
|
110 |
|
|
<dependency>
|
111 |
|
|
<groupId>org.apache.jena</groupId>
|
112 |
|
|
<artifactId>apache-jena</artifactId>
|
113 |
|
|
<version>[3.3.0,4.0.0)</version>
|
114 |
48549
|
alessia.ba
|
<type>pom</type>
|
115 |
48827
|
alessia.ba
|
<exclusions>
|
116 |
|
|
<exclusion>
|
117 |
|
|
<groupId>org.slf4j</groupId>
|
118 |
|
|
<artifactId>slf4j-log4j12</artifactId>
|
119 |
|
|
</exclusion>
|
120 |
|
|
</exclusions>
|
121 |
48548
|
alessia.ba
|
</dependency>
|
122 |
|
|
<dependency>
|
123 |
48735
|
alessia.ba
|
<groupId>org.springframework.boot</groupId>
|
124 |
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
125 |
48543
|
alessia.ba
|
<scope>test</scope>
|
126 |
|
|
</dependency>
|
127 |
48827
|
alessia.ba
|
<dependency>
|
128 |
|
|
<groupId>org.springframework.boot</groupId>
|
129 |
|
|
<artifactId>spring-boot-autoconfigure</artifactId>
|
130 |
|
|
</dependency>
|
131 |
|
|
<dependency>
|
132 |
|
|
<groupId>org.springframework.boot</groupId>
|
133 |
|
|
<artifactId>spring-boot</artifactId>
|
134 |
|
|
</dependency>
|
135 |
|
|
<dependency>
|
136 |
|
|
<groupId>org.springframework.boot</groupId>
|
137 |
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
138 |
|
|
</dependency>
|
139 |
49001
|
alessia.ba
|
<dependency>
|
140 |
|
|
<groupId>org.apache.solr</groupId>
|
141 |
|
|
<artifactId>solr-solrj</artifactId>
|
142 |
|
|
<version>[5.0.0,6.0.0)</version>
|
143 |
|
|
</dependency>
|
144 |
49145
|
alessia.ba
|
<dependency>
|
145 |
|
|
<groupId>org.gcube.information-system</groupId>
|
146 |
|
|
<artifactId>parthenos-entities</artifactId>
|
147 |
49324
|
alessia.ba
|
<version>0.0.1-SNAPSHOT</version>
|
148 |
49145
|
alessia.ba
|
</dependency>
|
149 |
|
|
<dependency>
|
150 |
|
|
<groupId>org.gcube.information-system</groupId>
|
151 |
|
|
<artifactId>resource-registry-publisher</artifactId>
|
152 |
51097
|
alessia.ba
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
153 |
49145
|
alessia.ba
|
</dependency>
|
154 |
|
|
<dependency>
|
155 |
|
|
<groupId>org.gcube.information-system</groupId>
|
156 |
|
|
<artifactId>resource-registry-client</artifactId>
|
157 |
51097
|
alessia.ba
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
158 |
49145
|
alessia.ba
|
</dependency>
|
159 |
49238
|
alessia.ba
|
<dependency>
|
160 |
|
|
<groupId>org.gcube.common</groupId>
|
161 |
|
|
<artifactId>authorization-client</artifactId>
|
162 |
|
|
<version>LATEST</version>
|
163 |
|
|
</dependency>
|
164 |
49324
|
alessia.ba
|
<dependency>
|
165 |
|
|
<groupId>org.gcube.information-system</groupId>
|
166 |
|
|
<artifactId>resource-registry-api</artifactId>
|
167 |
|
|
<version>RELEASE</version>
|
168 |
|
|
</dependency>
|
169 |
51097
|
alessia.ba
|
|
170 |
|
|
|
171 |
|
|
|
172 |
51001
|
alessia.ba
|
<dependency>
|
173 |
|
|
<groupId>com.google.guava</groupId>
|
174 |
|
|
<artifactId>guava</artifactId>
|
175 |
|
|
<version>23.3-jre</version>
|
176 |
|
|
</dependency>
|
177 |
|
|
<dependency>
|
178 |
|
|
<groupId>org.freemarker</groupId>
|
179 |
|
|
<artifactId>freemarker</artifactId>
|
180 |
|
|
<version>2.3.27-incubating</version>
|
181 |
|
|
</dependency>
|
182 |
48543
|
alessia.ba
|
</dependencies>
|
183 |
|
|
|
184 |
48735
|
alessia.ba
|
<build>
|
185 |
|
|
<plugins>
|
186 |
|
|
<plugin>
|
187 |
|
|
<groupId>org.springframework.boot</groupId>
|
188 |
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
189 |
|
|
<configuration>
|
190 |
|
|
<executable>true</executable>
|
191 |
|
|
</configuration>
|
192 |
|
|
</plugin>
|
193 |
|
|
</plugins>
|
194 |
|
|
</build>
|
195 |
|
|
|
196 |
48543
|
alessia.ba
|
<properties>
|
197 |
48735
|
alessia.ba
|
<java.version>1.8</java.version>
|
198 |
|
|
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
|
199 |
48543
|
alessia.ba
|
</properties>
|
200 |
|
|
|
201 |
48735
|
alessia.ba
|
<profiles>
|
202 |
|
|
<profile>
|
203 |
|
|
<id>java8-doclint-disabled</id>
|
204 |
|
|
<activation>
|
205 |
|
|
<jdk>[1.8,)</jdk>
|
206 |
|
|
</activation>
|
207 |
|
|
<properties>
|
208 |
|
|
<javadoc.opts>-Xdoclint:none</javadoc.opts>
|
209 |
|
|
</properties>
|
210 |
|
|
</profile>
|
211 |
|
|
</profiles>
|
212 |
48543
|
alessia.ba
|
</project>
|