add tomcat-jsp-api as dependency to get it working with 7.0.50

git-svn-id: https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk@1555012 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/common-tomcat-maven-plugin/pom.xml b/common-tomcat-maven-plugin/pom.xml
index 528f63d..1df21db 100644
--- a/common-tomcat-maven-plugin/pom.xml
+++ b/common-tomcat-maven-plugin/pom.xml
@@ -91,6 +91,11 @@
       <artifactId>tomcat-servlet-api</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-jsp-api</artifactId>
+      <scope>test</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
diff --git a/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-api-impl/pom.xml b/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-api-impl/pom.xml
index eff685a..39f79ed 100644
--- a/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-api-impl/pom.xml
+++ b/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-api-impl/pom.xml
@@ -94,6 +94,11 @@
       <artifactId>tomcat-servlet-api</artifactId>

       <scope>test</scope>

     </dependency>

+    <dependency>

+      <groupId>org.apache.tomcat</groupId>

+      <artifactId>tomcat-jsp-api</artifactId>

+      <scope>test</scope>

+    </dependency>

 

   </dependencies>

 

diff --git a/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml b/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml
index 3c0db2c..08c6594 100644
--- a/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml
@@ -183,6 +183,12 @@
         <scope>test</scope>
       </dependency>
       <dependency>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>tomcat-jsp-api</artifactId>
+        <version>${tomcat7Version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.10</version>