Skip to content

Commit

Permalink
Simplify (#386)
Browse files Browse the repository at this point in the history
@chingor13 It does not appear necessary to manually install the artifacts when using Maven.
  • Loading branch information
elharo committed Dec 30, 2019
1 parent b840787 commit b8d0245
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Expand Up @@ -71,12 +71,6 @@ applications running on App Engine environments that use urlfetch. The `AppEngin
allows you to authorize your App Engine application given an instance of
[AppIdentityService][appengine-app-identity-service].

You can install the App Engine SDK from Maven Central:

```bash
$ mvn dependency:get -Dartifact=com.google.appengine:appengine-api-1.0-sdk:1.9.74
```

Usage:

```java
Expand All @@ -94,11 +88,9 @@ Credentials credentials =
.build();
```

**Important: Note that `com.google.auth.appengine.AppEngineCredentials` is a separate class from
**Important: `com.google.auth.appengine.AppEngineCredentials` is a separate class from
`com.google.auth.oauth2.AppEngineCredentials`.**

You can find [all available versions][appengine-sdk-versions] on Maven Central.

## google-auth-library-oauth2-http

### Application Default Credentials
Expand Down Expand Up @@ -213,10 +205,8 @@ information.
To run the tests you will need:

* Maven 3+
* App Engine SDK (see [installation instructions above][appengine-sdk-install])

```bash
$ mvn install -DskipTests=true
$ mvn test
```

Expand Down

0 comments on commit b8d0245

Please sign in to comment.