|
|
|
@ -15,44 +15,6 @@
|
|
|
|
<url>https://eng-git.canterbury.ac.nz/SENG302-2016/team-7</url>
|
|
|
|
<url>https://eng-git.canterbury.ac.nz/SENG302-2016/team-7</url>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
|
|
|
<version>4.12</version>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.geotools</groupId>
|
|
|
|
|
|
|
|
<artifactId>gt-referencing</artifactId>
|
|
|
|
|
|
|
|
<version>9.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
|
|
|
|
<version>1.9.5</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.github.bfsmith</groupId>
|
|
|
|
|
|
|
|
<artifactId>geotimezone</artifactId>
|
|
|
|
|
|
|
|
<version>1.0.3</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
|
|
|
|
<artifactId>testng</artifactId>
|
|
|
|
|
|
|
|
<version>6.11</version>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>seng302</groupId>
|
|
|
|
|
|
|
|
<artifactId>network</artifactId>
|
|
|
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>seng302</groupId>
|
|
|
|
<groupId>seng302</groupId>
|
|
|
|
@ -63,27 +25,6 @@
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>maven2-repository.dev.java.net</id>
|
|
|
|
|
|
|
|
<name>Java.net repository</name>
|
|
|
|
|
|
|
|
<url>http://download.java.net/maven/2</url>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>osgeo</id>
|
|
|
|
|
|
|
|
<name>Open Source Geospatial Foundation Repository</name>
|
|
|
|
|
|
|
|
<url>http://download.osgeo.org/webdav/geotools/</url>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
<id>opengeo</id>
|
|
|
|
|
|
|
|
<name>OpenGeo Maven Repository</name>
|
|
|
|
|
|
|
|
<url>http://repo.opengeo.org</url>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
|