https://issues.apache.org/jira/browse/AMQ-3105 - removing icu4j from activemq-core and some more fixes

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1084526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2011-03-23 09:50:19 +00:00
parent 2305b7e7af
commit 8d65328f0f
2 changed files with 7 additions and 4 deletions

View File

@ -234,10 +234,6 @@
<groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>
<!-- database testing -->
<dependency>

View File

@ -132,6 +132,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>${commons-lang-version}</version>
<scope>test</scope>
</dependency>
<!-- Derby SQL DB used for testing JDBC message store -->
<dependency>
<groupId>org.apache.derby</groupId>