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
c0b7437c
Commit
c0b7437c
authored
Jun 25, 2017
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
➕
#12293 加入 yaml 解析依赖
顺便整理了维护者列表,谢谢 DX 和 Y
😄
parent
b84ea9c0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
27 deletions
+9
-27
pom.xml
pom.xml
+8
-26
src/main/webapp/js/page.min.js
src/main/webapp/js/page.min.js
+1
-1
No files found.
pom.xml
View file @
c0b7437c
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: Solo POM.
Version: 3.1
6.1.40, Jun 14
, 2017
Version: 3.1
7.1.40, Jun 25
, 2017
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a>
...
...
@@ -60,31 +60,6 @@
<timezone>
+8
</timezone>
</developer>
<developer>
<id>
wmainlove@gmail.com
</id>
<name>
Liceng Yao
</name>
<email>
wmainlove@gmail.com
</email>
<url>
http://love.b3log.org
</url>
<roles>
<role>
Committer
</role>
</roles>
<organization>
B3log
</organization>
<organizationUrl>
http://b3log.org
</organizationUrl>
<timezone>
+8
</timezone>
</developer>
<developer>
<id>
dongxu.wang@acm.org
</id>
<name>
Dongxu Wang
</name>
<email>
dongxu.wang@acm.org
</email>
<url>
http://dx.b3log.org
</url>
<roles>
<role>
Committer
</role>
</roles>
<organization>
B3log
</organization>
<organizationUrl>
http://b3log.org
</organizationUrl>
<timezone>
+8
</timezone>
</developer>
</developers>
<issueManagement>
...
...
@@ -110,6 +85,7 @@
<commons-cli.version>
1.3.1
</commons-cli.version>
<emoji-java.version>
3.2.0
</emoji-java.version>
<jodd.version>
3.6.6
</jodd.version>
<snakeyaml.version>
1.18
</snakeyaml.version>
<!-- maven plugin -->
<maven-compiler-plugin.version>
3.3
</maven-compiler-plugin.version>
...
...
@@ -231,6 +207,12 @@
<version>
${jodd.version}
</version>
</dependency>
<dependency>
<groupId>
org.yaml
</groupId>
<artifactId>
snakeyaml
</artifactId>
<version>
${snakeyaml.version}
</version>
</dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-all
</artifactId>
...
...
src/main/webapp/js/page.min.js
View file @
c0b7437c
This diff is collapsed.
Click to expand it.
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