Skip to content

Commit

Permalink
repo-sql-impl: added postgresql, dep analyzer is lying, but that's OK
Browse files Browse the repository at this point in the history
The dep comes transitively from repo-sqlbase anyway, so it's technically
there, but it's not mentioned in the code at all. Bad plugin boy.
  • Loading branch information
virgo47 committed Mar 18, 2021
1 parent 0404639 commit 49214c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repo/repo-sql-impl/pom.xml
Expand Up @@ -141,6 +141,11 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<!-- This is not used here directly, but dep plugin is complaining, argh... -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>

<dependency>
<groupId>com.querydsl</groupId>
Expand Down

0 comments on commit 49214c5

Please sign in to comment.