diff options
Diffstat (limited to 'src/main/config/ajsc-jetty.xml')
-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 6b519d2..449f7de 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-20220320.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> |