Skip to content

Commit

Permalink
1: Add domain model
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Mar 16, 2015
1 parent e1cf690 commit 1a46001
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,19 @@
</dependency>
</dependencies>
</dependencyManagement>

<!-- Additional repositories -->
<!-- Helps to resolve Parent POM -->
<repositories>
<repository>
<id>geotoolkit</id>
<name>Geotoolkit.org project</name>
<url>http://maven.geotoolkit.org</url>
</repository>
<repository>
<id>jcenter</id>
<name>JCenter</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
</project>

0 comments on commit 1a46001

Please sign in to comment.