Skip to content

Commit

Permalink
updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
perwendel committed May 18, 2011
1 parent a8c1605 commit c6d3e53
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions pom.xml
Expand Up @@ -4,22 +4,10 @@
<groupId>spark</groupId>
<artifactId>spark</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<name>Spark</name>
<url>http://maven.apache.org</url>
<url>http://www.sparkjava.com</url>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>

<!-- LOGGING DEPENDENCIES - LOG4J -->
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -44,13 +32,13 @@
<version>3.0.pre4</version>
</dependency>

<!-- JUNIT DEPENDENCY FOR TESTING -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<!-- JUNIT DEPENDENCY FOR TESTING -->
<!-- <dependency> -->
<!-- <groupId>junit</groupId> -->
<!-- <artifactId>junit</artifactId> -->
<!-- <version>4.8.1</version> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
</dependencies>

<build>
Expand Down

0 comments on commit c6d3e53

Please sign in to comment.