We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dff817 commit 0be7544Copy full SHA for 0be7544
1 file changed
java-gurobi-knapsack/pom.xml
@@ -36,19 +36,10 @@
36
</properties>
37
38
<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 -->
47
<dependency>
48
<groupId>com.gurobi</groupId>
49
<artifactId>gurobi</artifactId>
50
<version>12.0.2</version>
51
- <!-- <classifier>full</classifier> -->
52
<type>jar</type>
53
<scope>compile</scope>
54
</dependency>
0 commit comments