Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify git revision #16

Merged
merged 3 commits into from
Jul 16, 2015
Merged
Changes from 1 commit
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
Next Next commit
add git plugin dependency
  • Loading branch information
Reno Reckling committed Jul 24, 2014
commit 9d00317b69823dd31afbfb55fceba26b41695ce7
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>org.eclipse.hudson.plugins</groupId>
<artifactId>git</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>

<pluginRepositories>
Expand Down