Skip to content
Snippets Groups Projects
Commit c94a98dc authored by timmolter's avatar timmolter
Browse files

adjusted version

parent 549b47d2
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<name>XChart</name>
<groupId>com.xeiam</groupId>
<artifactId>xchart</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Basic Charts for Java Applications</description>
<url>http://xeiam.com</url>
......@@ -46,6 +46,26 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<!-- test -->
<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>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment