diff options
author | liamfallon <liam.fallon@est.tech> | 2019-09-14 12:39:25 +0100 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-09-18 12:00:30 +0000 |
commit | 304b402d9a1cc20b9d746f16900340e0193cb7d6 (patch) | |
tree | 1165fb1441f7882fda0a01ca8c485eb57d651909 /plugins/plugins-executor/plugins-executor-jython/pom.xml | |
parent | 949f47c7c2180bbf101df5234325f469db82848d (diff) |
Disable Jython Excutor for security
The Jython interpreter pulls in many dependencies that are flagged as
having security problems. We will disable Python support in apex-pdp
until Frankfurt, users can compile from source if they wish to re-enable
python support.
Issue-ID: POLICY-1509
Change-Id: I84215ba8d1009cb7af99cd98ba19008fdff5c378
Signed-off-by: liamfallon <liam.fallon@est.tech>
(cherry picked from commit 88f175903e93e138687b5fbfe5140831df5440c2)
Diffstat (limited to 'plugins/plugins-executor/plugins-executor-jython/pom.xml')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jython/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jython/pom.xml b/plugins/plugins-executor/plugins-executor-jython/pom.xml index 377e4e515..bf1381a26 100644 --- a/plugins/plugins-executor/plugins-executor-jython/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jython/pom.xml @@ -17,7 +17,8 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId> |