Skip to content

Commit

Permalink
Added explicit junit4 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Oct 29, 2024
1 parent c418979 commit bf3b1d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions parent-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<jna.version>5.13.0</jna.version>
<joda.time.version>2.8.1</joda.time.version>
<json.smart.version>2.4.9</json.smart.version>
<junit4.version>4.13.2</junit4.version>
<junit.version>5.11.1</junit.version>
<jsoup.version>1.15.3</jsoup.version>
<logback.version>1.3.6</logback.version>
Expand Down Expand Up @@ -258,6 +259,12 @@
<artifactId>opencensus-api</artifactId>
<version>${opencensus.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit4.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down Expand Up @@ -777,6 +784,10 @@
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down

0 comments on commit bf3b1d0

Please sign in to comment.