From db354242baf9680b1b54f25ddd9fbc687c85e1f4 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 24 Apr 2018 15:29:41 +0100 Subject: [PATCH] Updated git submodules Project: policy/engine master 30b44d3e752d44f8f870594a05464c9e1c5158b6 Implement Sonar Nexus REST interface directly The BRMS gateway used the obsolete nexus-rest-client-java library to query the Nexus repository. This change removes that dependency and implements an interface directly to Nexus servers using the Nexus REST interface. This change is being submitted to ensure that the security issues with the plugin are resolved. The unit test for the new code will be implemented in a later submission. Issue-ID: POLICY-700 Change-Id: Ia1044e432d370034fe13f42cf7ed55d75e21187a Signed-off-by: liamfallon --- docs/submodules/policy/engine.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git index ab8bc20ca..30b44d3e7 160000 --- a/docs/submodules/policy/engine.git +++ b/docs/submodules/policy/engine.git @@ -1 +1 @@ -Subproject commit ab8bc20cabdbdd104a69da321d69d49662e53b92 +Subproject commit 30b44d3e752d44f8f870594a05464c9e1c5158b6 -- 2.16.6