Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit edfa26b

Browse files
deps: bump shared-deps version and add back certain test deps (#300)
1 parent 50345b6 commit edfa26b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,14 @@
155155
<artifactId>commons-lang3</artifactId>
156156
<version>${commons-lang3.version}</version>
157157
</dependency>
158+
159+
<!-- Test dependencies -->
160+
<dependency>
161+
<groupId>junit</groupId>
162+
<artifactId>junit</artifactId>
163+
<version>4.13</version>
164+
<scope>test</scope>
165+
</dependency>
158166
</dependencies>
159167
</dependencyManagement>
160168

0 commit comments

Comments
 (0)