|
6 | 6 |
|
7 | 7 | <groupId>at.tugraz.ist.ase</groupId> |
8 | 8 | <artifactId>choco-kb</artifactId> |
9 | | - <version>1.1.11-dev</version> |
| 9 | + <version>1.2</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <properties> |
|
17 | 17 | </properties> |
18 | 18 |
|
19 | 19 | <dependencies> |
20 | | - <dependency> |
21 | | - <groupId>at.tugraz.ist.ase</groupId> |
22 | | - <artifactId>common</artifactId> |
23 | | - <version>1.1.13-dev</version> |
24 | | - </dependency> |
25 | | - |
26 | 20 | <dependency> |
27 | 21 | <groupId>at.tugraz.ist.ase</groupId> |
28 | 22 | <artifactId>fm</artifactId> |
29 | | - <version>1.1.9-dev</version> |
30 | | - </dependency> |
31 | | - |
32 | | - <dependency> |
33 | | - <groupId>org.choco-solver</groupId> |
34 | | - <artifactId>choco-solver</artifactId> |
35 | | - <version>4.10.6</version> |
36 | | - </dependency> |
37 | | - |
38 | | - <dependency> |
39 | | - <groupId>com.google.guava</groupId> |
40 | | - <artifactId>guava</artifactId> |
41 | | - <version>31.0.1-jre</version> |
42 | | - <scope>compile</scope> |
43 | | - </dependency> |
44 | | - |
45 | | - <dependency> |
46 | | - <groupId>org.projectlombok</groupId> |
47 | | - <artifactId>lombok</artifactId> |
48 | | - <version>1.18.22</version> |
49 | | - </dependency> |
50 | | - |
51 | | - <dependency> |
52 | | - <groupId>ch.qos.logback</groupId> |
53 | | - <artifactId>logback-classic</artifactId> |
54 | | - <version>1.2.8</version> |
55 | | - <scope>compile</scope> |
56 | | - </dependency> |
57 | | - |
58 | | - <dependency> |
59 | | - <groupId>org.junit.jupiter</groupId> |
60 | | - <artifactId>junit-jupiter</artifactId> |
61 | | - <version>5.8.2</version> |
62 | | - <scope>compile</scope> |
| 23 | + <version>1.2</version> |
63 | 24 | </dependency> |
64 | 25 | </dependencies> |
65 | 26 |
|
66 | | -<!-- <build>--> |
67 | | -<!-- <plugins>--> |
68 | | -<!-- <plugin>--> |
69 | | -<!-- <groupId>org.apache.maven.plugins</groupId>--> |
70 | | -<!-- <artifactId>maven-surefire-plugin</artifactId>--> |
71 | | -<!-- <version>2.22.0</version>--> |
72 | | -<!-- </plugin>--> |
73 | | -<!-- </plugins>--> |
74 | | -<!-- </build>--> |
75 | | - |
76 | 27 | <distributionManagement> |
77 | 28 | <repository> |
78 | 29 | <id>github</id> |
|
0 commit comments