Author: borges
Date: 2011-06-14 08:24:51 -0400 (Tue, 14 Jun 2011)
New Revision: 10798
Modified:
trunk/pom.xml
Log:
FIX THE BUILD: Add jboss-jms-api to the dependencies, and add a version number.
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-06-14 05:13:03 UTC (rev 10797)
+++ trunk/pom.xml 2011-06-14 12:24:51 UTC (rev 10798)
@@ -160,6 +160,11 @@
<artifactId>jboss-transaction-api_1.1_spec</artifactId>
<version>1.0.0.Final</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jms-api</artifactId>
+ <version>1.1.0.20070913080910</version>
+ </dependency>
<!--this specifically for the JMS Bridge-->
<dependency>
@@ -231,7 +236,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.14</version>
+ <version>1.2.16</version>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
@@ -242,7 +247,7 @@
<dependency>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId>
- <version>2.1.2</version>
+ <version>2.2.3</version>
</dependency>
<!--needed to compile the spring support-->
<dependency>
@@ -290,7 +295,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <version>4.8.2</version>
</dependency>
<!--needed to compile the jms tests -->
<dependency>