Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12 from Vlatombe/JENKINS-24827
JENKINS-24827 Port hpi:run to jetty 8.x
  • Loading branch information
Vlatombe committed Jul 28, 2015
2 parents f361e8e + f436edd commit b2d139e
Show file tree
Hide file tree
Showing 7 changed files with 920 additions and 377 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-groovy</artifactId>
<version>1.169</version>
<version>1.237</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand All @@ -118,8 +118,8 @@
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.1</version>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.16.v20140903</version>
</dependency>
<dependency>
<groupId>net.java.sezpoz</groupId>
Expand Down

This file was deleted.

0 comments on commit b2d139e

Please sign in to comment.