Skip to content

Commit

Permalink
Merge pull request #45 from mobilemike/develop
Browse files Browse the repository at this point in the history
Correct JBOSS repository path. Added joda-time dependency.
  • Loading branch information
Lennart Koopmann committed Jul 25, 2011
2 parents 57b3daa + d01bec4 commit ba300ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</repository>
<repository>
<id>jboss</id>
<url>http://repository.jboss.com/maven2</url>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</repository>
<repository>
<id>scala-tools.org releases</id>
Expand Down Expand Up @@ -96,6 +96,11 @@
<artifactId>drools-api</artifactId>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand Down

0 comments on commit ba300ea

Please sign in to comment.