diff options
author | liamfallon <liam.fallon@est.tech> | 2019-02-22 17:30:59 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-02-22 17:30:59 +0000 |
commit | 1ba6a3268b220cc99e9ed993553fa6f34f111a39 (patch) | |
tree | 4dea3d65bd831f58dff8b066c484e9b876f60692 /context/context-test-utils/src/site/site.xml | |
parent | 53d016bd95ded26821a7711c6f049ffc4ccd51ca (diff) |
Change versions of Zookeeper and C3P0
This review changes the versions of Zookeeper and C3P0 to
resolve security issues.
It also merges the context test utils module into the context test because that
module was misplaced and put an incompatible Zookeeper dependency in the
APEX context module.
Issue-ID: POLICY-1540
Change-Id: I86048ae1fc8b818611f423d6fd1f4a9fcc3f76f9
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'context/context-test-utils/src/site/site.xml')
-rw-r--r-- | context/context-test-utils/src/site/site.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/context/context-test-utils/src/site/site.xml b/context/context-test-utils/src/site/site.xml deleted file mode 100644 index eff32000e..000000000 --- a/context/context-test-utils/src/site/site.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ============LICENSE_START======================================================= - Copyright (C) 2016-2018 Ericsson. All rights reserved. - ================================================================================ - This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE - Full license text at https://creativecommons.org/licenses/by/4.0/legalcode - - SPDX-License-Identifier: CC-BY-4.0 - ============LICENSE_END========================================================= - - @author Sven van der Meer (sven.van.der.meer@ericsson.com) - ---> - -<project name="APEX Context Test-Utils"> - <body> - <menu name="APEX Context Test-Utils"> - <item href="javadocs/index.html" name="API Doc" /> - </menu> - <menu ref="reports" inherit="top" /> - <menu ref="modules" /> - - <breadcrumbs> - <item name="Test-Utils" href="index.html" /> - </breadcrumbs> - </body> -</project>
\ No newline at end of file |