Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
30044297
Unverified
Commit
30044297
authored
Dec 04, 2018
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
调整 Latke 依赖
parent
a149b45c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
pom.xml
pom.xml
+10
-6
No files found.
pom.xml
View file @
30044297
...
...
@@ -73,9 +73,8 @@
</scm>
<properties>
<org.b3log.latke.version>
2.4.3
3
</org.b3log.latke.version>
<org.b3log.latke.version>
2.4.3
4-SNAPSHOT
</org.b3log.latke.version>
<servlet.version>
3.1.0
</servlet.version>
<slf4j.version>
1.7.5
</slf4j.version>
<jsoup.version>
1.9.1
</jsoup.version>
<flexmark.version>
0.34.58
</flexmark.version>
...
...
@@ -89,15 +88,14 @@
<snakeyaml.version>
1.18
</snakeyaml.version>
<freemarker.version>
2.3.28
</freemarker.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>
<coveralls-maven-plugin.version>
4.3.0
</coveralls-maven-plugin.version>
<cobertura-maven-plugin.version>
2.7
</cobertura-maven-plugin.version>
<maven-min-plugin.version>
1.0.4
</maven-min-plugin.version>
<!-- Unit Test -->
<testng.version>
6.1.1
</testng.version>
<!-- JDBC Drivers -->
<mysql-connector-java.version>
8.0.12
</mysql-connector-java.version>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
@@ -108,7 +106,7 @@
<dependencies>
<dependency>
<groupId>
org.b3log
</groupId>
<artifactId>
latke
</artifactId>
<artifactId>
latke
-core
</artifactId>
<version>
${org.b3log.latke.version}
</version>
</dependency>
...
...
@@ -118,6 +116,12 @@
<version>
${servlet.version}
</version>
</dependency>
<dependency>
<groupId>
javax.mail
</groupId>
<artifactId>
javax.mail-api
</artifactId>
<version>
${javax.mail.version}
</version>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment