@@ -30,14 +30,6 @@ limitations under the License.
30
30
</parent >
31
31
32
32
<properties >
33
- <!-- Uncomment to use Endpoints Frameworks v1.0 -->
34
- <!--
35
- <appengine.endpoints.version>1.9.48</appengine.endpoints.version>
36
- -->
37
- <!-- End of Endpoints Frameworks v1.0 -->
38
- <appengine .maven.version>1.2.0</appengine .maven.version>
39
- <endpoints .maven.plugin.version>1.0.0-beta3</endpoints .maven.plugin.version>
40
- <endpoints .framework.version>2.0.3</endpoints .framework.version>
41
33
<javax .inject.version>1</javax .inject.version>
42
34
<maven .compiler.source>1.7</maven .compiler.source>
43
35
<maven .compiler.target>1.7</maven .compiler.target>
@@ -53,18 +45,24 @@ limitations under the License.
53
45
<dependencies >
54
46
<!-- Compile/runtime dependencies -->
55
47
<!-- Uncomment to use Endpoints Frameworks v1.0 -->
56
- <!-- <dependency>
48
+ <!--
49
+ [START appengine-endpoints]
50
+ <dependency>
57
51
<groupId>com.google.appengine</groupId>
58
52
<artifactId>appengine-endpoints</artifactId>
59
- <version>${appengine.endpoints.version}</version>
60
- </dependency>-->
53
+ <version>1.9.48</version>
54
+ </dependency>
55
+ [END appengine-endpoints]
56
+ -->
61
57
<!-- End of Endpoints Frameworks v1.0 -->
62
58
<!-- Endpoints Frameworks v2.0 -->
59
+ <!-- [START endpoints-frameworks] -->
63
60
<dependency >
64
61
<groupId >com.google.endpoints</groupId >
65
62
<artifactId >endpoints-framework</artifactId >
66
- <version >${endpoints.framework.version} </version >
63
+ <version >2.0.3 </version >
67
64
</dependency >
65
+ <!-- [END endpoints-frameworks] -->
68
66
<!-- End of Endpoints Frameworks v2.0 -->
69
67
<dependency >
70
68
<groupId >javax.servlet</groupId >
@@ -83,19 +81,23 @@ limitations under the License.
83
81
<!-- for hot reload of the web application-->
84
82
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
85
83
<plugins >
84
+ <!-- [START appengine-plugin] -->
86
85
<plugin >
87
86
<groupId >com.google.cloud.tools</groupId >
88
87
<artifactId >appengine-maven-plugin</artifactId >
89
- <version >${appengine.maven.version} </version >
88
+ <version >1.2.0 </version >
90
89
<configuration >
91
90
<!-- deploy configuration -->
92
91
</configuration >
93
92
</plugin >
93
+ <!-- [END appegine-plugin] -->
94
+ <!-- [START endpoints-frameworks-plugin -->
94
95
<plugin >
95
96
<groupId >com.google.cloud.tools</groupId >
96
97
<artifactId >endpoints-framework-maven-plugin</artifactId >
97
- <version >${endpoints.maven.plugin.version} </version >
98
+ <version >1.0.0-beta3 </version >
98
99
</plugin >
100
+ <!-- [END endpoints-frameworks-plugin -->
99
101
<plugin >
100
102
<groupId >org.codehaus.mojo</groupId >
101
103
<artifactId >versions-maven-plugin</artifactId >
0 commit comments