From a473b9d0114ab48384659524617d0f14f472568c Mon Sep 17 00:00:00 2001 From: YuLing Chen Date: Sun, 17 Jan 2016 18:14:02 -0800 Subject: [PATCH] Rename 'odl-tsdr-h2-all' to 'odl-tsdr-hsqldb-all' Phil and Thanh reported an issue regarding TSDR unnecessarily pulling mysql-connector-java component. This creates impact on ODL distribution. We investigated the issue and understood it was h2 data store that was pulling this jar file. Since it was more difficult to fix this issue in h2 with limited time and resource, we replaced h2 data store with hsqldb in Beryllium. The fix has been locally verified by Thanh. Now we're fixing every perspective in Beryllium including the feature name in integration feature test. The new feature name has already been included in TSDR feature.xml and tested well. Change-Id: I66fa8ddc89e62383bc503e01c9bc29b29ca705f3 Signed-off-by: YuLing Chen --- features-test/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features-test/src/main/resources/features.xml b/features-test/src/main/resources/features.xml index 02848e8f..aefcf94c 100644 --- a/features-test/src/main/resources/features.xml +++ b/features-test/src/main/resources/features.xml @@ -173,7 +173,7 @@ - odl-tsdr-h2-all + odl-tsdr-hsqldb-all odl-vpnservice-openstack odl-vtn-manager-neutron odl-vtn-manager-rest -- 2.36.6