Cleanup restconf-nb-rfc8040 dependencies 49/96649/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Jun 2021 07:59:58 +0000 (09:59 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Jun 2021 08:04:43 +0000 (10:04 +0200)
We have a few unnecessary dependencies here, readjust them to minimize
footprint.

Change-Id: Iacf49cce058aedc37e3d63067391026f65d0c235
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb-rfc8040/pom.xml

index 0993493900bb0c3bc83f65ee11515145def30422..c88a04a20951173751359b792e94ae8e242f10b3 100644 (file)
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-data-impl</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
-      <artifactId>yang-parser-impl</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-model-util</artifactId>
 
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>
-      <artifactId>websocket-server</artifactId>
+      <artifactId>websocket-servlet</artifactId>
     </dependency>
 
     <!-- Testing Dependencies -->