Skip to content

Commit

Permalink
Giving up on jitpack for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jan 3, 2017
1 parent b0c6369 commit 0f511fa
Showing 1 changed file with 9 additions and 37 deletions.
46 changes: 9 additions & 37 deletions pom.xml
Expand Up @@ -54,10 +54,6 @@
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
<repository> <!-- TODO as below -->
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -69,8 +65,6 @@
<jenkins.version>1.642.3</jenkins.version>
<jenkins-test-harness.version>2.17</jenkins-test-harness.version>
<no-test-jar>false</no-test-jar>
<hpi-plugin.version>1.122-SNAPSHOT</hpi-plugin.version> <!-- TODO https://github.com/jenkinsci/maven-hpi-plugin/pull/48 -->
<enforcer.fail>false</enforcer.fail> <!-- TODO ditto -->
</properties>
<dependencies>
<dependency>
Expand All @@ -79,14 +73,14 @@
<version>2.4</version>
</dependency>
<dependency>
<groupId>com.github.jglick</groupId> <!-- TODO pending https://github.com/jenkinsci/workflow-api-plugin/pull/17 -->
<artifactId>workflow-api-plugin</artifactId>
<version>ea218b9</version>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
<version>2.9-20170103.203634-1</version> <!-- TODO pending https://github.com/jenkinsci/workflow-api-plugin/pull/17 -->
</dependency>
<dependency>
<groupId>com.github.jglick</groupId> <!-- TODO pending https://github.com/jenkinsci/workflow-support-plugin/pull/15 -->
<artifactId>workflow-support-plugin</artifactId>
<version>284f0dc</version>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-support</artifactId>
<version>2.12-20170103.204017-1</version> <!-- TODO pending https://github.com/jenkinsci/workflow-support-plugin/pull/15 -->
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -98,33 +92,17 @@
<artifactId>workflow-cps</artifactId>
<version>2.18</version>
<scope>test</scope>
<exclusions> <!-- TODO as above -->
<exclusion>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-support</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-basic-steps</artifactId>
<version>2.2</version>
<scope>test</scope>
<exclusions> <!-- TODO as above -->
<exclusion>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.jglick</groupId> <!-- TODO pending https://github.com/jenkinsci/workflow-support-plugin/pull/15 -->
<artifactId>workflow-support-plugin</artifactId>
<version>284f0dc</version>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-support</artifactId>
<version>2.12-20170103.204017-1</version> <!-- TODO pending https://github.com/jenkinsci/workflow-support-plugin/pull/15 -->
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand All @@ -133,12 +111,6 @@
<artifactId>pipeline-stage-step</artifactId>
<version>2.2</version>
<scope>test</scope>
<exclusions> <!-- TODO as above -->
<exclusion>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit 0f511fa

Please sign in to comment.