Skip to content

Commit

Permalink
Merge pull request #985 from mreutegg/OAK-10306
Browse files Browse the repository at this point in the history
OAK-10306: Incorrect dependency scope for commons-math3
  • Loading branch information
mreutegg committed Jun 15, 2023
2 parents b8b7c35 + afddcd7 commit f3f8059
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oak-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,11 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<optional>true</optional>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<optional>true</optional>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f3f8059

Please sign in to comment.