Skip to content

Commit 454dc3e

Browse files
committed
[pom] Cleanup comments
1 parent 7400af9 commit 454dc3e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,29 +70,23 @@
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>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

0 commit comments

Comments
 (0)