Author: chirino
Date: Thu Mar 22 15:41:41 2012
New Revision: 1303846
URL: http://svn.apache.org/viewvc?rev=1303846&view=rev
Log:
Make sure the servlet api jar is included in the distro.
Modified:
activemq/activemq-apollo/trunk/apollo-distro/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-distro/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/pom.xml?rev=1303846&r1=1303845&r2=1303846&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Thu Mar 22 15:41:41
2012
@@ -108,9 +108,14 @@
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<version>${jetty-version}</version>
- <optional>true</optional>
</dependency>
<dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>${servlet-api-version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId>
<version>${jasypt-version}</version>