Skip to content

Commit

Permalink
[JENKINS-49408] Use workflow aggregator as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-arabaolaza committed Feb 7, 2018
1 parent 2138edb commit d2cedb0
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions pom.xml
Expand Up @@ -46,12 +46,7 @@
<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
<artifactId>workflow-aggregator</artifactId>
<version>1.15</version>
</dependency>
<dependency>
Expand All @@ -74,24 +69,6 @@
<artifactId>display-url-api</artifactId>
<version>0.5</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
<version>1.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-basic-steps</artifactId>
<version>1.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-job</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-support</artifactId>
Expand Down

0 comments on commit d2cedb0

Please sign in to comment.