Skip to content

Commit 3c8b053

Browse files
committed
[pom] Cleanup pom
1 parent 0a5393c commit 3c8b053

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,29 +72,20 @@
7272
</properties>
7373

7474
<dependencies>
75-
<!--
76-
| Provided dependencies
77-
-->
7875
<dependency>
7976
<groupId>org.mybatis</groupId>
8077
<artifactId>mybatis</artifactId>
8178
<version>3.5.16</version>
8279
<scope>provided</scope>
8380
</dependency>
8481

85-
<!--
86-
| compile dependencies
87-
-->
8882
<dependency>
8983
<groupId>net.sf.ehcache</groupId>
9084
<artifactId>ehcache</artifactId>
9185
<version>2.10.9.2</version>
9286
<scope>compile</scope>
9387
</dependency>
9488

95-
<!--
96-
| test dependencies
97-
-->
9889
<dependency>
9990
<groupId>org.junit.jupiter</groupId>
10091
<artifactId>junit-jupiter-engine</artifactId>

0 commit comments

Comments
 (0)