diff --git a/pom.xml b/pom.xml index df39756c3aea7337c499badaf536514d275cbb90..8028a297ba5c13ab530c30fac89d63d447dd306e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -40,8 +41,7 @@ <connection>scm:git:git@github.com:timmolter/XChart.git</connection> <developerConnection>scm:git:git@github.com:timmolter/XChart.git</developerConnection> <url>git@github.com:timmolter/XChart.git</url> - <tag>HEAD</tag> - </scm> + </scm> <ciManagement> <url>http://ci.xeiam.com/</url> @@ -53,25 +53,11 @@ </modules> <dependencies> - <!-- JUnit --> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-library</artifactId> - <version>1.3</version> - <scope>test</scope> - </dependency> <dependency> <groupId>junit</groupId> - <!-- dep leaves out hamcrest classes --> - <artifactId>junit-dep</artifactId> - <version>4.10</version> + <artifactId>junit</artifactId> + <version>4.11</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - </exclusion> - </exclusions> </dependency> </dependencies>