Update pom.xml
no ref - Remove jchart2d until we can move to it - Update SCM connector paths
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -10,9 +10,9 @@
|
||||
<description>EvA2 (an Evolutionary Algorithms framework, revised version 2) is a comprehensive heuristic optimization framework with emphasis on Evolutionary Algorithms implemented in Java. It is a revised version of the JavaEvA optimization toolbox, which has been developed as a resumption of the former EvA software package.</description>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://rarepos.cs.uni-tuebingen.de/svn-path/JE2Base/trunk</connection>
|
||||
<developerConnection>scm:svn:https://rarepos.cs.uni-tuebingen.de/svn-path/JE2Base/trunk</developerConnection>
|
||||
<url>https://rarepos.cs.uni-tuebingen.de/svn-path/JE2Base/trunk</url>
|
||||
<connection>scm:git:https://gitlab.cs.uni-tuebingen.de/eva2/eva2.git</connection>
|
||||
<developerConnection>scm:git:https://gitlab.cs.uni-tuebingen.de/eva2/eva2.git</developerConnection>
|
||||
<url>https://gitlab.cs.uni-tuebingen.de/eva2/eva2</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
@@ -32,11 +32,6 @@
|
||||
<artifactId>commons-math3</artifactId>
|
||||
<version>3.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.jchart2d</groupId>
|
||||
<artifactId>jchart2d</artifactId>
|
||||
<version>3.3.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-cli</groupId>
|
||||
<artifactId>commons-cli</artifactId>
|
||||
@@ -45,13 +40,13 @@
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.2.4</version>
|
||||
<version>2.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.reflections</groupId>
|
||||
<artifactId>reflections</artifactId>
|
||||
<version>0.9.9-RC1</version>
|
||||
<version>0.9.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
Reference in New Issue
Block a user