| author | akozak | 2011-11-22 08:57:23 (EST) |
|---|---|---|
| committer | Winston Prakash | 2011-12-01 20:46:59 (EST) |
| commit | 1a313716af845857278f2b5b511a632789d13809 (patch) (side-by-side diff) | |
| tree | 7d8418363f54b78ca2bcd2e00d429145a7c8e617 | |
| parent | 6f1f96309de17b2f6b9c1175899b6fae70d56fb1 (diff) | |
| download | org.eclipse.hudson.core-1a313716af845857278f2b5b511a632789d13809.zip org.eclipse.hudson.core-1a313716af845857278f2b5b511a632789d13809.tar.gz org.eclipse.hudson.core-1a313716af845857278f2b5b511a632789d13809.tar.bz2 | |
Remove duplicate json-lib library
Signed-off-by: Winston Prakash <winston.prakash@gmail.com>
| -rw-r--r-- | hudson-core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hudson-core/pom.xml b/hudson-core/pom.xml index 805e00c..97673bd 100644 --- a/hudson-core/pom.xml +++ b/hudson-core/pom.xml @@ -387,6 +387,10 @@ <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> </exclusion> + <exclusion> + <groupId>org.kohsuke.stapler</groupId> + <artifactId>json-lib</artifactId> + </exclusion> </exclusions> </dependency> |

