Skip to content

Commit a3be47e

Browse files
tangiellesv
authored andcommitted
bump versions and switch to uberjars (#527)
1 parent c1452a6 commit a3be47e

File tree

1 file changed

+4
-9
lines changed
  • appengine/endpoints-frameworks-v2/backend

1 file changed

+4
-9
lines changed

appengine/endpoints-frameworks-v2/backend/pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<properties>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333

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>
3636

3737
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
3838
<maven.compiler.target>1.7</maven.compiler.target>
@@ -50,17 +50,12 @@
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.endpoints</groupId>
53-
<artifactId>endpoints-framework</artifactId>
53+
<artifactId>endpoints-framework-all</artifactId>
5454
<version>${endpoints.framework.version}</version>
5555
</dependency>
5656
<dependency>
5757
<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>
6459
<version>${endpoints.management.version}</version>
6560
</dependency>
6661
</dependencies>

0 commit comments

Comments
 (0)