Remove duplicate dependency 27/89327/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Apr 2020 08:54:37 +0000 (10:54 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Apr 2020 08:55:37 +0000 (10:55 +0200)
odl-uint24 is mentioned twice here, remove the superfluous
declaration.

Change-Id: I14d1c8faae01f2e88c49a685fdbf9c3685f05a44
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/topology-provider/pom.xml

index 550d89983adf1194cdd7b1cca5af3f8d13c563d7..e5df53dfa740e71e7c5a5b251e9a20b2a4b811e1 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>graph-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>odl-uint24</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>