Skip to content

Commit

Permalink
Add parent POM to dep scan pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed Oct 30, 2023
1 parent 7c24b18 commit 058e107
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ci/scans/dependency-only-mend-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
<artifactId>dependency-only</artifactId>
<version>none</version>

<parent>
<groupId>io.openliberty.tools.eclipse</groupId>
<artifactId>parent</artifactId>
<version>23.0.12-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<!--
NOTE: See (IBM-employee-internal-only link): https://github.ibm.com/liberty-dev-ex/liberty-tools-eclipse/wiki/To-do-an-updated-scan
Expand Down Expand Up @@ -180,7 +187,7 @@ OTHER REFERENCES: https://projects.eclipse.org/projects/eclipse.platform/develo
<!-- org.eclipse.debug.core, org.eclipse.debug.core.model -->
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.debug.core</artifactId>
<version>3.21.101</version>
<version>3.21.100</version>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
Expand Down

0 comments on commit 058e107

Please sign in to comment.