2017-12-07 18:57:12 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>eu.dnetlib</groupId>
|
|
|
|
<artifactId>dnet45-parent</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>eu.dnetlib</groupId>
|
|
|
|
<artifactId>uoa-repository-manager-service</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
2018-02-05 12:16:53 +01:00
|
|
|
<packaging>war</packaging>
|
2017-12-07 18:57:12 +01:00
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
|
<artifactId>hibernate-validator-annotation-processor</artifactId>
|
|
|
|
<version>4.1.0.Final</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<version>(1.2, 1.5]</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib</groupId>
|
|
|
|
<artifactId>dnet-runtime</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion> <!-- declare the exclusion here -->
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-javamail_1.4_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2018-01-16 16:45:47 +01:00
|
|
|
|
2017-12-07 18:57:12 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib</groupId>
|
|
|
|
<artifactId>uoa-utils</artifactId>
|
|
|
|
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib</groupId>
|
|
|
|
<artifactId>uoa-domain</artifactId>
|
|
|
|
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion> <!-- declare the exclusion here -->
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
<artifactId>cglib</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
<artifactId>cglib-nodep</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib</groupId>
|
|
|
|
<artifactId>uoa-commons</artifactId>
|
|
|
|
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib</groupId>
|
|
|
|
<artifactId>uoa-clients</artifactId>
|
|
|
|
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.dnetlib</groupId>
|
|
|
|
<artifactId>uoa-hcm</artifactId>
|
|
|
|
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>se.kb</groupId>
|
|
|
|
<artifactId>oai4j</artifactId>
|
|
|
|
<version>[0.6b1,)</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xalan</groupId>
|
|
|
|
<artifactId>xalan</artifactId>
|
|
|
|
<version>2.7.2</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
<version>2.11.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
<version>2.5.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
<version>2.5.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
<artifactId>jersey-client</artifactId>
|
|
|
|
<version>1.19.3</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.aksw.gson</groupId>
|
|
|
|
<artifactId>gson-utils-core</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.json</groupId>
|
|
|
|
<artifactId>json</artifactId>
|
|
|
|
<version>20080701</version>
|
|
|
|
</dependency>
|
|
|
|
|
2018-03-30 12:18:24 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.mail</groupId>
|
|
|
|
<artifactId>javax.mail</artifactId>
|
|
|
|
<version>1.6.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
2017-12-07 18:57:12 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
|
|
<version>2.7.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
|
|
|
<version>2.7.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/cz.habarta.typescript-generator/typescript-generator-maven-plugin -->
|
2018-01-24 16:10:47 +01:00
|
|
|
<!--<dependency>
|
2017-12-07 18:57:12 +01:00
|
|
|
<groupId>cz.habarta.typescript-generator</groupId>
|
|
|
|
<artifactId>typescript-generator-maven-plugin</artifactId>
|
|
|
|
<version>1.29.366</version>
|
2018-01-24 16:10:47 +01:00
|
|
|
</dependency>-->
|
2018-01-11 10:58:24 +01:00
|
|
|
<!-- https://mvnrepository.com/artifact/postgresql/postgresql -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>postgresql</groupId>
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
<version>9.1-901.jdbc3</version>
|
|
|
|
</dependency>
|
|
|
|
|
2018-02-06 15:59:03 +01:00
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-catalina -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<artifactId>tomcat-catalina</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
|
|
|
|
2018-03-14 15:47:14 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
</dependency>
|
2018-02-06 15:59:03 +01:00
|
|
|
|
2018-03-14 15:47:14 +01:00
|
|
|
<dependency>
|
2018-01-24 11:11:57 +01:00
|
|
|
<groupId>org.mitre</groupId>
|
|
|
|
<artifactId>openid-connect-client</artifactId>
|
|
|
|
<version>1.3.0</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2018-03-14 15:47:14 +01:00
|
|
|
</dependency>
|
2018-01-24 11:11:57 +01:00
|
|
|
|
2018-03-14 15:47:14 +01:00
|
|
|
|
|
|
|
<dependency>
|
2018-01-24 11:11:57 +01:00
|
|
|
<groupId>org.springframework.session</groupId>
|
|
|
|
<artifactId>spring-session-data-redis</artifactId>
|
|
|
|
<version>1.3.1.RELEASE</version>
|
|
|
|
<type>pom</type>
|
|
|
|
</dependency>
|
2018-03-14 15:47:14 +01:00
|
|
|
<!-- https://mvnrepository.com/artifact/redis.clients/jedis -->
|
2018-01-24 11:11:57 +01:00
|
|
|
<dependency>
|
2018-03-14 15:47:14 +01:00
|
|
|
<groupId>redis.clients</groupId>
|
|
|
|
<artifactId>jedis</artifactId>
|
|
|
|
<version>2.9.0</version>
|
|
|
|
</dependency>
|
2018-06-13 14:21:28 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>2.6.2</version>
|
|
|
|
</dependency>
|
2017-12-07 18:57:12 +01:00
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
2018-03-14 15:47:14 +01:00
|
|
|
<build>
|
2018-03-19 15:31:18 +01:00
|
|
|
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
|
2018-03-14 15:47:14 +01:00
|
|
|
<plugins>
|
2018-03-19 15:31:18 +01:00
|
|
|
<plugin>
|
2018-03-14 15:47:14 +01:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2018-06-13 14:21:28 +02:00
|
|
|
<version>3.7.0</version>
|
2018-03-14 15:47:14 +01:00
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
<version>2.6</version>
|
|
|
|
<configuration>
|
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
2018-03-19 15:31:18 +01:00
|
|
|
|
2018-03-14 15:47:14 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.googlecode.maven-download-plugin</groupId>
|
|
|
|
<artifactId>download-maven-plugin</artifactId>
|
|
|
|
<version>1.3.0</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>wget</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<url>
|
|
|
|
https://github.com/ostranme/swagger-ui-themes/archive/v3.0.0.zip
|
|
|
|
</url>
|
|
|
|
<unpack>true</unpack>
|
|
|
|
<outputDirectory>${project.build.directory}</outputDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
2018-06-13 14:21:28 +02:00
|
|
|
|
|
|
|
|
2018-03-19 15:31:18 +01:00
|
|
|
<!--
|
2018-03-14 15:47:14 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<version>1.8</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>prepare-package</phase>
|
2018-03-19 15:31:18 +01:00
|
|
|
<goals>
|
2018-03-14 15:47:14 +01:00
|
|
|
<goal>run</goal>
|
2018-03-19 15:31:18 +01:00
|
|
|
</goals>
|
2018-03-14 15:47:14 +01:00
|
|
|
<configuration>
|
|
|
|
<tasks>
|
|
|
|
<sequential>
|
|
|
|
<echo>Add theme</echo>
|
|
|
|
<replace token="</head>"
|
|
|
|
value="<link href='webjars/springfox-swagger-ui/themes/2.x/theme-feeling-blue.css' rel="stylesheet"/></head>"
|
2018-03-19 15:31:18 +01:00
|
|
|
dir="${settings.localRepository}/io/springfox/springfox-swagger-ui/2.7.0/META-INF/resources">
|
2018-03-14 15:47:14 +01:00
|
|
|
<include name="swagger-ui.html"/>
|
|
|
|
</replace>
|
|
|
|
</sequential>
|
|
|
|
</tasks>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2018-03-19 15:31:18 +01:00
|
|
|
-->
|
2018-03-14 15:47:14 +01:00
|
|
|
|
|
|
|
<!--<plugin>
|
|
|
|
<groupId>cz.habarta.typescript-generator</groupId>
|
|
|
|
<artifactId>typescript-generator-maven-plugin</artifactId>
|
|
|
|
<version>1.29.366</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>generate1</id>
|
|
|
|
<goals>
|
|
|
|
<goal>generate</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<jsonLibrary>jackson2</jsonLibrary>
|
|
|
|
<outputFileType>implementationFile</outputFileType>
|
|
|
|
<mapClasses>asClasses</mapClasses>
|
|
|
|
<classPatterns>
|
|
|
|
<pattern>eu.dnetlib.domain.data.*</pattern>
|
|
|
|
</classPatterns>
|
|
|
|
<outputFile>target/typeScriptClasses.ts</outputFile>
|
|
|
|
<outputKind>module</outputKind>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>-->
|
|
|
|
</plugins>
|
2018-06-13 14:21:28 +02:00
|
|
|
<finalName>uoa-repository-manager-service</finalName>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2018-03-14 15:47:14 +01:00
|
|
|
</build>
|
|
|
|
|
|
|
|
|
2017-12-07 18:57:12 +01:00
|
|
|
</project>
|