File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 7070 </properties >
7171
7272 <dependencies >
73- <!--
74- | Provided dependencies
75- -->
73+ <!-- Provided dependencies -->
7674 <dependency >
7775 <groupId >org.mybatis</groupId >
7876 <artifactId >mybatis</artifactId >
7977 <version >3.5.15</version >
8078 <scope >provided</scope >
8179 </dependency >
8280
83- <!--
84- | compile dependencies
85- -->
81+ <!-- compile dependencies -->
8682 <dependency >
8783 <groupId >net.spy</groupId >
8884 <artifactId >spymemcached</artifactId >
8985 <version >2.12.3</version >
9086 <scope >compile</scope >
9187 </dependency >
9288
93- <!--
94- | test dependencies
95- -->
89+ <!-- test dependencies -->
9690 <dependency >
9791 <groupId >org.junit.jupiter</groupId >
9892 <artifactId >junit-jupiter-engine</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33
4- Copyright 2012-2022 the original author or authors.
4+ Copyright 2012-2024 the original author or authors.
55
66 Licensed under the Apache License, Version 2.0 (the "License");
77 you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments