• R/O
  • SSH
  • HTTPS

propedit: 提交


Commit MetaInfo

修订版353 (tree)
时间2018-08-03 19:19:13
作者chomakichi

Log Message

(empty log message)

更改概述

差异

--- trunk/PropertiesEditor_GAE/.settings/org.eclipse.wst.common.project.facet.core.xml (revision 352)
+++ trunk/PropertiesEditor_GAE/.settings/org.eclipse.wst.common.project.facet.core.xml (revision 353)
@@ -5,5 +5,5 @@
55 <installed facet="wst.jsdt.web" version="1.0"/>
66 <installed facet="java" version="1.8"/>
77 <installed facet="com.google.cloud.tools.eclipse.appengine.facets.standard" version="JRE8"/>
8- <installed facet="jst.web" version="3.1"/>
8+ <installed facet="jst.web" version="2.5"/>
99 </faceted-project>
--- trunk/PropertiesEditor_GAE/pom.xml (revision 352)
+++ trunk/PropertiesEditor_GAE/pom.xml (revision 353)
@@ -49,6 +49,12 @@
4949 <dependency>
5050 <groupId>org.springframework.boot</groupId>
5151 <artifactId>spring-boot-starter-web</artifactId>
52+ <exclusions>
53+ <exclusion>
54+ <groupId>org.springframework.boot</groupId>
55+ <artifactId>spring-boot-starter-tomcat</artifactId>
56+ </exclusion>
57+ </exclusions>
5258 </dependency>
5359 <dependency>
5460 <groupId>org.projectlombok</groupId>
@@ -60,6 +66,11 @@
6066 <artifactId>spring-boot-starter-test</artifactId>
6167 <scope>test</scope>
6268 </dependency>
69+ <dependency>
70+ <groupId>javax.servlet</groupId>
71+ <artifactId>javax.servlet-api</artifactId>
72+ <scope>provided</scope>
73+ </dependency>
6374 </dependencies>
6475
6576 <build>
@@ -76,6 +87,11 @@
7687 <artifactId>appengine-maven-plugin</artifactId>
7788 <version>${appengine.maven.plugin.version}</version>
7889 </plugin>
90+ <plugin>
91+ <groupId>com.google.cloud.tools</groupId>
92+ <artifactId>appengine-maven-plugin</artifactId>
93+ <version>1.3.1</version>
94+ </plugin>
7995 </plugins>
8096 </build>
8197
Show on old repository browser