Skip to content

Commit 9828991

Browse files
Updated to cds-services 2.9.0 (#315)
Removed the custom index page UI links, as the UI is now served and added to the index page automatically. --------- Co-authored-by: Marc Becker <[email protected]>
1 parent 58bc6f5 commit 9828991

File tree

5 files changed

+3
-64
lines changed

5 files changed

+3
-64
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.2.4</version>
9+
<version>3.2.5</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -23,9 +23,9 @@
2323

2424
<!-- DEPENDENCIES VERSION -->
2525
<jdk.version>17</jdk.version>
26-
<cds.services.version>2.8.2</cds.services.version>
26+
<cds.services.version>2.9.0</cds.services.version>
2727
<cloud.sdk.version>5.7.0</cloud.sdk.version>
28-
<xsuaa.version>3.4.0</xsuaa.version>
28+
<xsuaa.version>3.4.2</xsuaa.version>
2929
<cf-java-logging-support.version>3.8.3</cf-java-logging-support.version>
3030
<cds.install-cdsdk.version>7.8.2</cds.install-cdsdk.version>
3131
</properties>

srv/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
<artifactId>cds-starter-spring-boot</artifactId>
2323
</dependency>
2424

25-
<dependency>
26-
<groupId>com.sap.cds</groupId>
27-
<artifactId>cds-adapter-api</artifactId>
28-
</dependency>
29-
3025
<dependency>
3126
<groupId>com.sap.cds</groupId>
3227
<artifactId>cds-adapter-odata-v4</artifactId>
@@ -163,8 +158,6 @@
163158
<artifactId>spring-boot-maven-plugin</artifactId>
164159
<configuration>
165160
<skip>false</skip>
166-
<!-- use project root directory as working directory to deliver fiori resources -->
167-
<workingDirectory>..</workingDirectory>
168161
</configuration>
169162
<executions>
170163
<execution>

srv/src/main/java/my/bookshop/index/UiIndexContentProviderFactory.java

Lines changed: 0 additions & 52 deletions
This file was deleted.

srv/src/main/resources/META-INF/services/com.sap.cds.adapter.IndexContentProviderFactory

Lines changed: 0 additions & 1 deletion
This file was deleted.

srv/src/main/resources/application.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ logging:
33
level:
44
'[com.sap.cds.auditlog]': DEBUG
55
spring:
6-
web.resources.static-locations: "file:./app"
76
jmx:
87
enabled: true
98
cds:

0 commit comments

Comments
 (0)