aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-04-04 16:17:31 -0700
committerPinapelz <donaldshan1@outlook.com>2023-04-04 16:17:31 -0700
commit239633a153399f571a9da30c313928dea0874cfc (patch)
treef20d36f7257e15ade554b8a448992d0aec67bdb7 /pom.xml
parent09068c891fbc48a1869f2c7eac365d3d95e0d426 (diff)
Added junit jupiter dependency
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 30be039..98ebfbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,5 +33,11 @@
<artifactId>converter-jackson</artifactId>
<version>2.9.0</version>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter</artifactId>
+ <version>RELEASE</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage