Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>pom</packaging>
<properties>
<checks-api.version>1.7.4</checks-api.version>
<configuration-as-code-plugin.version>1466.v2d4119502006</configuration-as-code-plugin.version>
<configuration-as-code-plugin.version>1511.vb_f985b_894e40</configuration-as-code-plugin.version>
<data-tables-api.version>1.12.1-2</data-tables-api.version>
<forensics-api.version>1.15.1</forensics-api.version>
<git-plugin.version>4.11.3</git-plugin.version>
Expand Down
10 changes: 10 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@
<artifactId>checks-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-lang3-api</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not great (as mentioned, the idea is that transitive deps should be clean) but looks like the best we can do for now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its all temporary. We can cleanup :)

<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-text-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>dark-theme</artifactId>
Expand Down