Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: bump shared-deps version and add back certain test deps (#300)
  • Loading branch information
stephaniewang526 committed May 27, 2020
1 parent 50345b6 commit edfa26b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -155,6 +155,14 @@
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit edfa26b

Please sign in to comment.