Skip to content

Commit

Permalink
update java dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Feb 14, 2024
1 parent b429b63 commit 2469534
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions srv-java/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +18,7 @@
<dependency>
<groupId>com.sap.cloud.sdk</groupId>
<artifactId>sdk-bom</artifactId>
<version>3.66.0</version>
<version>3.78.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -86,7 +88,8 @@
<requireProperty>
<property>project.artifactId</property>
<regex>[^_]+</regex>
<regexMessage>"The artifactId should not contain underscores (_) as this causes issues when deploying to Cloud Foundry."</regexMessage>
<regexMessage>"The artifactId should not contain underscores (_)
as this causes issues when deploying to Cloud Foundry."</regexMessage>
</requireProperty>
<reactorModuleConvergence />
</rules>
Expand All @@ -97,4 +100,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 2469534

Please sign in to comment.