Author: chirino
Date: Mon Feb 20 10:02:40 2012
New Revision: 1291170
URL: http://svn.apache.org/viewvc?rev=1291170&view=rev
Log:
Makes the web console work better in IDE based launches.
Modified:
activemq/activemq-apollo/trunk/apollo-cli/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-cli/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/pom.xml?rev=1291170&r1=1291169&r2=1291170&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Mon Feb 20 10:02:40 2012
@@ -167,6 +167,12 @@
<version>1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>