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

Fixed maven lib extract

parent 3ab2d812
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId>
<version>2.1.0</version>
<version>2.1.2</version>
</parent>
<!-- Project Information -->
......@@ -71,17 +71,11 @@
<!-- Project properties -->
<properties>
<artifact-to-include>jep</artifact-to-include>
<artifact-to-extract>jep</artifact-to-extract>
</properties>
<!-- List of project's dependencies -->
<dependencies>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId>
<version>${icy-kernel.version}</version>
</dependency>
<dependency>
<groupId>black.ninia</groupId>
<artifactId>jep</artifactId>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment