We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0075bf4 commit 31c6dffCopy full SHA for 31c6dff
1 file changed
pom.xml
@@ -22,6 +22,7 @@
22
<jdk.version>21</jdk.version>
23
<cds.services.version>4.8.0</cds.services.version>
24
<spring.boot.version>3.5.11</spring.boot.version>
25
+ <sap.cloud.security.version>3.6.8</sap.cloud.security.version>
26
27
<cds.install-node.downloadUrl>https://nodejs.org/dist/</cds.install-node.downloadUrl>
28
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -46,6 +47,15 @@
46
47
<type>pom</type>
48
<scope>import</scope>
49
</dependency>
50
+
51
+ <!-- SAP SECURITY -->
52
+ <dependency>
53
+ <groupId>com.sap.cloud.security</groupId>
54
+ <artifactId>java-bom</artifactId>
55
+ <version>${sap.cloud.security.version}</version>
56
+ <type>pom</type>
57
+ <scope>import</scope>
58
+ </dependency>
59
</dependencies>
60
</dependencyManagement>
61
0 commit comments