Skip to content

Commit

Permalink
Revert appengine/guestbook-cloud-datastore
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Jan 9, 2018
1 parent c261c50 commit a52802a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appengine/guestbook-cloud-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.60</version>
<version>1.9.59</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud</artifactId>
<version>0.32.0-alpha</version>
<version>0.4.0</version>
</dependency>

<dependency>
Expand All @@ -93,19 +93,19 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-testing</artifactId>
<version>1.9.60</version>
<version>1.9.59</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-stubs</artifactId>
<version>1.9.60</version>
<version>1.9.59</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-tools-sdk</artifactId>
<version>1.9.60</version>
<version>1.9.59</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a52802a

Please # to comment.