From 79ae3f7f229db52b8ab18c405c5109f8d18db1b6 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 24 Jul 2018 14:23:37 +0100 Subject: Fix bug in APEX parameter service The parameter calss name was not initialized in the constructor of the parameter service The web socket connections() method is depricated and replaced by getConnections() Fixed order of build in main pom to put packages module last fixed some comments that were incorrect Change-Id: I6340655100655e181e2d97fe39def4874873dff5 Issue-ID: POLICY-954 Signed-off-by: liamfallon --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f8d8a5587..8d0f6539a 100644 --- a/pom.xml +++ b/pom.xml @@ -161,8 +161,8 @@ plugins examples testsuites - packages client tools + packages -- cgit 1.2.3-korg