From 9218f99166e126e599e59ca64074d0aaac8c2382 Mon Sep 17 00:00:00 2001 From: dongxiancun Date: Wed, 14 Aug 2019 18:31:43 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20aaa-12=20=E4=BF=9D=E8=AF=81feature-huawei?= =?UTF-8?q?-driver=E8=83=BD=E7=8B=AC=E7=AB=8B=E4=BA=8E=E9=A9=B1=E5=8A=A8?= =?UTF-8?q?=E9=80=82=E9=85=8D=E5=B1=82=E5=8D=B8=E8=BD=BD=E3=80=82=20RCA?= =?UTF-8?q?=EF=BC=9A=20SOL=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA=EF=BC=9A?= =?UTF-8?q?dongxiancun=20=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Adongxiancun?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../driver-layer/drivers/huawei/pom.xml | 1 + .../features/feature-adaptation-layer/pom.xml | 82 ++++++ .../features/features-driver-all/pom.xml | 7 + .../features/huawei-driver/pom.xml | 264 ++++++++---------- ControlPlatform/driver-layer/features/pom.xml | 3 +- 5 files changed, 207 insertions(+), 150 deletions(-) create mode 100644 ControlPlatform/driver-layer/features/feature-adaptation-layer/pom.xml diff --git a/ControlPlatform/driver-layer/drivers/huawei/pom.xml b/ControlPlatform/driver-layer/drivers/huawei/pom.xml index 2fbd6672b..f18782f5e 100644 --- a/ControlPlatform/driver-layer/drivers/huawei/pom.xml +++ b/ControlPlatform/driver-layer/drivers/huawei/pom.xml @@ -44,6 +44,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.groupId} adaptation-layer ${project.version} + provided diff --git a/ControlPlatform/driver-layer/features/feature-adaptation-layer/pom.xml b/ControlPlatform/driver-layer/features/feature-adaptation-layer/pom.xml new file mode 100644 index 000000000..b5cabece8 --- /dev/null +++ b/ControlPlatform/driver-layer/features/feature-adaptation-layer/pom.xml @@ -0,0 +1,82 @@ + + + + + 4.0.0 + + + org.opendaylight.odlparent + single-feature-parent + 3.1.4 + + + + com.cmcc.cmhi + feature-adaptation-layer + 0.1.0 + feature + + CMCC :: CMHI :: AdaptationLayer + + + 1.7.4 + 2.4.4 + 0.12.4 + 1.7.4 + 2.0.6.5 + etc/opendaylight/karaf + + + + + + org.opendaylight.netconf + restconf-artifacts + ${restconf.version} + pom + import + + + + + + + org.opendaylight.netconf + sal-rest-docgen + + + org.opendaylight.yangtools + features-yangtools + features + ${yangtools.version} + xml + + + org.opendaylight.controller + features-mdsal + features + ${controller.mdsal.version} + xml + runtime + + + org.opendaylight.netconf + features-restconf + features + xml + + + + com.cmcc.cmhi + adaptation-layer + ${project.version} + + + diff --git a/ControlPlatform/driver-layer/features/features-driver-all/pom.xml b/ControlPlatform/driver-layer/features/features-driver-all/pom.xml index 5665a42f0..cb2069e46 100644 --- a/ControlPlatform/driver-layer/features/features-driver-all/pom.xml +++ b/ControlPlatform/driver-layer/features/features-driver-all/pom.xml @@ -26,6 +26,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL + + ${project.groupId} + feature-adaptation-layer + ${project.version} + xml + features + ${project.groupId} feature-huawei-driver diff --git a/ControlPlatform/driver-layer/features/huawei-driver/pom.xml b/ControlPlatform/driver-layer/features/huawei-driver/pom.xml index 7e4b91f96..54f35c117 100644 --- a/ControlPlatform/driver-layer/features/huawei-driver/pom.xml +++ b/ControlPlatform/driver-layer/features/huawei-driver/pom.xml @@ -1,161 +1,127 @@ - + -This program and the accompanying materials are made available under the -terms of the Eclipse Public License v1.0 which accompanies this distribution, -and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> - + 4.0.0 - 4.0.0 + + org.opendaylight.odlparent + single-feature-parent + 3.1.4 + + - - org.opendaylight.odlparent - single-feature-parent - 3.1.4 - - + com.cmcc.cmhi + feature-huawei-driver + 0.1.0 + feature - com.cmcc.cmhi - feature-huawei-driver - 0.1.0 - feature + CMCC :: CMHI :: HuaweiDriver - CMCC :: CMHI :: HuaweiDriver + + 1.7.4 + 2.4.4 + 0.12.4 + 1.4.4 + 1.7.4 + 2.0.6.5 + 0.7.4 + 0.7.4 + etc/opendaylight/karaf + - - 1.7.4 - 2.4.4 - 0.12.4 - 1.4.4 - 1.7.4 - 2.0.6.5 - 0.7.4 - 0.7.4 - etc/opendaylight/karaf - + + + + org.opendaylight.netconf + netconf-artifacts + ${netconf.version} + pom + import + + + org.opendaylight.netconf + restconf-artifacts + ${restconf.version} + pom + import + + + - - - - org.opendaylight.netconf - netconf-artifacts - ${netconf.version} - pom - import - - - org.opendaylight.netconf - restconf-artifacts - ${restconf.version} - pom - import - - - + + + org.opendaylight.netconf + sal-rest-docgen + + + org.opendaylight.yangtools + features-yangtools + features + ${yangtools.version} + xml + runtime + + + org.opendaylight.controller + features-mdsal + features + ${controller.mdsal.version} + xml + runtime + + + org.opendaylight.netconf + features-restconf + features + xml + runtime + - - - org.opendaylight.netconf - sal-rest-docgen - ${restconf.version} - - - org.opendaylight.yangtools - features-yangtools - features - ${yangtools.version} - xml + + org.opendaylight.netconf + features-netconf-connector + features + xml + runtime + + + org.opendaylight.netconf + features-netconf + features + xml + runtime + + + + + org.opendaylight.controller + config-manager-facade-xml + 0.8.4 + + - - - org.opendaylight.controller - features-mdsal - features - ${controller.mdsal.version} - xml - runtime - - - org.opendaylight.netconf - features-restconf - features - ${restconf.version} - xml + - - - - org.opendaylight.netconf - features-netconf-connector - features - ${netconf.version} - xml - - - - org.opendaylight.netconf - features-netconf - features - ${netconf.version} - xml - - - - - - org.opendaylight.controller - config-manager-facade-xml - 0.8.4 - - - - - - - com.cmcc.cmhi - huawei-driver - ${project.version} - - + + com.cmcc.cmhi + huawei-driver + ${project.version} + + diff --git a/ControlPlatform/driver-layer/features/pom.xml b/ControlPlatform/driver-layer/features/pom.xml index 1faf4e44d..ec1e9d5a2 100644 --- a/ControlPlatform/driver-layer/features/pom.xml +++ b/ControlPlatform/driver-layer/features/pom.xml @@ -24,7 +24,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL pom - huawei-driver features-driver-all + feature-adaptation-layer + huawei-driver