Update pom.xml

This commit is contained in:
YanchaoMiao 2020-05-24 17:16:31 +08:00 committed by Ilkka Seppälä
parent 1610876fdd
commit 23162f474f
No known key found for this signature in database
GPG Key ID: 31B7C8F5CC412ECB

View File

@ -11,12 +11,6 @@
<artifactId>component</artifactId> <artifactId>component</artifactId>
<dependencies> <dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId> <artifactId>junit-jupiter-engine</artifactId>
@ -45,4 +39,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>