Remove mdsal-common-util 33/96633/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Jun 2021 18:56:38 +0000 (20:56 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Jun 2021 19:01:48 +0000 (21:01 +0200)
This artifact is completely empty, remove it to prevent confusion.

JIRA: MDSAL-672
Change-Id: Iadc8a7a87f7abe120c5651058cf49d2e70e94021
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
common/mdsal-common-util/pom.xml [deleted file]
common/pom.xml
docs/pom.xml
features/odl-mdsal-common/pom.xml

index b086d1d3ca60970d2f489b4a732c9cc23d91a1d0..ee14be1f03e7a1b3aa7c2b119f90b056ea21c938 100644 (file)
                 <artifactId>mdsal-common-api</artifactId>
                 <version>8.0.0-SNAPSHOT</version>
             </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-common-util</artifactId>
-                <version>8.0.0-SNAPSHOT</version>
-            </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
diff --git a/common/mdsal-common-util/pom.xml b/common/mdsal-common-util/pom.xml
deleted file mode 100644 (file)
index 0d7967e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright © 2018 Red Hat, Inc. and others.
-
- 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
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.opendaylight.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>8.0.0-SNAPSHOT</version>
-        <relativePath>../../dom/dom-parent</relativePath>
-    </parent>
-
-    <artifactId>mdsal-common-util</artifactId>
-    <packaging>bundle</packaging>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-common-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>concepts</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-        </dependency>
-    </dependencies>
-
-</project>
index 807b8b44914aa39356fb0e0ba6590db27c1ff546..317897b27268750213fe5ce2fcc91233186965d7 100644 (file)
@@ -26,7 +26,6 @@
 
     <modules>
         <module>mdsal-common-api</module>
-        <module>mdsal-common-util</module>
     </modules>
 
     <properties>
index 9fed6db2410096adeabd921c552c748cccf3d8dd..6b7e84366512aedbdc099c44d7834d8fa9274d3b 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-common-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-common-util</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-dom-api</artifactId>
index e500a143996cf1f864db3fe30ca4f618c52f1354..229a5cfd7b612b816118c576bcbeeb83aa3d5ccc 100644 (file)
@@ -31,9 +31,5 @@
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-common-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-common-util</artifactId>
-        </dependency>
     </dependencies>
 </project>