Skip to content

Commit

Permalink
revert endpoints-framework-all dependency (#531)
Browse files Browse the repository at this point in the history
This clashes with the GetSwaggerDoc task, since the tool doesn't depend
on the -all dependency, so we revert it for now.
  • Loading branch information
tangiel authored and lesv committed Feb 22, 2017
1 parent 93c3bb9 commit 48c141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/endpoints-frameworks-v2/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>com.google.endpoints</groupId>
<artifactId>endpoints-framework-all</artifactId>
<artifactId>endpoints-framework</artifactId>
<version>${endpoints.framework.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 48c141d

Please sign in to comment.