Remove slf4j-api declaration 76/104076/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Jan 2023 08:52:39 +0000 (09:52 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Jan 2023 08:52:39 +0000 (09:52 +0100)
This is scope=provided by default, there is no point mentioning it.

Change-Id: I99626b3304f6bc90369036b5d267bfa420875497
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
pcep/tunnel/tunnel-provider/pom.xml

index 9500f9094636649b29a70517c9d497041e13e9fb..a45fb85433429ceb3858255ff5d3f7dc66a3a2e2 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>rsvp-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
 
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>