Skip to content

Commit

Permalink
chore: Remove legacy DwC modules (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: Rachael Newbigging <[email protected]>
Co-authored-by: rnewbigging <[email protected]>
Co-authored-by: Alexander Dümont <[email protected]>
  • Loading branch information
4 people authored Nov 7, 2023
1 parent 80a1ed9 commit c5697db
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 292 deletions.
71 changes: 0 additions & 71 deletions cloudplatform/cloudplatform-core-dwc/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions cloudplatform/dwc-cf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
<x-sap-release-maturity>Beta</x-sap-release-maturity>
</properties>
<dependencies>
<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>cloudplatform-core-dwc</artifactId>
</dependency>
<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>security</artifactId>
Expand All @@ -62,7 +58,6 @@
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<usedDependencies>
<usedDependency>com.sap.cloud.sdk.cloudplatform:cloudplatform-core-dwc</usedDependency>
<usedDependency>com.sap.cloud.sdk.cloudplatform:security</usedDependency>
<usedDependency>com.sap.cloud.sdk.cloudplatform:connectivity-dwc</usedDependency>
<usedDependency>com.sap.cloud.sdk.cloudplatform:tenant</usedDependency>
Expand Down
1 change: 0 additions & 1 deletion cloudplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<module>servlet-jakarta</module>
<module>tenant</module>
<module>dwc-cf</module>
<module>cloudplatform-core-dwc</module>
</modules>
<scm>
<connection />
Expand Down
11 changes: 0 additions & 11 deletions module-inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,6 @@
"parentArtifactId": "cloudplatform-parent",
"excludeFromBlackDuckScan": false
},
{
"groupId": "com.sap.cloud.sdk.cloudplatform",
"artifactId": "cloudplatform-core-dwc",
"packaging": "jar",
"releaseAudience": "Public",
"releaseMaturity": "Beta",
"pomFile": "cloudplatform/cloudplatform-core-dwc/pom.xml",
"parentGroupId": "com.sap.cloud.sdk.cloudplatform",
"parentArtifactId": "cloudplatform-parent",
"excludeFromBlackDuckScan": false
},
{
"groupId": "com.sap.cloud.sdk.cloudplatform",
"artifactId": "cloudplatform-parent",
Expand Down
5 changes: 0 additions & 5 deletions modules-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@
<artifactId>cloudplatform-core</artifactId>
<version>${sdk.version}</version>
</dependency>
<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>cloudplatform-core-dwc</artifactId>
<version>${sdk.version}</version>
</dependency>
<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>caching</artifactId>
Expand Down
1 change: 1 addition & 0 deletions release_notes_next_major.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ blog: https://blogs.sap.com/?p=xxx
- Services - BTP Cloud Foundry Workflow API: `com.sap.cloud.sdk.services:scp-workflow-cf`
- Services - SAP Business Rules (Beta): `com.sap.cloud.sdk.services:btp-business-rules`
- Cloud Platform - SAP Passport: `com.sap.cloud.sdk.cloudplatform:sap-passport`
- Cloud Platform - Core SAP Deploy with Confidence (Beta): `com.sap.cloud.sdk.cloudplatform:cloudplatform-core-dwc`
- Cloud Platform - Core SAP Deploy with Confidence on Cloud Foundry (Beta): `com.sap.cloud.sdk.cloudplatform:cloudplatform-core-dwc-cf`
- Cloud Platform - Core SAP Cloud Platform on Cloud Foundry (Beta): `com.sap.cloud.sdk.cloudplatform:cloudplatform-core-scp-cf`
- Cloud Platform - Security SAP Deploy with Confidence (Beta): `com.sap.cloud.sdk.cloudplatform:security-dwc`
Expand Down

0 comments on commit c5697db

Please sign in to comment.