[jOOQ/jOOQ#6551] Restore transitive junit dependency
This commit is contained in:
parent
53528b3e86
commit
8bbf080a87
@ -122,6 +122,16 @@
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- Junit seems to be a transitive dependency of testcontainers? -->
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.13.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user