Skip to content

Commit d9da89f

Browse files
authored
use correct bom for com.sap.cloud.environment.servicebinding (#26)
1 parent 8b38ce1 commit d9da89f

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

ams-javalin-shopping/pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,10 @@
3838
<scope>import</scope>
3939
</dependency>
4040

41-
<dependency>
42-
<groupId>org.junit</groupId>
43-
<artifactId>junit-bom</artifactId>
44-
<version>${junit.version}</version>
45-
<type>pom</type>
46-
<scope>import</scope>
47-
</dependency>
48-
4941
<!-- SAP BTP Service Binding Accessor -->
5042
<dependency>
5143
<groupId>com.sap.cloud.environment.servicebinding</groupId>
52-
<artifactId>java-bom</artifactId>
44+
<artifactId>java-modules-bom</artifactId>
5345
<version>${sap.cloud.environment.servicebinding.version}</version>
5446
<type>pom</type>
5547
<scope>import</scope>
@@ -100,6 +92,13 @@
10092
<version>${logback.version}</version>
10193
</dependency>
10294

95+
<dependency>
96+
<groupId>org.junit</groupId>
97+
<artifactId>junit-bom</artifactId>
98+
<version>${junit.version}</version>
99+
<type>pom</type>
100+
<scope>import</scope>
101+
</dependency>
103102
</dependencies>
104103
</dependencyManagement>
105104

ams-spring-boot-shopping/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</dependency>
6666
<dependency>
6767
<groupId>com.sap.cloud.environment.servicebinding</groupId>
68-
<artifactId>java-bom</artifactId>
68+
<artifactId>java-modules-bom</artifactId>
6969
<version>${sap.cloud.environment.servicebinding.version}</version>
7070
<type>pom</type>
7171
<scope>import</scope>

0 commit comments

Comments
 (0)