Removed dependency version which is already defined in gcube-bom

master
Luca Frosini 4 years ago
parent 216f0f1389
commit 0f54034ef9

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

Loading…
Cancel
Save