Fix sal-akka-segmented-journal dependencies 63/104563/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Feb 2023 17:37:13 +0000 (18:37 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Feb 2023 17:37:13 +0000 (18:37 +0100)
We have two dependencies which we do not declare, fix that up.

Change-Id: Ic34b42065df880857c21c56e8cd0b2a5f421b814
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-akka-segmented-journal/pom.xml

index 7dcbf5cfd610d27bcb065aaae9883620603d7930..e4210d6bd02e3f254a90734258069a11349ce68f 100644 (file)
@@ -20,7 +20,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+
         <!-- Akka -->
+        <dependency>
+            <groupId>com.typesafe</groupId>
+            <artifactId>config</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>repackaged-akka</artifactId>