blob: c7fcd5276ef0d8887d6c1870d9a1d3186df7b5be [file] [log] [blame]
<project>
<parent>
<artifactId>specs</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>geronimo-jms_1.1_spec</artifactId>
<name>JMS</name>
<version>${geronimoSpecsJmsVersion}</version>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-spec-jms/</connection>
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-spec-jms/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-spec-jms/</url>
</scm>
<dependencies>
<dependency>
<groupId>mockobjects</groupId>
<artifactId>mockobjects-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>mockobjects</groupId>
<artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>