Skip to content

Commit

Permalink
Update Migration_SAPJavaBuildpackProjects_V2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nenaraab authored Jan 15, 2021
1 parent ca487c2 commit 16ee313
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions java-security/Migration_SAPJavaBuildpackProjects_V2.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ First make sure you have the following dependency defined in your pom.xml:
<dependency>
<groupId>com.sap.cloud.security</groupId>
<artifactId>java-api</artifactId>
<version>2.7.3</version>
<scope>provided</scope> <!-- provided with buildpack -->
</dependency>
```

Expand All @@ -29,8 +27,6 @@ Now you are ready to **remove** the dependency to the **`api`** by deleting the
<dependency>
<groupId>com.sap.cloud.security.xsuaa</groupId>
<artifactId>api</artifactId>
<version>2.7.3</version>
<scope>provided</scope>
</dependency>
```
The dependency `com.sap.cloud.security:java-api` is the new api exposed by the SAP Java Buildpack as of version `1.26.1`.
Expand Down

0 comments on commit 16ee313

Please sign in to comment.