Skip to content

Commit 7f3c14b

Browse files
committed
Introducing Transparent Proxy Builder
1 parent be3c44d commit 7f3c14b

File tree

3 files changed

+753
-5
lines changed

3 files changed

+753
-5
lines changed

cloudplatform/cloudplatform-connectivity/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<x-sap-release-maturity>Stable</x-sap-release-maturity>
3838
</properties>
3939
<dependencies>
40+
<dependency>
41+
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
42+
<artifactId>tenant</artifactId>
43+
</dependency>
4044
<dependency>
4145
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
4246
<artifactId>cloudplatform-core</artifactId>
@@ -105,11 +109,6 @@
105109
<scope>provided</scope>
106110
</dependency>
107111
<!-- scope "test" -->
108-
<dependency>
109-
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
110-
<artifactId>tenant</artifactId>
111-
<scope>test</scope>
112-
</dependency>
113112
<dependency>
114113
<groupId>org.junit.jupiter</groupId>
115114
<artifactId>junit-jupiter-api</artifactId>

0 commit comments

Comments
 (0)