Had fight with maven. It decided to block HTTP repositories.
[meviz.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ff423bb..cfea716 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,14 +2,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>eu.svjatoslav</groupId>
     <artifactId>meviz</artifactId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.5-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>meviz</name>
     <description>media wizard</description>
 
     <organization>
         <name>svjatoslav.eu</name>
-        <url>http://svjatoslav.eu</url>
+        <url>https://svjatoslav.eu</url>
     </organization>
 
     <properties>
         <dependency>
             <groupId>eu.svjatoslav</groupId>
             <artifactId>svjatoslavcommons</artifactId>
-            <version>1.8</version>
+            <version>1.9</version>
+        </dependency>
+        <dependency>
+            <groupId>eu.svjatoslav</groupId>
+            <artifactId>cli-helper</artifactId>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>core-image</artifactId>
             <version>1.3.10</version>
         </dependency>
+        <dependency>
+            <groupId>org.sejda.imageio</groupId>
+            <artifactId>webp-imageio</artifactId>
+            <version>0.1.6</version>
+        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>org.scijava</groupId>-->
+<!--            <artifactId>native-lib-loader</artifactId>-->
+<!--            <version>2.3.5</version>-->
+<!--        </dependency>-->
     </dependencies>
 
     <distributionManagement>
         <repository>
             <id>svjatoslav.eu</id>
             <name>Svjatoslav repository</name>
-            <url>http://www2.svjatoslav.eu/maven/</url>
+            <url>https://www3.svjatoslav.eu/maven/</url>
 
             <releases>
                 <enabled>true</enabled>