Skip to content
Snippets Groups Projects
Commit 6b69a118 authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

update pom parent

parent ddd0bbf5
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,13 @@
<!-- Inherited Icy Parent POM -->
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId>
<version>1.0.6</version>
<artifactId>pom-icy</artifactId>
<version>2.2.0</version>
</parent>
<!-- Project Information -->
<artifactId>google-gson</artifactId>
<version>2.9.0</version>
<version>3.0.0</version>
<packaging>jar</packaging>
......@@ -54,46 +54,15 @@
<!-- Project properties -->
<properties>
<artifact-to-extract>gson</artifact-to-extract>
</properties>
<!-- Project build configuration -->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>${project.artifactId}-fetch</id>
<phase>generate-sources</phase>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<configuration>
<includeArtifactIds>gson</includeArtifactIds>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
<stripVersion>true</stripVersion>
<excludeTransitive>true</excludeTransitive>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<!-- List of project's dependencies -->
<dependencies>
<!-- The core of Icy -->
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<version>2.10.1</version>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment