Skip to content

Commit

Permalink
Removing declarative-pipeline-migration-assistant plugin because clos…
Browse files Browse the repository at this point in the history
…ed source dependency
  • Loading branch information
alecharp committed Jan 12, 2024
1 parent 0d7c399 commit 60ac7d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
11 changes: 0 additions & 11 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<cloudbees-folder-plugin.version>6.858.v898218f3609d</cloudbees-folder-plugin.version>
<configuration-as-code-plugin.version>1756.v2b_7eea_874392</configuration-as-code-plugin.version>
<data-tables-api.version>1.13.8-2</data-tables-api.version>
<declarative-pipeline-migration-assistant-plugin.version>1.6.1</declarative-pipeline-migration-assistant-plugin.version>
<forensics-api.version>2.3.0</forensics-api.version>
<github-api-plugin.version>1.318-461.v7a_c09c9fa_d63</github-api-plugin.version>
<git-plugin.version>5.2.1</git-plugin.version>
Expand Down Expand Up @@ -1057,16 +1056,6 @@
<artifactId>pipeline-stage-view</artifactId>
<version>${pipeline-stage-view-plugin.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.to-declarative</groupId>
<artifactId>declarative-pipeline-migration-assistant</artifactId>
<version>${declarative-pipeline-migration-assistant-plugin.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.to-declarative</groupId>
<artifactId>declarative-pipeline-migration-assistant-api</artifactId>
<version>${declarative-pipeline-migration-assistant-plugin.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -869,11 +869,6 @@
<artifactId>pipeline-stage-view</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.to-declarative</groupId>
<artifactId>declarative-pipeline-migration-assistant</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
Expand Down

0 comments on commit 60ac7d8

Please sign in to comment.