Skip to content

Commit

Permalink
Fix aaa-encrypt-service dependencies
Browse files Browse the repository at this point in the history
We have two undeclared dependencies, fix that up.

Change-Id: I093c2f2a4519e66cd49310f31fb7ae907a561268
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed May 16, 2024
1 parent 3f868d8 commit ad42a21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions aaa-encrypt-service/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>logging-markers</artifactId>
</dependency>
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>concepts</artifactId>
</dependency>
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-common</artifactId>
Expand Down

0 comments on commit ad42a21

Please sign in to comment.