Skip to content

Commit

Permalink
Fix dependency-check
Browse files Browse the repository at this point in the history
We should not be using project.version, fix that up.

Change-Id: I1220ce23fbbef8085a2274b039bde9b84706de6d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed Dec 3, 2024
1 parent 05426cd commit f67835d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dependency-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>aaa-idm-store-h2</artifactId>
</dependency>
<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-jetty-auth-log-filter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>aaa-password-service-api</artifactId>
Expand Down

0 comments on commit f67835d

Please sign in to comment.