We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5393c commit 3c8b053Copy full SHA for 3c8b053
pom.xml
@@ -72,29 +72,20 @@
72
</properties>
73
74
<dependencies>
75
- <!--
76
- | Provided dependencies
77
- -->
78
<dependency>
79
<groupId>org.mybatis</groupId>
80
<artifactId>mybatis</artifactId>
81
<version>3.5.16</version>
82
<scope>provided</scope>
83
</dependency>
84
85
86
- | compile dependencies
87
88
89
<groupId>net.sf.ehcache</groupId>
90
<artifactId>ehcache</artifactId>
91
<version>2.10.9.2</version>
92
<scope>compile</scope>
93
94
95
96
- | test dependencies
97
98
99
<groupId>org.junit.jupiter</groupId>
100
<artifactId>junit-jupiter-engine</artifactId>
0 commit comments