git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1341810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2012-05-23 09:42:39 +00:00
parent bed24fabd9
commit 1b28cf1792
1 changed files with 10 additions and 0 deletions

View File

@ -195,6 +195,16 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>org.mortbay.jetty</groupId>
</exclusion>
<exclusion>
<artifactId>servlet-api-2.5</artifactId>
<groupId>org.mortbay.jetty</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>