Skip to content
Snippets Groups Projects
Commit 540afadb authored by Daniel Khashabi's avatar Daniel Khashabi
Browse files

removing some unused dependencies.

parent fac18e92
No related branches found
No related tags found
1 merge request!1merging with lbjava's ilp-solver interface
......@@ -27,11 +27,6 @@
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>com.gurobi</groupId>
<artifactId>gurobi</artifactId>
......@@ -48,17 +43,6 @@
<artifactId>illinois-core-utilities</artifactId>
<version>3.0.51</version>
</dependency>
<dependency>
<groupId>edu.illinois.cs.cogcomp</groupId>
<artifactId>illinois-sl-core</artifactId>
<version>1.0.2</version>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
<groupId>com.google.guava</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.ojalgo</groupId>
<artifactId>ojalgo</artifactId>
......
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