OSDN Git Service

add jsp-api
[spiga-app/vaadin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 83decbf..0030677 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>
          <version>2.1.7</version>
         </dependency>
         <dependency>
+         <groupId>com.orientechnologies</groupId>
+         <artifactId>orientdb-graphdb</artifactId>
+         <version>2.1.7</version>
+        </dependency>
+        <dependency>
+         <groupId>com.orientechnologies</groupId>
+         <artifactId>orientdb-object</artifactId>
+         <version>2.1.7</version>
+        </dependency>
+        <dependency>
          <groupId>net.korabo.lib</groupId>
          <artifactId>korabolib</artifactId>
          <version>1.2.4</version>
          <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>