diff options
author | Liam Fallon <liam.fallon@est.tech> | 2019-09-16 12:57:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-16 12:57:34 +0000 |
commit | cc1e7963d70b8dcf99ae7bdaecf1dd81e8a78e97 (patch) | |
tree | c9f6d9b6485f2ecb86eb0943933fb0e1a72f1576 /plugins/plugins-executor | |
parent | d7d9df65e10edf260f5435335781dfc85939207c (diff) | |
parent | 88f175903e93e138687b5fbfe5140831df5440c2 (diff) |
Merge "Disable Jython Excutor for security"
Diffstat (limited to 'plugins/plugins-executor')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jython/pom.xml | 3 | ||||
-rw-r--r-- | plugins/plugins-executor/pom.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jython/pom.xml b/plugins/plugins-executor/plugins-executor-jython/pom.xml index 82c9be665..9c92b67cd 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> diff --git a/plugins/plugins-executor/pom.xml b/plugins/plugins-executor/pom.xml index fe3e5b768..711bd0f03 100644 --- a/plugins/plugins-executor/pom.xml +++ b/plugins/plugins-executor/pom.xml @@ -44,7 +44,7 @@ <module>plugins-executor-java</module> <module>plugins-executor-javascript</module> <module>plugins-executor-jruby</module> - <module>plugins-executor-jython</module> + <!--module>plugins-executor-jython</module--> <module>plugins-executor-mvel</module> </modules> |