diff options
author | Brian Freeman <bf1936@att.com> | 2017-08-17 18:49:57 +0000 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2017-08-17 19:03:21 +0000 |
commit | 8bacc360632e4725ca5c97198ec02ef42ffce048 (patch) | |
tree | 4f04b6c9554ab9751a1d0a96ebfd23ac9810dc4d /src | |
parent | 3e34fda1f814cc7fcc04d704af812f374ff4a7cd (diff) |
fix container exit w/o httpclient 4.4.1
Change-Id: I8d44531a28d40de11c6b1f1ee17de8446cda2c68
Signed-off-by: Brian Freeman <bf1936@att.com>
Issue-id: AAI-170
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/config/ajsc-jetty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/config/ajsc-jetty.xml b/src/main/config/ajsc-jetty.xml index 43741bd..3b1a79e 100644 --- a/src/main/config/ajsc-jetty.xml +++ b/src/main/config/ajsc-jetty.xml @@ -35,7 +35,7 @@ <Set name="startWithUnavailable">false</Set>
</New>
</Set>
- <Set name="extraClasspath"><SystemProperty name="AJSC_HOME" />/extJars/httpclient-4.5.jar,<SystemProperty name="AJSC_HOME" />/extJars/httpcore-4.4.1.jar,<SystemProperty name="AJSC_HOME" />/extJars/json-20131018.jar</Set>
+ <Set name="extraClasspath"><SystemProperty name="AJSC_HOME" />/extJars/httpclient-4.4.1.jar,<SystemProperty name="AJSC_HOME" />/extJars/httpcore-4.4.1.jar,<SystemProperty name="AJSC_HOME" />/extJars/json-20131018.jar</Set>
</New>
<Set name="handler">
|