Skip to content

Commit efbbbce

Browse files
author
Matt Raible
authored
Remove snapshot repo
1 parent 26d3ef2 commit efbbbce

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,7 @@ The `api-gateway` and `car-service` projects are already pre-configured to be lo
134134

135135
If you already have an Okta account, see the **Create a Web Application in Okta** section below. Otherwise, we created a Maven plugin that configures a free Okta developer account + an OIDC app (in under a minute!).
136136

137-
To use it, add the following plugin repository to the gateway project's `pom.xml`:
138-
139-
```xml
140-
<pluginRepositories>
141-
<pluginRepository>
142-
<id>ossrh</id>
143-
<releases><enabled>false</enabled></releases>
144-
<snapshots><enabled>true</enabled></snapshots>
145-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
146-
</pluginRepository>
147-
</pluginRepositories>
148-
```
149-
150-
Then run `./mvnw com.okta:okta-maven-plugin:setup` to create an account and configure the gateway to work with Okta.
137+
To use it, run `./mvnw com.okta:okta-maven-plugin:setup` to create an account and configure the gateway to work with Okta.
151138

152139
Copy the `okta.*` properties from the gateway's `src/main/resources/application.properties` to the same file in the `car-service` project.
153140

0 commit comments

Comments
 (0)