diff options
| author | Ade Lee <alee@redhat.com> | 2013-09-17 12:24:25 -0400 |
|---|---|---|
| committer | Ade Lee <alee@redhat.com> | 2013-09-17 20:13:16 -0400 |
| commit | acee138537287f202c1a009c0352b9cf9d438a1f (patch) | |
| tree | 190fa323d16e849e7cf4f35e21b511ccd21a7448 /base/server/scripts | |
| parent | 6ba09084f6b3f4360393b49153c76c9d4dcb608d (diff) | |
Added new link for resteasy dependency
Resteasy 3.0.1 uses apache-commons-io. Also fixed PKIErrorInterceptor
with correct method call and reformatted the interceptors.
Diffstat (limited to 'base/server/scripts')
| -rw-r--r-- | base/server/scripts/operations | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/server/scripts/operations b/base/server/scripts/operations index 1537e3461..6d5ee1476 100644 --- a/base/server/scripts/operations +++ b/base/server/scripts/operations @@ -1141,6 +1141,7 @@ verify_symlinks() common_jar_symlinks=( [apache-commons-codec.jar]=${java_dir}/commons-codec.jar [apache-commons-collections.jar]=${java_dir}/apache-commons-collections.jar + [apache-commons-io.jar]=${java_dir}/apache-commons-io.jar [apache-commons-lang.jar]=${java_dir}/apache-commons-lang.jar [apache-commons-logging.jar]=${java_dir}/apache-commons-logging.jar [httpclient.jar]=${java_dir}/httpcomponents/httpclient.jar |
