There was an error while loading. Please reload this page.
1 parent 2435b31 commit 183aefcCopy full SHA for 183aefc
pom.xml
@@ -88,6 +88,12 @@
88
<scope>test</scope>
89
</dependency>
90
91
+<dependency>
92
+<groupId>org.amshove.kluent</groupId>
93
+<artifactId>kluent</artifactId>
94
+<version>1.22</version>
95
+</dependency>
96
+
97
</dependencies>
98
99
<profiles>
@@ -289,6 +295,19 @@
289
295
<enabled>false</enabled>
290
296
</snapshots>
291
297
</repository>
298
+<repository>
299
+<id>jcenter</id>
300
+<url>http://jcenter.bintray.com </url>
301
+<snapshots>
302
+<enabled>true</enabled>
303
+<updatePolicy>never</updatePolicy>
304
+<checksumPolicy>warn</checksumPolicy>
305
+</snapshots>
306
+<releases>
307
308
309
+</releases>
310
+</repository>
292
311
</repositories>
293
312
294
313
<pluginRepositories>
0 commit comments