Skip to content

Commit

Permalink
Add JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jun 9, 2024
1 parent e6b434c commit 47d6e8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
</project>

0 comments on commit 47d6e8a

Please sign in to comment.