Skip to content

Commit

Permalink
Remove xsuaa-authenticator from edc-tests and dependencyManagement (#537
Browse files Browse the repository at this point in the history
)
  • Loading branch information
denisneuling authored Nov 21, 2022
1 parent 1c5e556 commit 1b3731c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions edc-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,7 @@
<artifactId>cx-oauth2</artifactId>
</dependency>
<dependency>
<groupId>net.catenax.edc.extensions</groupId>
<artifactId>xsuaa-authenticator</artifactId>
</dependency>
<dependency>
<groupId>net.catenax.edc.extensions</groupId>
<groupId>org.eclipse.tractusx.edc.extensions</groupId>
<artifactId>control-plane-adapter</artifactId>
</dependency>
<!-- edc-controlplane -->
Expand Down
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,18 +353,13 @@
<artifactId>data-encryption</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.catenax.edc.extensions</groupId>
<artifactId>xsuaa-authenticator</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.tractusx.edc.extensions</groupId>
<artifactId>cx-oauth2</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.catenax.edc.extensions</groupId>
<groupId>org.eclipse.tractusx.edc.extensions</groupId>
<artifactId>control-plane-adapter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit 1b3731c

Please sign in to comment.