Commented out the maven dependnency plugin

This commit is contained in:
Mauro Mugnaini 2020-06-22 10:50:27 +02:00
parent bcb80cc527
commit 9dfeb8d40b
1 changed files with 14 additions and 14 deletions

28
pom.xml
View File

@ -11,7 +11,7 @@
</parent> </parent>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>oidc-keycloak-library</artifactId> <artifactId>oidc-keycloak-library</artifactId>
<version>0.2.0-SNAPSHOT</version> <version>0.2-SNAPSHOT</version>
<properties> <properties>
<keycloak-version>9.0.3</keycloak-version> <keycloak-version>9.0.3</keycloak-version>
</properties> </properties>
@ -72,19 +72,19 @@
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <!-- <plugin> -->
<groupId>org.apache.maven.plugins</groupId> <!-- <groupId>org.apache.maven.plugins</groupId> -->
<artifactId>maven-dependency-plugin</artifactId> <!-- <artifactId>maven-dependency-plugin</artifactId> -->
<executions> <!-- <executions> -->
<execution> <!-- <execution> -->
<id>copy-dependencies</id> <!-- <id>copy-dependencies</id> -->
<phase>package</phase> <!-- <phase>package</phase> -->
<goals> <!-- <goals> -->
<goal>copy-dependencies</goal> <!-- <goal>copy-dependencies</goal> -->
</goals> <!-- </goals> -->
</execution> <!-- </execution> -->
</executions> <!-- </executions> -->
</plugin> <!-- </plugin> -->
</plugins> </plugins>
</build> </build>
</project> </project>