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

update pom parent, add .DS_Store in gitignore, update some classes

parent f4af0704
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,5 @@ bin/
*.jar
.classpath
.project
export.jardesc
\ No newline at end of file
export.jardesc
**/.DS_Store
\ No newline at end of file
......@@ -6,12 +6,12 @@
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId>
<version>1.0.8</version>
<artifactId>pom-icy</artifactId>
<version>2.2.0</version>
</parent>
<artifactId>label-extractor</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<packaging>jar</packaging>
......@@ -23,11 +23,14 @@
<dependencies>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>blocks</artifactId>
<version>5.3.0</version>
<artifactId>ezplug</artifactId>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>protocols</artifactId>
</dependency>
</dependencies>
<repositories>
<repository>
<id>icy</id>
......
File deleted
File deleted
This diff is collapsed.
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