Commit 104224ba authored by Julian Zobel's avatar Julian Zobel
Browse files

Removed unused POM import

parent 7b07b451
...@@ -248,13 +248,7 @@ ...@@ -248,13 +248,7 @@
<artifactId>commons-math3</artifactId> <artifactId>commons-math3</artifactId>
<version>3.6.1</version> <version>3.6.1</version>
</dependency> </dependency>
<!-- OLD Math for some outdated classes -->
<!-- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
<version>2.2</version>
</dependency>-->
<dependency> <dependency>
<groupId>commons-net</groupId> <groupId>commons-net</groupId>
...@@ -293,14 +287,13 @@ ...@@ -293,14 +287,13 @@
<artifactId>ssj</artifactId> <artifactId>ssj</artifactId>
<version>3.3.1</version> <version>3.3.1</version>
</dependency> </dependency>
<!--
<dependency> <dependency>
<groupId>umontreal.iro.lecuyer</groupId> <groupId>umontreal.iro.lecuyer</groupId>
<artifactId>ssj</artifactId> <artifactId>ssj</artifactId>
<version>1.1.9</version> <version>1.1.9</version>
</dependency> </dependency>
-->
<!-- Date & Time calculations --> <!-- Date & Time calculations -->
<dependency> <dependency>
<groupId>joda-time</groupId> <groupId>joda-time</groupId>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment