Skip to content

Commit 0be7544

Browse files
committed
Pom cleanup
1 parent 3dff817 commit 0be7544

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

java-gurobi-knapsack/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,10 @@
3636
</properties>
3737

3838
<dependencies>
39-
<dependency>
40-
<groupId>com.google.ortools</groupId>
41-
<artifactId>ortools-java</artifactId>
42-
<version>9.8.3296</version>
43-
<type>jar</type>
44-
<scope>compile</scope>
45-
</dependency>
46-
<!-- https://mvnrepository.com/artifact/gurobi/gurobi -->
4739
<dependency>
4840
<groupId>com.gurobi</groupId>
4941
<artifactId>gurobi</artifactId>
5042
<version>12.0.2</version>
51-
<!-- <classifier>full</classifier> -->
5243
<type>jar</type>
5344
<scope>compile</scope>
5445
</dependency>

0 commit comments

Comments
 (0)