Skip to content

Commit

Permalink
[pom] Cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 11, 2024
1 parent 7400af9 commit 454dc3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Expand Up @@ -70,29 +70,23 @@
</properties>

<dependencies>
<!--
| Provided dependencies
-->
<!-- Provided dependencies -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.15</version>
<scope>provided</scope>
</dependency>

<!--
| compile dependencies
-->
<!-- compile dependencies -->
<dependency>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
<version>2.12.3</version>
<scope>compile</scope>
</dependency>

<!--
| test dependencies
-->
<!-- test dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2012-2022 the original author or authors.
Copyright 2012-2024 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 454dc3e

Please sign in to comment.