summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2019-07-30 14:47:54 -0400
committersu622b <su622b@att.com>2019-07-30 14:48:11 -0400
commitdbb7f8f205c807b0b0cb878215fe34c58acd709a (patch)
tree9294b2be840d4eef6803260403aa5cf7c36d21ee /src
parent67b3d8b885cbbf0826162480fda027c2f8121358 (diff)
fixes for security vulnerabilities1.1.15
Issue-ID: DMAAP-985 Change-Id: I664e0fc576ffa4d891b50576379ecb2755f07bb1 Signed-off-by: su622b <su622b@att.com>
Diffstat (limited to 'src')
-rw-r--r--src/main/config/ajsc-jetty.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/config/ajsc-jetty.xml b/src/main/config/ajsc-jetty.xml
index b351309..d066f8b 100644
--- a/src/main/config/ajsc-jetty.xml
+++ b/src/main/config/ajsc-jetty.xml
@@ -32,7 +32,7 @@
<Set name="descriptor"><SystemProperty name="AJSC_HOME" />/etc/runner-web.xml</Set>
<Set name="overrideDescriptor"><SystemProperty name="AJSC_HOME" />/etc/ajsc-override-web.xml</Set>
<Set name="throwUnavailableOnStartupException">true</Set>
- <Set name="extraClasspath"><SystemProperty name="AJSC_HOME" />/extJars/json-20131018.jar,<SystemProperty name="AJSC_HOME" />/extJars/mail-1.4.4.jar</Set>
+ <Set name="extraClasspath"><SystemProperty name="AJSC_HOME" />/extJars/json-20131018.jar</Set>
<Set name="servletHandler">
<New class="org.eclipse.jetty.servlet.ServletHandler">
<Set name="startWithUnavailable">false</Set>