File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
appengine/endpoints-frameworks-v2/backend Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 31
31
<properties >
32
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
33
34
- <endpoints .framework.version>2.0.1 </endpoints .framework.version>
35
- <endpoints .management.version>1.0.1 </endpoints .management.version>
34
+ <endpoints .framework.version>2.0.3 </endpoints .framework.version>
35
+ <endpoints .management.version>1.0.2 </endpoints .management.version>
36
36
37
37
<endpoints .project.id>YOUR_PROJECT_ID</endpoints .project.id>
38
38
<maven .compiler.target>1.7</maven .compiler.target>
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >com.google.endpoints</groupId >
53
- <artifactId >endpoints-framework</artifactId >
53
+ <artifactId >endpoints-framework-all </artifactId >
54
54
<version >${endpoints.framework.version} </version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >com.google.endpoints</groupId >
58
- <artifactId >endpoints-management-control-appengine</artifactId >
59
- <version >${endpoints.management.version} </version >
60
- </dependency >
61
- <dependency >
62
- <groupId >com.google.endpoints</groupId >
63
- <artifactId >endpoints-framework-auth</artifactId >
58
+ <artifactId >endpoints-management-control-appengine-all</artifactId >
64
59
<version >${endpoints.management.version} </version >
65
60
</dependency >
66
61
</dependencies >
You can’t perform that action at this time.
0 commit comments