summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-01-30 15:49:27 -0500
committerEndi S. Dewata <edewata@redhat.com>2015-02-03 10:26:26 -0500
commitfb77f0de6d3ae097f71434ed547f3490bfc48dd2 (patch)
treea32e20f0acf220933aea13e6c4073a7bc1a2b817 /base/server/python/pki/server
parentc416878297b365f018983e4d62ba9bcb9404f218 (diff)
downloadpki-fb77f0de6d3ae097f71434ed547f3490bfc48dd2.tar.gz
pki-fb77f0de6d3ae097f71434ed547f3490bfc48dd2.tar.xz
pki-fb77f0de6d3ae097f71434ed547f3490bfc48dd2.zip
Updated Resteasy and Jackson dependencies
In Fedora 22 the Resteasy package has been split into several subpackages. The pki-core.spec has been modified to depend on more specific Resteasy packages which depend only on Jackson 1.x. The classpaths and various scripts have been modified to remove unused references to Jackson 2.x. https://fedorahosted.org/pki/ticket/1254
Diffstat (limited to 'base/server/python/pki/server')
-rw-r--r--base/server/python/pki/server/deployment/scriptlets/instance_layout.py30
1 files changed, 0 insertions, 30 deletions
diff --git a/base/server/python/pki/server/deployment/scriptlets/instance_layout.py b/base/server/python/pki/server/deployment/scriptlets/instance_layout.py
index 7d4ff3054..98efcd04f 100644
--- a/base/server/python/pki/server/deployment/scriptlets/instance_layout.py
+++ b/base/server/python/pki/server/deployment/scriptlets/instance_layout.py
@@ -193,51 +193,21 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet):
# Jackson
deployer.symlink.create(
- deployer.mdict['pki_jackson_annotations_jar'],
- os.path.join(
- deployer.mdict['pki_tomcat_common_lib_path'],
- 'jackson-annotations.jar'))
- deployer.symlink.create(
deployer.mdict['pki_jackson_core_asl_jar'],
os.path.join(
deployer.mdict['pki_tomcat_common_lib_path'],
'jackson-core-asl.jar'))
deployer.symlink.create(
- deployer.mdict['pki_jackson_core_jar'],
- os.path.join(
- deployer.mdict['pki_tomcat_common_lib_path'],
- 'jackson-core.jar'))
- deployer.symlink.create(
- deployer.mdict['pki_jackson_databind_jar'],
- os.path.join(
- deployer.mdict['pki_tomcat_common_lib_path'],
- 'jackson-databind.jar'))
- deployer.symlink.create(
- deployer.mdict['pki_jackson_jaxrs_base_jar'],
- os.path.join(
- deployer.mdict['pki_tomcat_common_lib_path'],
- 'jackson-jaxrs-base.jar'))
- deployer.symlink.create(
deployer.mdict['pki_jackson_jaxrs_jar'],
os.path.join(
deployer.mdict['pki_tomcat_common_lib_path'],
'jackson-jaxrs.jar'))
deployer.symlink.create(
- deployer.mdict['pki_jackson_jaxrs_json_provider_jar'],
- os.path.join(
- deployer.mdict['pki_tomcat_common_lib_path'],
- 'jackson-jaxrs-json-provider.jar'))
- deployer.symlink.create(
deployer.mdict['pki_jackson_mapper_asl_jar'],
os.path.join(
deployer.mdict['pki_tomcat_common_lib_path'],
'jackson-mapper-asl.jar'))
deployer.symlink.create(
- deployer.mdict['pki_jackson_module_jaxb_annotations_jar'],
- os.path.join(
- deployer.mdict['pki_tomcat_common_lib_path'],
- 'jackson-module-jaxb-annotations.jar'))
- deployer.symlink.create(
deployer.mdict['pki_jackson_mrbean_jar'],
os.path.join(
deployer.mdict['pki_tomcat_common_lib_path'],