Core now moved to common.

This commit is contained in:
Erlend Hamnaberg
2009-11-08 19:01:36 +01:00
parent e0a6c0a2bd
commit 7167a7a4ad
36 changed files with 36 additions and 223 deletions

View File

@@ -19,12 +19,10 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common-lang</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common-lang</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>