Skip to content

Commit

Permalink
POM: fix scope of commons-lang dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jul 24, 2023
1 parent dd4b18a commit 534083c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -137,17 +137,17 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
<artifactId>scijava-common</artifactId>
</dependency>

<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>

<!-- Test scope dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scijava</groupId>
<artifactId>scijava-common</artifactId>
Expand Down

0 comments on commit 534083c

Please sign in to comment.