[Trunk | Admin Tools]: pom.xml:

a. Revert from r61633 changes for parent and plugins: now from "dnet45-parent" to "spring-boot-starter-parent".
b. In dependency "uoa-admin-tools-library" remove snapshot from version (the library is released on http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases/eu/dnetlib/uoa-admin-tools-library/).
This commit is contained in:
Konstantina Galouni 2021-10-25 10:00:45 +00:00
parent 84d0d916b7
commit 8989707b79
1 changed files with 27 additions and 27 deletions

54
pom.xml
View File

@ -11,19 +11,19 @@
<name>uoa-admin-tools</name> <name>uoa-admin-tools</name>
<!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command--> <!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
<!-- <parent>--> <parent>
<!-- <groupId>org.springframework.boot</groupId>--> <groupId>org.springframework.boot</groupId>
<!-- <artifactId>spring-boot-starter-parent</artifactId>--> <artifactId>spring-boot-starter-parent</artifactId>
<!-- <version>1.5.8.RELEASE</version>--> <version>1.5.8.RELEASE</version>
<!-- <relativePath/> &lt;!&ndash; lookup parent from repository &ndash;&gt;--> <relativePath/> <!-- lookup parent from repository -->
<!-- </parent>--> </parent>
<!-- Comment parent with artifact dnet45-parent and <dependencyManagement> in order to run springboot run command --> <!-- Comment parent with artifact dnet45-parent and <dependencyManagement> in order to run springboot run command -->
<parent> <!-- <parent>-->
<groupId>eu.dnetlib</groupId> <!-- <groupId>eu.dnetlib</groupId>-->
<artifactId>dnet45-parent</artifactId> <!-- <artifactId>dnet45-parent</artifactId>-->
<version>1.0.0</version> <!-- <version>1.0.0</version>-->
</parent> <!-- </parent>-->
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -35,17 +35,17 @@
<!-- Comment parent with artifact dnet45-parent and <dependencyManagement> in order to run springboot run command --> <!-- Comment parent with artifact dnet45-parent and <dependencyManagement> in order to run springboot run command -->
<dependencyManagement> <!-- <dependencyManagement>-->
<dependencies> <!-- <dependencies>-->
<dependency> <!-- <dependency>-->
<groupId>org.springframework.boot</groupId> <!-- <groupId>org.springframework.boot</groupId>-->
<artifactId>spring-boot-dependencies</artifactId> <!-- <artifactId>spring-boot-dependencies</artifactId>-->
<version>1.5.8.RELEASE</version> <!-- <version>1.5.8.RELEASE</version>-->
<type>pom</type> <!-- <type>pom</type>-->
<scope>import</scope> <!-- <scope>import</scope>-->
</dependency> <!-- </dependency>-->
</dependencies> <!-- </dependencies>-->
</dependencyManagement> <!-- </dependencyManagement>-->
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
@ -101,7 +101,7 @@
<dependency> <dependency>
<groupId>eu.dnetlib</groupId> <groupId>eu.dnetlib</groupId>
<artifactId>uoa-admin-tools-library</artifactId> <artifactId>uoa-admin-tools-library</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.1</version>
</dependency> </dependency>
<!--<dependency> <!--<dependency>
<groupId>eu.dnetlib</groupId> <groupId>eu.dnetlib</groupId>
@ -113,10 +113,10 @@
<build> <build>
<plugins> <plugins>
<!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command--> <!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
<!-- <plugin>--> <plugin>
<!-- <groupId>org.springframework.boot</groupId>--> <groupId>org.springframework.boot</groupId>
<!-- <artifactId>spring-boot-maven-plugin</artifactId>--> <artifactId>spring-boot-maven-plugin</artifactId>
<!-- </plugin>--> </plugin>
<!--3d answer: https://stackoverflow.com/questions/23260057/the-forked-vm-terminated-without-saying-properly-goodbye-vm-crash-or-system-exi--> <!--3d answer: https://stackoverflow.com/questions/23260057/the-forked-vm-terminated-without-saying-properly-goodbye-vm-crash-or-system-exi-->
<!--If you use openjdk there might be a problem with surfire plugin - uncomment following lines--> <!--If you use openjdk there might be a problem with surfire plugin - uncomment following lines-->
<!--<plugin>--> <!--<plugin>-->