Skip to content

Commit

Permalink
Merge db1f812 into 5fa350f
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 11, 2024
2 parents 5fa350f + db1f812 commit 0d9bbd8
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@

<name>mybatis-redis</name>
<description>Redis support for MyBatis Cache</description>
<url>https://github.com/mybatis/redis-cache</url>
<url>https://github.com/mybatis/redis-cache/</url>

<inceptionYear>2015</inceptionYear>

<scm>
<connection>scm:git:ssh://git@github.com/mybatis/redis-cache.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/redis-cache.git</developerConnection>
<tag>HEAD</tag>
<url>http://github.com/mybatis/redis-cache</url>
<url>http://github.com/mybatis/redis-cache/</url>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down Expand Up @@ -69,29 +69,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>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>5.1.0</version>
<scope>compile</scope>
</dependency>

<!--
| kryo dependencies
-->
<!-- kryo dependencies -->
<dependency>
<groupId>com.esotericsoftware.kryo</groupId>
<artifactId>kryo5</artifactId>
Expand All @@ -100,9 +94,7 @@
<optional>true</optional>
</dependency>

<!--
| test dependencies
-->
<!-- test dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down

0 comments on commit 0d9bbd8

Please sign in to comment.