Skip to content

Commit

Permalink
Merge pull request #3038 from ketan/remove-jettison
Browse files Browse the repository at this point in the history
Remove jettison
  • Loading branch information
ketan committed Dec 28, 2016
2 parents db105c3 + 06e046e commit 0a352c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ task verifyJar(type: VerifyJarTask) {
"javax.servlet-api-3.1.0.jar",
"jcommander-1.60.jar",
"jdom-1.0.jar",
"jettison-1.2.jar",
"jetty-io-${versions.jetty}.jar",
"jetty-util-${versions.jetty}.jar",
"joda-time-2.3.jar",
Expand All @@ -155,7 +154,6 @@ task verifyJar(type: VerifyJarTask) {
"spring-tx-3.1.3.RELEASE.jar",
"spring-web-3.1.3.RELEASE.jar",
"spring-webmvc-3.1.3.RELEASE.jar",
"stax-api-1.0.1.jar",
"util-${project.version}.jar",
"websocket-api-${versions.jetty}.jar",
"websocket-client-${versions.jetty}.jar",
Expand Down
1 change: 0 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ dependencies {
compile project(':go-plugin-access')
compile group: 'org.springframework', name: 'spring-orm', version: '3.1.3.RELEASE'
compile group: 'cglib', name: 'cglib-nodep', version: '2.2'
compile group: 'org.codehaus.jettison', name: 'jettison', version: '1.2'
compile group: 'net.sf.kxml', name: 'kxml2', version: '2.3.0'
compile group: 'net.sf.kxml', name: 'kxml2-min', version: '2.3.0'
compile group: 'com.jezhumble', name: 'javasysmon', version: '0.3.6'
Expand Down
2 changes: 0 additions & 2 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ task verifyWar(type: VerifyJarTask) {
"javax.servlet-api-3.1.0.jar",
"jaxen-1.1.jar",
"jdom-1.0.jar",
"jettison-1.2.jar",
"joda-time-2.3.jar",
"jolt-core-0.0.20.jar",
"jruby-complete-1.7.26.jar",
Expand Down Expand Up @@ -582,7 +581,6 @@ task verifyWar(type: VerifyJarTask) {
"spring-tx-3.1.3.RELEASE.jar",
"spring-web-3.1.3.RELEASE.jar",
"spring-webmvc-3.1.3.RELEASE.jar",
"stax-api-1.0.1.jar",
"urlrewritefilter-3.2.0.jar",
"util-${project.version}.jar",
"velocity-1.7.jar",
Expand Down

0 comments on commit 0a352c0

Please sign in to comment.