Skip to content

Commit 33f6af8

Browse files
committed
troubleshoot bom problem
1 parent 9853860 commit 33f6af8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependency-bundles/bom/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@
302302
</goals>
303303
<configuration>
304304
<file>${project.basedir}/pom.xml</file>
305+
<groupId>com.sap.cloud.sdk</groupId>
306+
<artifactId>sdk-bom</artifactId>
307+
<version>${sdk.version}</version>
308+
<packaging>pom</packaging>
305309
<!-- The parent has no sources -->
306310
<sources>${empty.property}</sources>
307311
<javadoc>${empty.property}</javadoc>

dependency-bundles/modules-bom/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,6 @@
234234
<goal>install-file</goal>
235235
</goals>
236236
<configuration>
237-
<file>${project.basedir}/pom.xml</file>
238-
<!-- The parent has no sources -->
239-
<sources>${empty.property}</sources>
240-
<javadoc>${empty.property}</javadoc>
241237
</configuration>
242238
</execution>
243239
</executions>

0 commit comments

Comments
 (0)