summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-12-17 16:17:02 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-12-17 16:17:02 +0000
commit21056438f4e1b9a1f41ea32bafb6083b8ba278ac (patch)
tree7d34d872333c6ab8ed24809822205d99eed7ea32
parent539571e411b4071a24e0568bc21d01eeae9706c6 (diff)
downloadqpid-python-21056438f4e1b9a1f41ea32bafb6083b8ba278ac.tar.gz
pom.xml - added jms and junit references
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/jmsselectors@488000 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/common/pom.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/java/common/pom.xml b/java/common/pom.xml
index e655054453..0d48a24646 100644
--- a/java/common/pom.xml
+++ b/java/common/pom.xml
@@ -46,7 +46,7 @@
</properties>
<build>
- <plugins>
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@@ -77,6 +77,19 @@
</plugins>
</build>
+ <repositories>
+ <repository>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>java.net repository</id>
+ <name>Maven 1.x Repository</name>
+ <url>httsp://maven-repository.dev.java.net/nonav/repository/</url>
+ <layout>legacy</layout>
+ </repository>
+
+
+ </repositories>
<dependencies>
<dependency>
<groupId>log4j</groupId>
@@ -86,7 +99,16 @@
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
</dependency>
+ <!-- dependency>
+ <groupId>grizzly</groupId>
+ <artifactId>grizzly</artifactId>
+ <version>1.0.4</version>
+ </dependency -->
<dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>