OSDN Git Service

add jsp-api
authorcintake <gozilla3st@users.osdn.me>
Tue, 3 May 2016 10:30:16 +0000 (19:30 +0900)
committercintake <gozilla3st@users.osdn.me>
Tue, 3 May 2016 10:30:16 +0000 (19:30 +0900)
pom.xml

diff --git a/pom.xml b/pom.xml
index 83decbf..4904d54 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        </dependencyManagement>
 
        <dependencies>
+      <!--<dependency org="javax.servlet.jsp" name="jsp-api" rev="2.2" />-->
                <dependency>
                        <groupId>javax.servlet</groupId>
                        <artifactId>javax.servlet-api</artifactId>
                        <version>3.0.1</version>
                        <scope>provided</scope>
                </dependency>
+        <dependency>
+         <groupId>javax.servlet.jsp</groupId>
+         <artifactId>jsp-api</artifactId>
+         <version>2.2</version>
+        </dependency>
         
                <dependency>
                        <groupId>com.vaadin</groupId>
          <artifactId>vaadin-lazyquerycontainer</artifactId>
          <version>7.6.1.3</version>
       </dependency>
-
-    </dependencies>
+       </dependencies>
 
        <build>
                <plugins>
                                        <compileReport>false</compileReport>
                                        <style>OBF</style>
                                        <strict>true</strict>
-                                <runTarget>http://localhost:8080/vaadin01</runTarget>
+                                <runTarget>http://localhost:8888/vaadin01</runTarget>
                                </configuration>
                                <executions>
                                        <execution>