Update 'pom.xml'
upgrade to version 1.14.0-SNAPSHOT: * removed maryTTS dep; * changed osgeo repository url (new nexus address, https protocol)
This commit is contained in:
parent
5732364b34
commit
66869f23ba
8
pom.xml
8
pom.xml
|
@ -11,7 +11,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine</artifactId>
|
||||
<version>1.13.0</version>
|
||||
<version>1.14.0-SNAPSHOT</version>
|
||||
<name>ecological-engine</name>
|
||||
<description>ecological-engine library</description>
|
||||
<scm>
|
||||
|
@ -166,11 +166,11 @@
|
|||
<artifactId>jahmm</artifactId>
|
||||
<version>0.6.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!--dependency>
|
||||
<groupId>rapidminer-custom</groupId>
|
||||
<artifactId>marytts-d4science</artifactId>
|
||||
<version>5.0.0</version>
|
||||
</dependency>
|
||||
</dependency-->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
|
@ -221,7 +221,7 @@
|
|||
<repository>
|
||||
<id>osgeo</id>
|
||||
<name>Open Source Geospatial Foundation Repository Mirror</name>
|
||||
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/osgeo//</url>
|
||||
<url>https://nexus.d4science.org/nexus/content/repositories/osgeo/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue