diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2,7 +2,7 @@ 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>org.example</groupId> + <groupId>com.pina</groupId> <artifactId>HldexWrapper</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> @@ -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> |
