Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 204e9066 authored by Darrel Danadyaksa Poli's avatar Darrel Danadyaksa Poli
Browse files

[REFACTOR] Update dependencies in pom.xml for improved testing support

parent 997a2f64
No related branches found
No related tags found
1 merge request!1Login registration
...@@ -149,15 +149,17 @@ ...@@ -149,15 +149,17 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>net.java.dev.jna</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>jna-platform</artifactId>
<version>5.13.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.java.dev.jna</groupId> <groupId>org.jacoco</groupId>
<artifactId>jna-platform</artifactId> <artifactId>org.jacoco.agent</artifactId>
<version>5.13.0</version> <version>0.8.11</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment