Browse Source

maven central joda-time artifact

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2154 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
8a321853ff
  1. 6
      org.springframework.context/pom.xml

6
org.springframework.context/pom.xml

@ -115,6 +115,12 @@ @@ -115,6 +115,12 @@
<version>3.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.6</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId>

Loading…
Cancel
Save