First proposition for introduction to spring-yarg (#2540)

This commit is contained in:
hugosama1
2017-09-01 13:57:45 -06:00
committed by Grzegorz Piwowarek
parent aaa3d117e2
commit 86c1d6d22d
4 changed files with 76 additions and 0 deletions
+13
View File
@@ -514,6 +514,11 @@
<artifactId>hirondelle-date4j</artifactId>
<version>${hirondelle-date4j.version}</version>
</dependency>
<dependency>
<groupId>com.haulmont.yarg</groupId>
<artifactId>yarg</artifactId>
<version>2.0.4</version>
</dependency>
</dependencies>
<repositories>
<repository>
@@ -534,6 +539,14 @@
<name>OpenGeo Maven Repository</name>
<url>http://repo.opengeo.org</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-cuba-platform-main</id>
<name>bintray</name>
<url>http://dl.bintray.com/cuba-platform/main</url>
</repository>
</repositories>
<properties>
<multiverse.version>0.7.0</multiverse.version>