|
@@ -54,6 +54,11 @@
|
|
<artifactId>commons-logging</artifactId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>1.0.4</version>
|
|
<version>1.0.4</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-lang</groupId>
|
|
|
|
+ <artifactId>commons-lang</artifactId>
|
|
|
|
+ <version>2.0</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>commons-codec</groupId>
|
|
<groupId>commons-codec</groupId>
|
|
<artifactId>commons-codec</artifactId>
|
|
<artifactId>commons-codec</artifactId>
|
|
@@ -117,37 +122,9 @@
|
|
<version>1.0.1</version>
|
|
<version>1.0.1</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
- <!-- to be removed when spring has poms -->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-core</artifactId>
|
|
|
|
- <version>2.0-m2</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-dao</artifactId>
|
|
|
|
- <version>2.0-m2</version>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-aop</artifactId>
|
|
|
|
- <version>2.0-m2</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-beans</artifactId>
|
|
|
|
- <version>2.0-m2</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-context</artifactId>
|
|
|
|
- <version>2.0-m2</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-web</artifactId>
|
|
|
|
- <version>2.0-m2</version>
|
|
|
|
|
|
+ <groupId>log4j</groupId>
|
|
|
|
+ <artifactId>log4j</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|