#5 - Polishing pom.xml in preparation of 1.0 release.

This commit is contained in:
Oliver Gierke
2014-01-21 12:40:08 +01:00
parent fd415c3c7e
commit 33a6ec2a2d
4 changed files with 20 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
<artifactId>spring-plugin-core</artifactId>
<name>Spring Plugin Core</name>
<name>Spring Plugin - Core</name>
<description>Core plugin infrastructure</description>
<parent>
@@ -44,13 +44,6 @@
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2.2</version>
<scope>test</scope>
</dependency>
</dependencies>