Skip to content
Snippets Groups Projects
Commit e2126506 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

increase versions of dependencies

parent 295c98e4
No related branches found
No related tags found
1 merge request!38Cut to more projects
......@@ -66,17 +66,16 @@
</properties>
<dependencies>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cz.it4i.fiji</groupId>
<artifactId>haas-java-client</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej</artifactId>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
......@@ -94,19 +93,6 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.19</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
......@@ -59,9 +59,6 @@
<ciManagement>
<system>None</system>
</ciManagement>
<properties>
<license.licenseName>${license.base.licenseName}</license.licenseName>
<license.copyrightOwners>${license.base.copyrightOwners}</license.copyrightOwners>
......@@ -69,12 +66,17 @@
</properties>
<dependencies>
<dependency>
<groupId>cz.it4i.fiji</groupId>
<artifactId>haas-imagej-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej</artifactId>
<scope>provided</scope>
</dependency>
<!-- BDV and Vistools -->
<dependency>
<groupId>sc.fiji</groupId>
......@@ -88,20 +90,11 @@
<groupId>sc.fiji</groupId>
<artifactId>spim_data</artifactId>
</dependency>
<dependency>
<groupId>cz.it4i.fiji</groupId>
<artifactId>haas-imagej-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
......
......@@ -9,7 +9,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>17.1.1</version>
<version>25.0.0</version>
<relativePath />
</parent>
<name>HPC Workflow Manager</name>
......
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