Commit 30044297 authored by Liang Ding's avatar Liang Ding

🎨 调整 Latke 依赖

parent a149b45c
...@@ -73,9 +73,8 @@ ...@@ -73,9 +73,8 @@
</scm> </scm>
<properties> <properties>
<org.b3log.latke.version>2.4.33</org.b3log.latke.version> <org.b3log.latke.version>2.4.34-SNAPSHOT</org.b3log.latke.version>
<servlet.version>3.1.0</servlet.version>
<slf4j.version>1.7.5</slf4j.version> <slf4j.version>1.7.5</slf4j.version>
<jsoup.version>1.9.1</jsoup.version> <jsoup.version>1.9.1</jsoup.version>
<flexmark.version>0.34.58</flexmark.version> <flexmark.version>0.34.58</flexmark.version>
...@@ -89,15 +88,14 @@ ...@@ -89,15 +88,14 @@
<snakeyaml.version>1.18</snakeyaml.version> <snakeyaml.version>1.18</snakeyaml.version>
<freemarker.version>2.3.28</freemarker.version> <freemarker.version>2.3.28</freemarker.version>
<user-agent-utils.version>1.21</user-agent-utils.version> <user-agent-utils.version>1.21</user-agent-utils.version>
<servlet.version>3.1.0</servlet.version>
<javax.mail.version>1.6.2</javax.mail.version>
<!-- Maven Plugin -->
<license-maven-plugin.version>3.0</license-maven-plugin.version> <license-maven-plugin.version>3.0</license-maven-plugin.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version> <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version> <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
<maven-min-plugin.version>1.0.4</maven-min-plugin.version> <maven-min-plugin.version>1.0.4</maven-min-plugin.version>
<!-- Unit Test -->
<testng.version>6.1.1</testng.version> <testng.version>6.1.1</testng.version>
<!-- JDBC Drivers -->
<mysql-connector-java.version>8.0.12</mysql-connector-java.version> <mysql-connector-java.version>8.0.12</mysql-connector-java.version>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
...@@ -108,7 +106,7 @@ ...@@ -108,7 +106,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.b3log</groupId> <groupId>org.b3log</groupId>
<artifactId>latke</artifactId> <artifactId>latke-core</artifactId>
<version>${org.b3log.latke.version}</version> <version>${org.b3log.latke.version}</version>
</dependency> </dependency>
...@@ -118,6 +116,12 @@ ...@@ -118,6 +116,12 @@
<version>${servlet.version}</version> <version>${servlet.version}</version>
</dependency> </dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<version>${javax.mail.version}</version>
</dependency>
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment