Fixed up the poms so the build works again :)

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@527938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-04-12 13:36:43 +00:00
parent dc69022697
commit a1904ea1e7
3 changed files with 2 additions and 5 deletions

View File

@ -81,15 +81,10 @@
<artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
</dependency>
<!-- TODO this should not be needed, but transitive dependencies are not working -->
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activeio-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-jaas</artifactId>

View File

@ -68,6 +68,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-fileserver</artifactId>
<type>war</type>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>

View File

@ -255,6 +255,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-fileserver</artifactId>
<version>${activemq-version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>