diff options
author | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2018-01-25 15:18:19 -0500 |
---|---|---|
committer | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2018-01-25 15:21:59 -0500 |
commit | 3435321e01b7c997bd92b18c8681a870f9451d6c (patch) | |
tree | 3855cd01679fa8628217958d14d57db93015aa84 /src/main/config | |
parent | d8b5c7ec53e0ae80c7aecd4c33e0c63e172b2544 (diff) |
Update gizmo to set jersey impl for ClientBuilder
Update gizmo to specify the jersey impl for javax.ws.rs.client.ClientBuilder to resolve http chunking issue while publishing to dmaap
Change-Id: If74dad209ca47db8a3c4eaf362659137e24d1103
Issue-ID: AAI-695
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'src/main/config')
-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 17814f8..4ad6fcc 100644 --- a/src/main/config/ajsc-jetty.xml +++ b/src/main/config/ajsc-jetty.xml @@ -16,7 +16,7 @@ <Set name="startWithUnavailable">false</Set> </New> </Set> - <Set name="extraClasspath"><SystemProperty name="AJSC_HOME" />/extJars/json-20131018.jar</Set> + <Set name="extraClasspath"><SystemProperty name="AJSC_HOME" />/extJars/gizmo.jar,<SystemProperty name="AJSC_HOME" />/extJars/json-20160212.jar,<SystemProperty name="AJSC_HOME" />/extJars/javax.ws.rs-api-2.0.1.jar,<SystemProperty name="AJSC_HOME" />/extJars/jersey-client-2.23.jar</Set> </New> <Set name="handler"> |