From: HuabingZhao Date: Wed, 17 Aug 2016 04:37:07 +0000 (+0800) Subject: 1. Adjust the directory hierarchy X-Git-Tag: release/sun~47 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4143173cd08ef515173e5ad4b4c15d4e9f9f1943;p=msb%2Fapigateway.git 1. Adjust the directory hierarchy 2. Fix the compile issue Change-Id: Ibf10c83104e5e673bc797013799861426cd950ce Signed-off-by: HuabingZhao --- diff --git a/README.md b/README.md index 9663944..f4bd63a 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -Microservice Bus +openo-msb +=============== + +microservice bus for openo \ No newline at end of file diff --git a/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml b/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml new file mode 100644 index 0000000..5f5c609 --- /dev/null +++ b/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml @@ -0,0 +1,93 @@ + + + + apiroute-parent + org.openo.msb.msb-core.apiroute + 1.0.0-SNAPSHOT + + 4.0.0 + org.openo.msb.msb-core.apiroute + apiroute-service + openo/msb/msb-core/apiroute/apiroute-service + 1.0.0-SNAPSHOT + + + + src/main/java + + **/*.properties + + + + src/main/resources + + + + + maven-jar-plugin + 2.4 + + + + true + + + + + + maven-shade-plugin + 2.3 + + + package + + shade + + + + + + org.openo.msb.ApiRouteApp + + + + + + + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + maven-surefire-plugin + + true + + + + + + + junit + junit + 4.11 + test + + + hamcrest-core + org.hamcrest + + + + + + diff --git a/apiroute/apiroute-service/pom.xml b/msb-core/apiroute/apiroute-service/pom.xml similarity index 96% rename from apiroute/apiroute-service/pom.xml rename to msb-core/apiroute/apiroute-service/pom.xml index 1d812c6..0bddd98 100644 --- a/apiroute/apiroute-service/pom.xml +++ b/msb-core/apiroute/apiroute-service/pom.xml @@ -56,10 +56,12 @@ org.projectlombok lombok - - net.sf.json-lib - json-lib - + + net.sf.json-lib + json-lib + 2.4 + jdk15 + junit junit diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteApp.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteApp.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteApp.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteApp.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteAppConfig.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteAppConfig.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteAppConfig.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteAppConfig.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/ConsulClientApp.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/ConsulClientApp.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/ConsulClientApp.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/ConsulClientApp.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ApiRouteInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ApiRouteInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/ApiRouteInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ApiRouteInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ConsulInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ConsulInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/ConsulInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ConsulInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomDateSerializer.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomDateSerializer.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomDateSerializer.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomDateSerializer.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomRouteInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomRouteInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomRouteInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomRouteInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/DiscoverInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/DiscoverInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/DiscoverInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/DiscoverInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/IuiRouteInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/IuiRouteInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/IuiRouteInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/IuiRouteInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MetricsInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MetricsInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/MetricsInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MetricsInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceFullInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceFullInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceFullInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceFullInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/Node.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/Node.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/Node.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/Node.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/NodeInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/NodeInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/NodeInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/NodeInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/RouteServer.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/RouteServer.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/RouteServer.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/RouteServer.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/Service.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/Service.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/Service.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/Service.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ServiceAccessInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ServiceAccessInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/ServiceAccessInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ServiceAccessInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedInternalServerErrorException.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedInternalServerErrorException.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedInternalServerErrorException.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedInternalServerErrorException.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotFoundException.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotFoundException.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotFoundException.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotFoundException.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotSupportedException.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotSupportedException.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotSupportedException.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotSupportedException.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/health/ApiRouteHealthCheck.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/health/ApiRouteHealthCheck.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/health/ApiRouteHealthCheck.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/health/ApiRouteHealthCheck.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ApiRouteResource.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ApiRouteResource.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ApiRouteResource.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ApiRouteResource.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/CustomRouteResource.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/CustomRouteResource.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/CustomRouteResource.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/CustomRouteResource.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/IuiRouteResource.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/IuiRouteResource.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/IuiRouteResource.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/IuiRouteResource.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MetricsResource.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MetricsResource.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MetricsResource.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MetricsResource.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MicroServiceResource.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MicroServiceResource.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MicroServiceResource.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MicroServiceResource.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ServiceAccessResource.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ServiceAccessResource.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ServiceAccessResource.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ServiceAccessResource.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ApiRouteServiceWrapper.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ApiRouteServiceWrapper.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ApiRouteServiceWrapper.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ApiRouteServiceWrapper.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/CustomRouteServiceWrapper.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/CustomRouteServiceWrapper.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/CustomRouteServiceWrapper.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/CustomRouteServiceWrapper.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/IuiRouteServiceWrapper.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/IuiRouteServiceWrapper.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/IuiRouteServiceWrapper.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/IuiRouteServiceWrapper.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MetricsServiceWrapper.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MetricsServiceWrapper.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MetricsServiceWrapper.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MetricsServiceWrapper.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MicroServiceWrapper.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MicroServiceWrapper.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MicroServiceWrapper.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MicroServiceWrapper.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ServiceAccessWrapper.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ServiceAccessWrapper.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ServiceAccessWrapper.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ServiceAccessWrapper.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/CatalogClient.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/CatalogClient.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/CatalogClient.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/CatalogClient.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/Consul.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/Consul.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/Consul.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/Consul.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/ConsulException.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/ConsulException.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/ConsulException.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/ConsulException.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/HealthClient.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/HealthClient.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/HealthClient.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/HealthClient.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/async/ConsulResponseCallback.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/async/ConsulResponseCallback.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/async/ConsulResponseCallback.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/async/ConsulResponseCallback.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/CatalogCache.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/CatalogCache.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/CatalogCache.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/CatalogCache.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache4Map.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache4Map.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache4Map.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache4Map.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/HealthCache.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/HealthCache.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/HealthCache.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/HealthCache.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ServiceCache.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ServiceCache.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ServiceCache.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ServiceCache.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/ConsulResponse.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/ConsulResponse.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/ConsulResponse.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/ConsulResponse.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogNode.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogNode.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogNode.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogNode.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogService.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogService.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogService.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogService.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogNode.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogNode.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogNode.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogNode.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogService.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogService.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogService.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogService.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ServiceInfo.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ServiceInfo.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ServiceInfo.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ServiceInfo.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableNode.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableNode.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableNode.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableNode.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableService.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableService.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableService.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableService.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Node.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Node.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Node.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Node.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Service.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Service.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Service.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Service.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ServiceHealth.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ServiceHealth.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ServiceHealth.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ServiceHealth.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/CatalogOptions.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/CatalogOptions.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/CatalogOptions.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/CatalogOptions.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ConsistencyMode.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ConsistencyMode.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ConsistencyMode.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ConsistencyMode.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableCatalogOptions.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableCatalogOptions.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableCatalogOptions.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableCatalogOptions.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableQueryOptions.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableQueryOptions.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableQueryOptions.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableQueryOptions.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/Options.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/Options.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/Options.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/Options.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ParamAdder.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ParamAdder.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ParamAdder.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ParamAdder.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/QueryOptions.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/QueryOptions.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/QueryOptions.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/QueryOptions.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Base64EncodingDeserializer.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Base64EncodingDeserializer.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Base64EncodingDeserializer.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Base64EncodingDeserializer.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ClientUtil.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ClientUtil.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ClientUtil.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ClientUtil.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Jackson.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Jackson.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Jackson.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Jackson.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ObjectMapperContextResolver.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ObjectMapperContextResolver.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ObjectMapperContextResolver.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ObjectMapperContextResolver.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsDeserializer.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsDeserializer.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsDeserializer.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsDeserializer.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsSerializer.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsSerializer.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsSerializer.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsSerializer.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/UnsignedLongDeserializer.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/UnsignedLongDeserializer.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/UnsignedLongDeserializer.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/UnsignedLongDeserializer.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/IMicroServiceChangeListener.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/IMicroServiceChangeListener.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/IMicroServiceChangeListener.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/IMicroServiceChangeListener.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/MicroServiceChangeListener.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/MicroServiceChangeListener.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/MicroServiceChangeListener.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/MicroServiceChangeListener.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/FileUtil.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/FileUtil.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/FileUtil.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/FileUtil.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JacksonJsonUtil.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JacksonJsonUtil.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JacksonJsonUtil.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JacksonJsonUtil.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JedisUtil.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JedisUtil.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JedisUtil.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JedisUtil.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MetricsUtil.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MetricsUtil.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MetricsUtil.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MetricsUtil.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceDB.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceDB.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceDB.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceDB.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceUtil.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceUtil.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceUtil.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceUtil.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RegExpTestUtil.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RegExpTestUtil.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RegExpTestUtil.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RegExpTestUtil.java diff --git a/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RouteUtil.java b/msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RouteUtil.java similarity index 100% rename from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RouteUtil.java rename to msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RouteUtil.java diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/META-INF/MANIFEST.MF b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/META-INF/MANIFEST.MF similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/META-INF/MANIFEST.MF rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/META-INF/MANIFEST.MF diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/WEB-INF/web.xml b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/WEB-INF/web.xml similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/WEB-INF/web.xml rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/WEB-INF/web.xml diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/css/reset.css b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/css/reset.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/css/reset.css rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/css/reset.css diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/css/screen.css b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/css/screen.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/css/screen.css rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/css/screen.css diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/css/typography.css b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/css/typography.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/css/typography.css rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/css/typography.css diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eot b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eot similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eot rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eot diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttf b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttf similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttf rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttf diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2 b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2 similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2 rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2 diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eot b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eot similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eot rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eot diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttf b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttf similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttf rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttf diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2 b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2 similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2 rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2 diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/images/explorer_icons.png b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/explorer_icons.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/images/explorer_icons.png rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/explorer_icons.png diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/images/logo_small.png b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/logo_small.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/images/logo_small.png rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/logo_small.png diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/images/pet_store_api.png b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/pet_store_api.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/images/pet_store_api.png rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/pet_store_api.png diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/images/throbber.gif b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/throbber.gif similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/images/throbber.gif rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/throbber.gif diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/images/wordnik_api.png b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/wordnik_api.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/images/wordnik_api.png rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/wordnik_api.png diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/index.html b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/index.html similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/index.html rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/index.html diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.contentWindow.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.contentWindow.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.contentWindow.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.contentWindow.min.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.min.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/backbone-min.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/backbone-min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/backbone-min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/backbone-min.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/handlebars-2.0.0.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/handlebars-2.0.0.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/handlebars-2.0.0.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/handlebars-2.0.0.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/highlight.7.3.pack.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/highlight.7.3.pack.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/highlight.7.3.pack.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/highlight.7.3.pack.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery-1.8.0.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery-1.8.0.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery-1.8.0.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery-1.8.0.min.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.wiggle.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.wiggle.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.wiggle.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.wiggle.min.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/marked.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/marked.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/marked.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/marked.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/shred.bundle.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/shred.bundle.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/shred.bundle.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/shred.bundle.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/shred/content.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/shred/content.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/shred/content.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/shred/content.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-client.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-client.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-client.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-client.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-oauth.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-oauth.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-oauth.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-oauth.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/underscore-min.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/underscore-min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/lib/underscore-min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/underscore-min.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/o2c.html b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/o2c.html similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/o2c.html rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/o2c.html diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.js diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.min.js diff --git a/apiroute/apiroute-service/src/main/resources/banner.txt b/msb-core/apiroute/apiroute-service/src/main/resources/banner.txt similarity index 100% rename from apiroute/apiroute-service/src/main/resources/banner.txt rename to msb-core/apiroute/apiroute-service/src/main/resources/banner.txt diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/css/animate.min.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/css/animate.min.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/css/animate.min.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/css/animate.min.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/css/metrics.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/css/metrics.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/css/metrics.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/css/metrics.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/loadi18nApp_iui-metrics_view.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/loadi18nApp_iui-metrics_view.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/loadi18nApp_iui-metrics_view.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/loadi18nApp_iui-metrics_view.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-en-US.properties b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-en-US.properties similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-en-US.properties rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-en-US.properties diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/img/loading-spinner-grey.gif b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/img/loading-spinner-grey.gif similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/img/loading-spinner-grey.gif rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/img/loading-spinner-grey.gif diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/img/netnumenLogo.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/img/netnumenLogo.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/img/netnumenLogo.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/img/netnumenLogo.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/img/throbber.gif b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/img/throbber.gif similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/img/throbber.gif rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/img/throbber.gif diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/index.html b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/index.html similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/index.html rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/index.html diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/avalon.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/avalon.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/avalon.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/avalon.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap-dt.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap-dt.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap-dt.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap-dt.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap.min.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap.min.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap.min.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap.min.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap2-typeahead.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap2-typeahead.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap2-typeahead.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap2-typeahead.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/jquery.dataTables.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/jquery.dataTables.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/jquery.dataTables.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/jquery.dataTables.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/echarts/echarts-all.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/echarts/echarts-all.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/echarts/echarts-all.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/echarts/echarts-all.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css.map b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css.map similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css.map rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css.map diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.min.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.min.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.min.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.min.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/FontAwesome.otf b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/FontAwesome.otf similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/FontAwesome.otf rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/FontAwesome.otf diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.eot b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.eot similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.eot rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.eot diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.svg b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.svg similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.svg rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.svg diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.ttf b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.ttf rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.ttf diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff2 b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff2 similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff2 rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff2 diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/animated.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/animated.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/animated.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/animated.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/bordered-pulled.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/bordered-pulled.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/bordered-pulled.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/bordered-pulled.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/core.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/core.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/core.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/core.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/fixed-width.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/fixed-width.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/fixed-width.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/fixed-width.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/font-awesome.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/font-awesome.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/font-awesome.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/font-awesome.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/icons.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/icons.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/icons.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/icons.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/larger.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/larger.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/larger.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/larger.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/list.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/list.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/list.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/list.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/mixins.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/mixins.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/mixins.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/mixins.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/path.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/path.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/path.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/path.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/rotated-flipped.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/rotated-flipped.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/rotated-flipped.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/rotated-flipped.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/stacked.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/stacked.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/stacked.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/stacked.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/variables.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/variables.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/variables.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/variables.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_animated.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_animated.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_animated.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_animated.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_bordered-pulled.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_bordered-pulled.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_bordered-pulled.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_bordered-pulled.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_core.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_core.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_core.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_core.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_fixed-width.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_fixed-width.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_fixed-width.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_fixed-width.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_icons.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_icons.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_icons.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_icons.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_larger.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_larger.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_larger.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_larger.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_list.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_list.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_list.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_list.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_mixins.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_mixins.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_mixins.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_mixins.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_path.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_path.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_path.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_path.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_rotated-flipped.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_rotated-flipped.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_rotated-flipped.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_rotated-flipped.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_stacked.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_stacked.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_stacked.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_stacked.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_variables.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_variables.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_variables.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_variables.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/font-awesome.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/font-awesome.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/font-awesome.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/font-awesome.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.contentWindow.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.contentWindow.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.contentWindow.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.contentWindow.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/images/sort_both.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/images/sort_both.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/images/sort_both.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/images/sort_both.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery.i18n/jquery.i18n.properties-1.0.9.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery.i18n/jquery.i18n.properties-1.0.9.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery.i18n/jquery.i18n.properties-1.0.9.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery.i18n/jquery.i18n.properties-1.0.9.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery/jquery-1.10.2.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery/jquery-1.10.2.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery/jquery-1.10.2.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery/jquery-1.10.2.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsChart.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsChart.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsChart.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsChart.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsController.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsController.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsController.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsController.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsUtil.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsUtil.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsUtil.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsUtil.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/css/animate.min.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/css/animate.min.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/css/animate.min.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/css/animate.min.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/css/newRoute.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/css/newRoute.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/css/newRoute.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/css/newRoute.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/css/route.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/css/route.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/css/route.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/css/route.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/default.html b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/default.html similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/default.html rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/default.html diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/i18n/loadi18nApp_iui-route_view.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/loadi18nApp_iui-route_view.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/i18n/loadi18nApp_iui-route_view.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/loadi18nApp_iui-route_view.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-checked.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-checked.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-checked.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-checked.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-init.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-init.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-init.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-init.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/conductor-logo.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/conductor-logo.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/conductor-logo.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/conductor-logo.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/details_close.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/details_close.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/details_close.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/details_close.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/details_open.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/details_open.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/details_open.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/details_open.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/down.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/down.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/down.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/down.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/loading-spinner-grey.gif b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/loading-spinner-grey.gif similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/loading-spinner-grey.gif rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/loading-spinner-grey.gif diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/logo.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/logo.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/logo.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/logo.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/netnumenLogo.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/netnumenLogo.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/netnumenLogo.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/netnumenLogo.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/sidebar-toggler-grey.jpg b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/sidebar-toggler-grey.jpg similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/sidebar-toggler-grey.jpg rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/sidebar-toggler-grey.jpg diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/throbber.gif b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/throbber.gif similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/throbber.gif rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/throbber.gif diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/up.png b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/up.png similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/up.png rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/up.png diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/img/zte_logo_16.gif b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/zte_logo_16.gif similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/img/zte_logo_16.gif rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/zte_logo_16.gif diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/index.html b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/index.html similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/index.html rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/index.html diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/avalon.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/avalon.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/avalon.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/avalon.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/bootbox/bootbox.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootbox/bootbox.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/bootbox/bootbox.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootbox/bootbox.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap-growl.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap-growl.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap-growl.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap-growl.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap-dt.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap-dt.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap-dt.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap-dt.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap.min.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap.min.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap.min.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap.min.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap2-typeahead.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap2-typeahead.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap2-typeahead.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap2-typeahead.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/jquery.dataTables.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/jquery.dataTables.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/jquery.dataTables.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/jquery.dataTables.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css.map b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css.map similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css.map rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css.map diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.min.css b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.min.css similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.min.css rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.min.css diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/FontAwesome.otf b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/FontAwesome.otf similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/FontAwesome.otf rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/FontAwesome.otf diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.eot b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.eot similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.eot rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.eot diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.svg b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.svg similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.svg rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.svg diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.ttf b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.ttf rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.ttf diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff2 b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff2 similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff2 rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff2 diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/animated.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/animated.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/animated.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/animated.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/bordered-pulled.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/bordered-pulled.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/bordered-pulled.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/bordered-pulled.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/core.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/core.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/core.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/core.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/fixed-width.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/fixed-width.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/fixed-width.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/fixed-width.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/font-awesome.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/font-awesome.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/font-awesome.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/font-awesome.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/icons.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/icons.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/icons.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/icons.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/larger.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/larger.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/larger.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/larger.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/list.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/list.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/list.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/list.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/mixins.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/mixins.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/mixins.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/mixins.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/path.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/path.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/path.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/path.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/rotated-flipped.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/rotated-flipped.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/rotated-flipped.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/rotated-flipped.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/stacked.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/stacked.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/stacked.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/stacked.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/variables.less b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/variables.less similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/variables.less rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/variables.less diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_animated.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_animated.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_animated.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_animated.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_bordered-pulled.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_bordered-pulled.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_bordered-pulled.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_bordered-pulled.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_core.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_core.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_core.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_core.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_fixed-width.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_fixed-width.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_fixed-width.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_fixed-width.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_icons.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_icons.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_icons.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_icons.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_larger.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_larger.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_larger.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_larger.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_list.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_list.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_list.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_list.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_mixins.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_mixins.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_mixins.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_mixins.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_rotated-flipped.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_rotated-flipped.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_rotated-flipped.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_rotated-flipped.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_stacked.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_stacked.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_stacked.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_stacked.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_variables.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_variables.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_variables.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_variables.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/font-awesome.scss b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/font-awesome.scss similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/font-awesome.scss rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/font-awesome.scss diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.contentWindow.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.contentWindow.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.contentWindow.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.contentWindow.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery.i18n/jquery.i18n.properties-1.0.9.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery.i18n/jquery.i18n.properties-1.0.9.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery.i18n/jquery.i18n.properties-1.0.9.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery.i18n/jquery.i18n.properties-1.0.9.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery/jquery-1.10.2.min.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery/jquery-1.10.2.min.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery/jquery-1.10.2.min.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery/jquery-1.10.2.min.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/routeController.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/routeController.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/routeController.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/routeController.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/routeFunc.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/routeFunc.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/routeFunc.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/routeFunc.js diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/routeUtil.js b/msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/routeUtil.js similarity index 100% rename from apiroute/apiroute-service/src/main/resources/iui-route/js/routeUtil.js rename to msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/routeUtil.js diff --git a/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/ApiRouteServiceWrapperTest.java b/msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/ApiRouteServiceWrapperTest.java similarity index 100% rename from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/ApiRouteServiceWrapperTest.java rename to msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/ApiRouteServiceWrapperTest.java diff --git a/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/CustomRouteServiceWrapperTest.java b/msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/CustomRouteServiceWrapperTest.java similarity index 100% rename from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/CustomRouteServiceWrapperTest.java rename to msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/CustomRouteServiceWrapperTest.java diff --git a/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/IuiRouteServiceWrapperTest.java b/msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/IuiRouteServiceWrapperTest.java similarity index 100% rename from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/IuiRouteServiceWrapperTest.java rename to msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/IuiRouteServiceWrapperTest.java diff --git a/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/MicroServiceWrapperTest.java b/msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/MicroServiceWrapperTest.java similarity index 100% rename from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/MicroServiceWrapperTest.java rename to msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/MicroServiceWrapperTest.java diff --git a/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/JacksonJsonUtilTest.java b/msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/JacksonJsonUtilTest.java similarity index 100% rename from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/JacksonJsonUtilTest.java rename to msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/JacksonJsonUtilTest.java diff --git a/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RegExpTestUtilTest.java b/msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RegExpTestUtilTest.java similarity index 100% rename from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RegExpTestUtilTest.java rename to msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RegExpTestUtilTest.java diff --git a/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RouteUtilTest.java b/msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RouteUtilTest.java similarity index 100% rename from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RouteUtilTest.java rename to msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RouteUtilTest.java diff --git a/apiroute/apiroute-standalone/pom.xml b/msb-core/apiroute/apiroute-standalone/pom.xml similarity index 100% rename from apiroute/apiroute-standalone/pom.xml rename to msb-core/apiroute/apiroute-standalone/pom.xml diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.exe b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.exe similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.exe rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.exe diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.xml b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.xml similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.xml rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.xml diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/conf/apiroute.yml b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/conf/apiroute.yml similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/conf/apiroute.yml rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/conf/apiroute.yml diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/readme.txt b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/readme.txt similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/readme.txt rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/readme.txt diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc1.json b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc1.json similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc1.json rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc1.json diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc2.json b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc2.json similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc2.json rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc2.json diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initUrlRootPath/initUrlRootPath.json b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initUrlRootPath/initUrlRootPath.json similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initUrlRootPath/initUrlRootPath.json rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initUrlRootPath/initUrlRootPath.json diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/initVisualRangeMatches.json b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/initVisualRangeMatches.json similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/initVisualRangeMatches.json rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/initVisualRangeMatches.json diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/readme.txt b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/readme.txt similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/readme.txt rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/readme.txt diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/find_kill_process.bat b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/find_kill_process.bat similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/find_kill_process.bat rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/find_kill_process.bat diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.bat b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.bat similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.bat rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.bat diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.sh b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.sh similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.sh rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.sh diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.bat b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.bat similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.bat rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.bat diff --git a/apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.sh b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.sh similarity index 100% rename from apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.sh rename to msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.sh diff --git a/apiroute/pom.xml b/msb-core/apiroute/pom.xml similarity index 100% rename from apiroute/pom.xml rename to msb-core/apiroute/pom.xml diff --git a/msb-core/distributions/pom.xml b/msb-core/distributions/pom.xml new file mode 100644 index 0000000..c899f71 --- /dev/null +++ b/msb-core/distributions/pom.xml @@ -0,0 +1,40 @@ + + + + + org.openo.msb.msb-core + msb-core-parent + 1.0.0-SNAPSHOT + + 4.0.0 + org.openo.msb.msb-core + distributions-parent + openo/msb/msb-core/distributions-parent + pom + 1.0.0-SNAPSHOT + + + standalone + + + + target/version + src/main/docker + + + diff --git a/msb-core/distributions/standalone/pom.xml b/msb-core/distributions/standalone/pom.xml new file mode 100644 index 0000000..3d2de6b --- /dev/null +++ b/msb-core/distributions/standalone/pom.xml @@ -0,0 +1,311 @@ + + + + + org.openo.msb.msb-core + distributions-parent + 1.0.0-SNAPSHOT + + 4.0.0 + org.openo.msb.msb-core.distributions + msb-core-standalone + openo/msb/msb-core/distributions/standalone + pom + 1.0.0-SNAPSHOT + + + msb-standalone + linux64 + win64 + target/assembly/${linux64id} + target/assembly/${win64id} + + + + + org.openo.msb.msb-core.apiroute + apiroute-standalone + ${project.version} + zip + true + + + + org.openo.msb.msb-core + redis + zip + win64 + ${project.version} + true + + + org.openo.msb.msb-core + redis + tar.gz + linux64 + ${project.version} + true + + + org.openo.msb.msb-core + redis-ext + zip + ${project.version} + true + + + + org.openo.msb.msb-core + openresty + zip + win64 + ${project.version} + true + + + org.openo.msb.msb-core + openresty + tar.gz + linux64 + ${project.version} + true + + + + org.openo.msb.msb-core + openresty-ext + zip + ${project.version} + true + + + + + + + + + maven-resources-plugin + + + copy-resources-dockerfile + prepare-package + + copy-resources + + + ${version.output} + true + + + ${dockerFileDir} + false + + **/* + + + + true + + + + copy-msb-resources-${linux64id} + prepare-package + + copy-resources + + + ${linux64outputdir} + true + + + src/assembly/resource/ + false + + **/* + + + **/*.bat + + + + true + + + + + copy-msb-resources-${win64id} + prepare-package + + copy-resources + + + ${win64outputdir} + true + + + src/assembly/resource/ + false + + **/* + + + **/*.sh + + + + true + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpacktolinux64 + + unpack + + prepare-package + + + + org.openo.msb.msb-core.apiroute + apiroute-standalone + zip + + + org.openo.msb.msb-core + redis + tar.gz + linux64 + + + org.openo.msb.msb-core + redis-ext + zip + + + org.openo.msb.msb-core + openresty + tar.gz + linux64 + + + org.openo.msb.msb-core + openresty-ext + zip + + + **/*.bat,*.cmd + ${linux64outputdir} + false + true + true + + + + unpacktowin64 + + unpack + + prepare-package + + + + org.openo.msb.msb-core.apiroute + apiroute-standalone + zip + + + org.openo.msb.msb-core + redis + zip + win64 + + + org.openo.msb.msb-core + redis-ext + zip + + + org.openo.msb.msb-core + openresty + zip + win64 + + + org.openo.msb.msb-core + openresty-ext + zip + + + *.sh,*/*.sh,*/*/*.sh + ${win64outputdir} + false + true + true + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + distribution + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msb-core/distributions/standalone/src/assembly/resource/servicesInstall.bat b/msb-core/distributions/standalone/src/assembly/resource/servicesInstall.bat new file mode 100644 index 0000000..f7b3b24 --- /dev/null +++ b/msb-core/distributions/standalone/src/assembly/resource/servicesInstall.bat @@ -0,0 +1,34 @@ +@REM +@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM +@echo off +title msb install services + +set RUNHOME=%~dp0 + +echo ### install redis +cd "%RUNHOME%\redis" +redisService.exe install + +echo ### install apiroute +cd "%RUNHOME%\apiroute" +apirouteService.exe install + +echo ### install openresty +cd "%RUNHOME%\openresty\nginx" +openrestyService.exe install + +:finalend +cd "%RUNHOME%" \ No newline at end of file diff --git a/msb-core/distributions/standalone/src/assembly/resource/servicesRestart.bat b/msb-core/distributions/standalone/src/assembly/resource/servicesRestart.bat new file mode 100644 index 0000000..4b28af8 --- /dev/null +++ b/msb-core/distributions/standalone/src/assembly/resource/servicesRestart.bat @@ -0,0 +1,34 @@ +@REM +@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM +@echo off +title msb restart services + +set RUNHOME=%~dp0 + +echo ### restart redis +cd "%RUNHOME%\redis" +redisService.exe restart + +echo ### restart apiroute +cd "%RUNHOME%\apiroute" +apirouteService.exe restart + +echo ### restart openresty +cd "%RUNHOME%\openresty\nginx" +openrestyService.exe restart + +:finalend +cd "%RUNHOME%" \ No newline at end of file diff --git a/msb-core/distributions/standalone/src/assembly/resource/servicesStatus.bat b/msb-core/distributions/standalone/src/assembly/resource/servicesStatus.bat new file mode 100644 index 0000000..138fd03 --- /dev/null +++ b/msb-core/distributions/standalone/src/assembly/resource/servicesStatus.bat @@ -0,0 +1,34 @@ +@REM +@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM +@echo off +title msb status services + +set RUNHOME=%~dp0 + +echo ### status redis +cd "%RUNHOME%\redis" +redisService.exe status + +echo ### status apiroute +cd "%RUNHOME%\apiroute" +apirouteService.exe status + +echo ### status openresty +cd "%RUNHOME%\openresty\nginx" +openrestyService.exe status + +:finalend +cd "%RUNHOME%" \ No newline at end of file diff --git a/msb-core/distributions/standalone/src/assembly/resource/servicesUninstall.bat b/msb-core/distributions/standalone/src/assembly/resource/servicesUninstall.bat new file mode 100644 index 0000000..b1cd76e --- /dev/null +++ b/msb-core/distributions/standalone/src/assembly/resource/servicesUninstall.bat @@ -0,0 +1,37 @@ +@REM +@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM +@echo off +title msb uninstall services + +set RUNHOME=%~dp0 + +echo ### uninstall redis +cd "%RUNHOME%\redis" +redisService.exe stop +redisService.exe uninstall + +echo ### uninstall apiroute +cd "%RUNHOME%\apiroute" +apirouteService.exe stop +apirouteService.exe uninstall + +echo ### uninstall openresty +cd "%RUNHOME%\openresty\nginx" +openrestyService.exe stop +openrestyService.exe uninstall + +:finalend +cd "%RUNHOME%" \ No newline at end of file diff --git a/msb-core/distributions/standalone/src/assembly/resource/shutdown.bat b/msb-core/distributions/standalone/src/assembly/resource/shutdown.bat new file mode 100644 index 0000000..c304747 --- /dev/null +++ b/msb-core/distributions/standalone/src/assembly/resource/shutdown.bat @@ -0,0 +1,37 @@ +@REM +@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM +@echo off +title stopping msb + +set RUNHOME=%~dp0 +echo ##RUNHOME %RUNHOME% + +rem dir /B /S stop.bat > %~dp0\stop.tmp +rem For /f %%i in (%~dp0\stop.tmp) DO start %%i + +echo ### Stopping openresty +start /D %RUNHOME%openresty stop.bat + +echo ### Stopping apiroute +start /D %RUNHOME%apiroute stop.bat + +echo ### Stopping redis +start /D %RUNHOME%redis stop.bat + +echo "Closing signal has been sent!"; +echo "Stopping in background,wait for a moment"; +rem del stop.tmp +:finalend \ No newline at end of file diff --git a/msb-core/distributions/standalone/src/assembly/resource/shutdown.sh b/msb-core/distributions/standalone/src/assembly/resource/shutdown.sh new file mode 100644 index 0000000..653eef4 --- /dev/null +++ b/msb-core/distributions/standalone/src/assembly/resource/shutdown.sh @@ -0,0 +1,39 @@ +#!/bin/sh +# +# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +DIRNAME=`dirname $0` +RUNHOME=`cd $DIRNAME/; pwd` +echo @RUNHOME@ $RUNHOME + +echo "### Stopping openresty..."; +# nohup ./startup.sh >>./nohup.log 2>&1 & +cd ./openresty +./stop.sh & +cd $RUNHOME + +echo "\n\n### Stopping apiroute" +cd ./apiroute +./stop.sh & +cd $RUNHOME + +echo "### Stopping redis"; +cd ./redis +./stop.sh & +cd $RUNHOME + +echo "Closing signal has been sent!"; +echo "Stopping in background,wait for a moment"; +sleep 3; \ No newline at end of file diff --git a/msb-core/distributions/standalone/src/assembly/resource/startup.bat b/msb-core/distributions/standalone/src/assembly/resource/startup.bat new file mode 100644 index 0000000..7373d05 --- /dev/null +++ b/msb-core/distributions/standalone/src/assembly/resource/startup.bat @@ -0,0 +1,39 @@ +@REM +@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM +@echo off +title msb + +set RUNHOME=%~dp0 +echo ##RUNHOME %RUNHOME% + +rem dir /B /S run.bat > %~dp0\run.tmp +rem For /f %%i in (%~dp0\run.tmp) DO start %%i + +echo ### Starting redis +start /D %RUNHOME%redis run.bat + +echo ### Starting apiroute +start /D %RUNHOME%apiroute run.bat run + +echo ### Starting openresty +start /D %RUNHOME%openresty run.bat + +echo Startup will be finished in background... +echo + Run "start .\apiroute-works\logs\application.log" to see what's happening +echo + Wait a minute +echo + Open "http://" in your browser to access the microservice bus ! +rem del run.tmp +:finalend \ No newline at end of file diff --git a/msb-core/distributions/standalone/src/assembly/resource/startup.sh b/msb-core/distributions/standalone/src/assembly/resource/startup.sh new file mode 100644 index 0000000..1d785ce --- /dev/null +++ b/msb-core/distributions/standalone/src/assembly/resource/startup.sh @@ -0,0 +1,45 @@ +#!/bin/sh +# +# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +DIRNAME=`dirname $0` +RUNHOME=`cd $DIRNAME/; pwd` +echo @RUNHOME@ $RUNHOME + +echo "### Starting redis"; +#nohup ./wso2bps/bin/wso2server.sh >>./OpenTOSCA/nohup.log 2>&1 & +cd ./redis +./run.sh & +cd $RUNHOME + + +echo "\n\n### Starting apiroute" +cd ./apiroute +./run.sh & +cd $RUNHOME + + +echo "### Starting openresty..."; +# nohup ./startup.sh >>./nohup.log 2>&1 & +cd ./openresty +./run.sh & +cd $RUNHOME + + +echo "Startup will be finished in background..."; +echo " + Run 'tail ./apiroute-works/logs/application.log -f' to see what's happening"; +echo " + Wait a minute"; +echo " + Open 'http://' in your browser to access the microservice bus +stem"; diff --git a/msb-core/distributions/standalone/src/assembly/resource/startup4docker.sh b/msb-core/distributions/standalone/src/assembly/resource/startup4docker.sh new file mode 100644 index 0000000..134f1fe --- /dev/null +++ b/msb-core/distributions/standalone/src/assembly/resource/startup4docker.sh @@ -0,0 +1,33 @@ +#!/bin/sh +# +# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +DIRNAME=`dirname $0` +RUNHOME=`cd $DIRNAME/; pwd` +echo @RUNHOME@ $RUNHOME + +echo "### Starting redis..."; +cd ./redis +./run.sh +cd $RUNHOME + +echo "\n\n### Starting openresty..."; +cd ./openresty +./run.sh +cd $RUNHOME + +echo "\n\n### Starting apiroute..." +cd ./apiroute +./run.sh diff --git a/msb-core/distributions/standalone/src/main/docker/Dockerfile b/msb-core/distributions/standalone/src/main/docker/Dockerfile new file mode 100644 index 0000000..8023ff4 --- /dev/null +++ b/msb-core/distributions/standalone/src/main/docker/Dockerfile @@ -0,0 +1,5 @@ +FROM java:8-alpine +ADD msb-standalone-1.0.0-SNAPSHOT-linux64.tar.gz /opt/application +WORKDIR /opt/application +EXPOSE 10080 +ENTRYPOINT exec $PWD/startup4docker.sh \ No newline at end of file diff --git a/openresty-ext/pom.xml b/msb-core/openresty-ext/pom.xml similarity index 100% rename from openresty-ext/pom.xml rename to msb-core/openresty-ext/pom.xml diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/conf/mime.types b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/mime.types similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/conf/mime.types rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/mime.types diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/dao.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/dao.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/dao.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/dao.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/db_access.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/db_access.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/db_access.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/db_access.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/redis_db.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/redis_db.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/redis_db.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/redis_db.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/tools/db_cache.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/tools/db_cache.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/tools/db_cache.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/tools/db_cache.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/log_util.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/log_util.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/log_util.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/log_util.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/svc_util.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/svc_util.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/svc_util.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/svc_util.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/table_util.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/table_util.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/table_util.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/table_util.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/balancer.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/balancer.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/balancer.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/balancer.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/policy/roundrobin.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/policy/roundrobin.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/policy/roundrobin.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/policy/roundrobin.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/log/logger.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/log/logger.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/log/logger.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/log/logger.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/commonrewrite.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/commonrewrite.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/commonrewrite.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/commonrewrite.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/customrewrite.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/customrewrite.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/customrewrite.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/customrewrite.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/luaext/vendor/shcache.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/vendor/shcache.lua similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/luaext/vendor/shcache.lua rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/vendor/shcache.lua diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext-mount/README.md b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext-mount/README.md similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext-mount/README.md rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext-mount/README.md diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext/README.md b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext/README.md similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext/README.md rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext/README.md diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msb.conf b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msb.conf similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msb.conf rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msb.conf diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.exe b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.exe similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.exe rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.exe diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.xml b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.xml similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.xml rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.xml diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled-mount/README.md b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled-mount/README.md similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled-mount/README.md rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled-mount/README.md diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/README.md b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/README.md similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/README.md rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/README.md diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/stream-enabled/placeholder.txt b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/stream-enabled/placeholder.txt similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/nginx/stream-enabled/placeholder.txt rename to msb-core/openresty-ext/src/assembly/resources/openresty/nginx/stream-enabled/placeholder.txt diff --git a/openresty-ext/src/assembly/resources/openresty/reload.sh b/msb-core/openresty-ext/src/assembly/resources/openresty/reload.sh similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/reload.sh rename to msb-core/openresty-ext/src/assembly/resources/openresty/reload.sh diff --git a/openresty-ext/src/assembly/resources/openresty/run.bat b/msb-core/openresty-ext/src/assembly/resources/openresty/run.bat similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/run.bat rename to msb-core/openresty-ext/src/assembly/resources/openresty/run.bat diff --git a/openresty-ext/src/assembly/resources/openresty/run.sh b/msb-core/openresty-ext/src/assembly/resources/openresty/run.sh similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/run.sh rename to msb-core/openresty-ext/src/assembly/resources/openresty/run.sh diff --git a/openresty-ext/src/assembly/resources/openresty/run4docker.sh b/msb-core/openresty-ext/src/assembly/resources/openresty/run4docker.sh similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/run4docker.sh rename to msb-core/openresty-ext/src/assembly/resources/openresty/run4docker.sh diff --git a/openresty-ext/src/assembly/resources/openresty/stop.bat b/msb-core/openresty-ext/src/assembly/resources/openresty/stop.bat similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/stop.bat rename to msb-core/openresty-ext/src/assembly/resources/openresty/stop.bat diff --git a/openresty-ext/src/assembly/resources/openresty/stop.sh b/msb-core/openresty-ext/src/assembly/resources/openresty/stop.sh similarity index 100% rename from openresty-ext/src/assembly/resources/openresty/stop.sh rename to msb-core/openresty-ext/src/assembly/resources/openresty/stop.sh diff --git a/openresty/pom.xml b/msb-core/openresty/pom.xml similarity index 77% rename from openresty/pom.xml rename to msb-core/openresty/pom.xml index 97f311f..69765f0 100644 --- a/openresty/pom.xml +++ b/msb-core/openresty/pom.xml @@ -34,7 +34,6 @@ openresty-1.9.15.1-linux64 - openresty-1.9.14.1001-win32 openresty-1.9.14.1001-win64 @@ -59,22 +58,6 @@ - - attach-artifacts-win32 - package - - attach-artifact - - - - - src/assembly/resources/${openresty.win32.version}.zip - win32 - zip - - - - attach-artifacts-win64 package diff --git a/openresty/src/assembly/resources/openresty-1.9.14.1001-win32.zip b/msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win32.zip similarity index 100% rename from openresty/src/assembly/resources/openresty-1.9.14.1001-win32.zip rename to msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win32.zip diff --git a/openresty/src/assembly/resources/openresty-1.9.14.1001-win64.zip b/msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win64.zip similarity index 100% rename from openresty/src/assembly/resources/openresty-1.9.14.1001-win64.zip rename to msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win64.zip diff --git a/openresty/src/assembly/resources/openresty-1.9.15.1-linux64.tar.gz b/msb-core/openresty/src/assembly/resources/openresty-1.9.15.1-linux64.tar.gz similarity index 100% rename from openresty/src/assembly/resources/openresty-1.9.15.1-linux64.tar.gz rename to msb-core/openresty/src/assembly/resources/openresty-1.9.15.1-linux64.tar.gz diff --git a/msb-core/pom.xml b/msb-core/pom.xml new file mode 100644 index 0000000..ef170cb --- /dev/null +++ b/msb-core/pom.xml @@ -0,0 +1,41 @@ + + + + + + org.openo.msb + msb-core-root + 1.0.0-SNAPSHOT + + + 4.0.0 + org.openo.msb.msb-core + msb-core-parent + 1.0.0-SNAPSHOT + openo/msb/msb-core-parent + pom + + openresty + openresty-ext + redis + redis-ext + apiroute + distributions + + + \ No newline at end of file diff --git a/msb-core/redis-ext/pom.xml b/msb-core/redis-ext/pom.xml new file mode 100644 index 0000000..907b690 --- /dev/null +++ b/msb-core/redis-ext/pom.xml @@ -0,0 +1,97 @@ + + + + + + org.openo.msb.msb-core + msb-core-parent + 1.0.0-SNAPSHOT + + + + 4.0.0 + org.openo.msb.msb-core + redis-ext + 1.0.0-SNAPSHOT + openo/msb/msb-core/redis-ext + pom + + + target/assembly + redis-ext + + + + + + maven-resources-plugin + + true + + + + copy-resources + process-resources + + copy-resources + + + ${outputdir} + + + src/assembly/resources/ + false + + **/* + + + + true + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + distribution + package + + run + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/msb-core/redis-ext/src/assembly/resources/redis-works/placeholder.txt b/msb-core/redis-ext/src/assembly/resources/redis-works/placeholder.txt new file mode 100644 index 0000000..e69de29 diff --git a/msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.bat b/msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.bat new file mode 100644 index 0000000..b391f28 --- /dev/null +++ b/msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.bat @@ -0,0 +1,41 @@ +@REM +@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM +@echo off +title close redis-server +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +set DIRNAME=. + +if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% + +set HOME=%DIRNAME% +set _REDISCLIENT=%DIRNAME%redis-cli.exe + + +echo ================Redis config info ============================================= +echo Redis_HOME=$HOME +echo TIP:This shell script rewrite the AOF file in the background! +echo =============================================================================== + + +cd /d "%HOME%" +echo @WORK_DIR@%HOME% +echo @C_CMD@ "%_REDISCLIENT% -p 6379 BGREWRITEAOF" +%_REDISCLIENT% -p 6379 BGREWRITEAOF +echo closing signal has been sent,stopping in background,WAIT... +timeout /t 2 /nobreak > nul +exit diff --git a/msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.sh b/msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.sh new file mode 100644 index 0000000..e401021 --- /dev/null +++ b/msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.sh @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +DIRNAME=`dirname $0` +HOME=`cd $DIRNAME/; pwd` +_REDISCLIENT="$HOME/redis-cli" + +echo ===================== Redis info ============================================= +echo Redis_HOME=$HOME +echo TIP:This shell script rewrite the AOF file in the background! +echo =============================================================================== +cd $HOME; pwd + +echo @C_CMD@ $_REDISCLIENT -p 6379 BGREWRITEAOF +$_REDISCLIENT -p 6379 BGREWRITEAOF diff --git a/msb-core/redis-ext/src/assembly/resources/redis/redisService.exe b/msb-core/redis-ext/src/assembly/resources/redis/redisService.exe new file mode 100644 index 0000000..c6e8fc2 Binary files /dev/null and b/msb-core/redis-ext/src/assembly/resources/redis/redisService.exe differ diff --git a/msb-core/redis-ext/src/assembly/resources/redis/redisService.xml b/msb-core/redis-ext/src/assembly/resources/redis/redisService.xml new file mode 100644 index 0000000..2083a69 --- /dev/null +++ b/msb-core/redis-ext/src/assembly/resources/redis/redisService.xml @@ -0,0 +1,13 @@ + + msb_redis + msb_redis + This service runs redis. + %BASE% + + redis-server.exe + redis.conf + redis-cli.exe + shutdown + rotate + + \ No newline at end of file diff --git a/msb-core/redis-ext/src/assembly/resources/redis/run.bat b/msb-core/redis-ext/src/assembly/resources/redis/run.bat new file mode 100644 index 0000000..ad443ed --- /dev/null +++ b/msb-core/redis-ext/src/assembly/resources/redis/run.bat @@ -0,0 +1,47 @@ +@REM +@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM +@echo off +title redis-server +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +set DIRNAME=. + +if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% + +set HOME=%DIRNAME% +set _REDISCMD=%DIRNAME%redis-server.exe +set _REDISCONF=%DIRNAME%redis.conf + + +echo ================Redis config info ============================================= +echo Redis_HOME=%HOME% +echo config file=$_REDISCONF +echo Help:use $_REDISCMD --help for help +echo =============================================================================== + + +cd /d "%HOME%" +echo @WORK_DIR@%HOME% +echo @C_CMD@ "%_REDISCMD% %_REDISCONF%" +%_REDISCMD% %_REDISCONF% +IF ERRORLEVEL 1 goto showerror +exit +:showerror +echo WARNING: Error occurred during startup or Server abnormally stopped by way of killing the process,Please check! +echo After checking, press any key to close +pause +exit diff --git a/msb-core/redis-ext/src/assembly/resources/redis/run.sh b/msb-core/redis-ext/src/assembly/resources/redis/run.sh new file mode 100644 index 0000000..c20798d --- /dev/null +++ b/msb-core/redis-ext/src/assembly/resources/redis/run.sh @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +DIRNAME=`dirname $0` +HOME=`cd $DIRNAME/; pwd` +_REDISCMD="$HOME/redis-server" +_REDISCONF="$HOME/redis.conf" + +echo =========== Redis config info ============================================= +echo Redis_HOME=$HOME +echo config file=$_REDISCONF +echo Help:use $_REDISCMD --help for help +echo =============================================================================== +cd $HOME; pwd + +echo @C_CMD@ $_REDISCMD $_REDISCONF +$_REDISCMD $_REDISCONF diff --git a/msb-core/redis-ext/src/assembly/resources/redis/run4docker.sh b/msb-core/redis-ext/src/assembly/resources/redis/run4docker.sh new file mode 100644 index 0000000..5640a62 --- /dev/null +++ b/msb-core/redis-ext/src/assembly/resources/redis/run4docker.sh @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +DIRNAME=`dirname $0` +HOME=`cd $DIRNAME/; pwd` +_REDISCMD="$HOME/redis-server" +_REDISCONF="$HOME/redis.conf" + +echo =========== Redis config info ============================================= +echo Redis_HOME=$HOME +echo config file=$_REDISCONF +echo Help:use $_REDISCMD --help for help +echo =============================================================================== +cd $HOME; pwd + +echo @C_CMD@ $_REDISCMD $_REDISCONF --daemonize no +$_REDISCMD $_REDISCONF --daemonize no diff --git a/msb-core/redis-ext/src/assembly/resources/redis/stop.bat b/msb-core/redis-ext/src/assembly/resources/redis/stop.bat new file mode 100644 index 0000000..de4db69 --- /dev/null +++ b/msb-core/redis-ext/src/assembly/resources/redis/stop.bat @@ -0,0 +1,41 @@ +@REM +@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. +@REM +@echo off +title close redis-server +@if not "%ECHO%" == "" echo %ECHO% +@if "%OS%" == "Windows_NT" setlocal + +set DIRNAME=. + +if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% + +set HOME=%DIRNAME% +set _REDISCLIENT=%DIRNAME%redis-cli.exe + + +echo ================Redis config info ============================================= +echo Redis_HOME=$HOME +echo TIP:This shell script close the Redis instance listening on 6379! +echo =============================================================================== + + +cd /d "%HOME%" +echo @WORK_DIR@%HOME% +echo @C_CMD@ "%_REDISCLIENT% -p 6379 shutdown" +%_REDISCLIENT% -p 6379 shutdown +echo closing signal has been sent,stopping in background,WAIT... +timeout /t 2 /nobreak > nul +exit diff --git a/msb-core/redis-ext/src/assembly/resources/redis/stop.sh b/msb-core/redis-ext/src/assembly/resources/redis/stop.sh new file mode 100644 index 0000000..4100b04 --- /dev/null +++ b/msb-core/redis-ext/src/assembly/resources/redis/stop.sh @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +DIRNAME=`dirname $0` +HOME=`cd $DIRNAME/; pwd` +_REDISCLIENT="$HOME/redis-cli" + +echo ===================== Redis info ============================================= +echo Redis_HOME=$HOME +echo TIP:This shell script close the Redis instance listening on 6379! +echo =============================================================================== +cd $HOME; pwd + +echo @C_CMD@ $_REDISCLIENT -p 6379 shutdown +$_REDISCLIENT -p 6379 shutdown diff --git a/msb-core/redis/pom.xml b/msb-core/redis/pom.xml new file mode 100644 index 0000000..5c3930e --- /dev/null +++ b/msb-core/redis/pom.xml @@ -0,0 +1,82 @@ + + + + + + org.openo.msb.msb-core + msb-core-parent + 1.0.0-SNAPSHOT + + + + 4.0.0 + org.openo.msb.msb-core + redis + 1.0.0-SNAPSHOT + openo/msb/msb-core/redis + pom + + + redis-3.2.1-linux64 + redis-3.2.100-win64 + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts-linux64 + package + + attach-artifact + + + + + src/assembly/resources/${redis.linux64.version}.tar.gz + linux64 + tar.gz + + + + + + attach-artifacts-win64 + package + + attach-artifact + + + + + src/assembly/resources/${redis.win64.version}.zip + win64 + zip + + + + + + + + + + \ No newline at end of file diff --git a/msb-core/redis/src/assembly/resources/redis-3.2.1-linux64.tar.gz b/msb-core/redis/src/assembly/resources/redis-3.2.1-linux64.tar.gz new file mode 100644 index 0000000..4328929 Binary files /dev/null and b/msb-core/redis/src/assembly/resources/redis-3.2.1-linux64.tar.gz differ diff --git a/msb-core/redis/src/assembly/resources/redis-3.2.100-win64.zip b/msb-core/redis/src/assembly/resources/redis-3.2.100-win64.zip new file mode 100644 index 0000000..73cf047 Binary files /dev/null and b/msb-core/redis/src/assembly/resources/redis-3.2.100-win64.zip differ diff --git a/msb-parent/README.md b/msb-parent/README.md new file mode 100644 index 0000000..2ef8e06 --- /dev/null +++ b/msb-parent/README.md @@ -0,0 +1,17 @@ +modeldesign-parent +============ + +Root Pom of Project modeldesign + +**modeldesignparent-lite is descripe the maven repo and maven plugin .** + +**modeldesignparent is the parent pom of the this project ,which descripe the dependency Management of the thirdparty Supporting Libraries** + +you can use the following section to reference it . + +~~~ + org.openo.orchestrator.modeldesignparent + modeldesignparent + 1.0.0 +~~~ + diff --git a/msb-parent/msbparent-lite/pom.xml b/msb-parent/msbparent-lite/pom.xml new file mode 100644 index 0000000..a7b68c5 --- /dev/null +++ b/msb-parent/msbparent-lite/pom.xml @@ -0,0 +1,255 @@ + + + + 4.0.0 + + + + org.openo.msb + msbparent-lite + 1.0.0 + pom + msbparent-lite + + + + dav:http://nexus.open-o.com/repos/content/repositories/releases + dav:http://nexus.open-o.com/repos/content/repositories/snapshots + + latest + + UTF-8 + UTF-8 + + + + 1.7 + 1.7 + ${maven.compiler.source} + ${maven.compiler.target} + + + + 1.8 + 3.0.0 + 2.6.1 + 3.3 + 2.6 + 2.10.3 + 3.4 + 2.5.2 + 2.18.1 + + + 2.16 + ${maven.compile.plugin.version} + 1.4 + + + + + + + + releases + ${nexus.repository.release} + + + snapshots + ${nexus.repository.snapshot} + + + + + + + + org.apache.maven.wagon + wagon-ssh + 2.10 + + + org.apache.maven.wagon + wagon-ftp + 2.10 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + false + src/main/resources + + **/* + + + + true + src/main/filters + + **/* + + + + + + false + src/test/resources + + **/* + + + + true + src/test/filters + + **/* + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.4 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.8.1 + + + + + maven-antrun-plugin + ${maven.antrun.plugin.version} + + + + maven-clean-plugin + ${maven.clean.plugin.version} + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + maven-compiler-plugin + ${maven.compile.plugin.version} + + + maven-enforcer-plugin + ${enforcer.version} + + + maven-failsafe-plugin + ${failsafe.version} + + + org.apache.maven.plugins + maven-invoker-plugin + 2.0.0 + + + maven-jar-plugin + ${maven.jar.version} + + + maven-javadoc-plugin + ${maven.javadoc.version} + + + true + + + + attach-javadocs + + jar + + + + + + maven-release-plugin + ${maven.release.version} + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + + org.apache.maven.plugins + maven-plugin-plugin + ${maven.plugin.version} + + + + maven-resources-plugin + 2.7 + + + maven-shade-plugin + 2.4.1 + + + maven-source-plugin + 2.4 + + + attach-sources + + jar-no-fork + + + + + + maven-surefire-plugin + ${maven.surefire.version} + + true + + + + + + + + + + diff --git a/msb-parent/msbparent/pom.xml b/msb-parent/msbparent/pom.xml new file mode 100644 index 0000000..36b6c4f --- /dev/null +++ b/msb-parent/msbparent/pom.xml @@ -0,0 +1,165 @@ + + + + 4.0.0 + + + org.openo.msb + msbparent-lite + 1.0.0 + ../msbparent-lite + + + org.openo.msb + msbparent + pom + msbparent + + + + scm:git:ssh://gerrit.zte.com.cn:29418/paas/wisdom/modeldesign-parent.git + scm:git:ssh://gerrit.zte.com.cn:29418/paas/wisdom/modeldesign-parent.git + HEAD + + + + + + + 0.8.0 + 1.5.3 + 2.7.3 + 1.16.4 + 2.4 + 4.11 + + + + + + + + junit + junit + ${junit.version} + test + + + + + io.dropwizard + dropwizard-core + ${dropwizard.version} + + + + io.dropwizard + dropwizard-assets + ${dropwizard.version} + + + + io.dropwizard + dropwizard-client + ${dropwizard.version} + + + + io.swagger + swagger-jersey2-jaxrs + ${swagger.version} + compile + + + + redis.clients + jedis + ${jedis.version} + + + org.projectlombok + lombok + ${lombok.version} + + + net.sf.json-lib + json-lib + ${json-lib.version} + + + + + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.19.1 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + xml + html + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.5 + + + org.apache.maven.plugins + maven-pmd-plugin + 3.6 + + true + utf-8 + 100 + 1.8 + + + + + + diff --git a/msb-parent/pom.xml b/msb-parent/pom.xml new file mode 100644 index 0000000..d4bedff --- /dev/null +++ b/msb-parent/pom.xml @@ -0,0 +1,53 @@ + + + +4.0.0 + + + org.openo.msb + msbparent-lite + 1.0.0 + msbparent-lite + + +org.openo.msb +msbparent-aggregator +1.0.0 +msbparent-aggregator +pom + + + + msbparent + msbparent-lite + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..34ec0d3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,42 @@ + + + + + + 4.0.0 + + + org.openo.msb + msbparent + 1.0.0 + msb-parent/msbparent + + + + org.openo.msb + msb-core-root + 1.0.0-SNAPSHOT + openo/msb/msb-core-root + pom + + + msb-parent + msb-core + + + \ No newline at end of file