Removed dependency version which is already defined in gcube-bom

This commit is contained in:
Luca Frosini 2020-08-03 16:31:21 +02:00
parent 216f0f1389
commit 0f54034ef9
1 changed files with 3 additions and 4 deletions

View File

@ -165,7 +165,6 @@
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId> <artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
@ -203,7 +202,7 @@
<!-- excludes probe package from jar --> <!-- excludes probe package from jar -->
<plugin> <plugin>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version> <!-- version>2.3.2</version -->
<executions> <executions>
<execution> <execution>
<id>default-jar</id> <id>default-jar</id>
@ -224,7 +223,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<version>2.4</version> <!-- version>2.4</version -->
<configuration> <configuration>
<primaryArtifact>false</primaryArtifact> <primaryArtifact>false</primaryArtifact>
<classifier>probe</classifier> <classifier>probe</classifier>
@ -247,7 +246,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.15</version> <!-- version>2.15</version -->
<configuration> <configuration>
<!-- tomcat annotation discovery won't work with the default manifest-only <!-- tomcat annotation discovery won't work with the default manifest-only
jar --> jar -->