diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/f16-setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/f16-setup.sh b/scripts/f16-setup.sh index 4afa7ec..5653ae5 100755 --- a/scripts/f16-setup.sh +++ b/scripts/f16-setup.sh @@ -2,6 +2,11 @@ RESTEASY_DIR=/usr/share/resteasy-jaxrs-2.3.2.Final +yum install -y\ + apache-commons-cli\ + httpcomponents-client\ + httpcomponents-core + mkdir -p /usr/share/java/glassfish-jaxb cd /usr/share/java/glassfish-jaxb ln -sf $RESTEASY_DIR/lib/jaxb-impl-2.2.4.jar jaxb-impl.jar |
