Skip to content

Commit

Permalink
exclude unncessary recursive dependency to fix alert generated by the…
Browse files Browse the repository at this point in the history
… pipeline

Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
  • Loading branch information
majguo committed Apr 18, 2022
1 parent 82e5aac commit 1e68be7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions javaee-cafe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
<version>3.2</version>
<type>pom</type>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>javax.json.bind</groupId>
<artifactId>javax.json.bind-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down

0 comments on commit 1e68be7

Please sign in to comment.