Skip to content

Commit

Permalink
[#3346] Update Dev Setup - gcloud SDK + GAE SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Dec 10, 2019
1 parent b987d14 commit f5b3e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.7
RUN set -ex ; \
apk add --no-cache git build-base libffi-dev

ARG CLOUD_SDK_VERSION=198.0.0
ARG CLOUD_SDK_VERSION=272.0.0
ENV LEIN_ROOT=1
ENV PATH="/google-cloud-sdk/bin:${PATH}"
ENV CLOUDSDK_PYTHON_SITEPACKAGES=1
Expand Down
6 changes: 3 additions & 3 deletions GAE/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<archiveClasses>true</archiveClasses>
<spring.version>4.3.23.RELEASE</spring.version>
<spring.security.version>4.2.12.RELEASE</spring.security.version>
<appengine.sdk.version>1.9.63</appengine.sdk.version>
<appengine.sdk.version>1.9.77</appengine.sdk.version>
<jackson.version>2.10.0</jackson.version>
<junit.jupiter.version>5.4.0</junit.jupiter.version>
</properties>
Expand Down Expand Up @@ -220,7 +220,7 @@
<version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>

<!-- datastore unit tests -->
<dependency>
<groupId>com.google.appengine</groupId>
Expand All @@ -246,7 +246,7 @@
<version>1.23.0</version>
<scope>test</scope>
</dependency>

<!-- Will this work in place of version 1.0.13? -->
<dependency>
<groupId>org.jfree</groupId>
Expand Down

0 comments on commit f5b3e4e

Please sign in to comment.