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
3ed8dc48
Commit
3ed8dc48
authored
Apr 09, 2017
by
Liang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/2.0.0-dev' into 2.0.0-dev
parents
ed9ced31
09c501b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
28 deletions
+43
-28
pom.xml
pom.xml
+43
-28
No files found.
pom.xml
View file @
3ed8dc48
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: Solo POM.
Version: 3.16.1.3
2, Mar 31
, 2017
Version: 3.16.1.3
3, Apr 9
, 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>
...
...
@@ -59,7 +59,7 @@
<organizationUrl>
http://b3log.org
</organizationUrl>
<timezone>
+8
</timezone>
</developer>
<developer>
<id>
wmainlove@gmail.com
</id>
<name>
Liceng Yao
</name>
...
...
@@ -72,7 +72,7 @@
<organizationUrl>
http://b3log.org
</organizationUrl>
<timezone>
+8
</timezone>
</developer>
<developer>
<id>
dongxu.wang@acm.org
</id>
<name>
Dongxu Wang
</name>
...
...
@@ -103,11 +103,11 @@
<scm>
<url>
https://github.com/b3log/solo
</url>
</scm>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<org.b3log.latke.version>
2.3.
8
</org.b3log.latke.version>
<org.b3log.latke.version>
2.3.
10
</org.b3log.latke.version>
<servlet.version>
3.1.0
</servlet.version>
<slf4j.version>
1.7.5
</slf4j.version>
...
...
@@ -139,25 +139,25 @@
<artifactId>
latke
</artifactId>
<version>
${org.b3log.latke.version}
</version>
</dependency>
<dependency>
<groupId>
javax.servlet
</groupId>
<artifactId>
javax.servlet-api
</artifactId>
<version>
${servlet.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
${mysql-connector-java.version}
</version>
</dependency>
<dependency>
<groupId>
org.b3log
</groupId>
<artifactId>
latke-repository-mysql
</artifactId>
<version>
${org.b3log.latke.version}
</version>
</dependency>
<dependency>
<groupId>
org.b3log
</groupId>
<artifactId>
latke-repository-h2
</artifactId>
...
...
@@ -182,13 +182,13 @@
<artifactId>
slf4j-log4j12
</artifactId>
<version>
${slf4j.version}
</version>
</dependency>
<dependency>
<groupId>
org.pegdown
</groupId>
<artifactId>
pegdown
</artifactId>
<version>
${pegdown.version}
</version>
</dependency>
<dependency>
<groupId>
com.vdurmont
</groupId>
<artifactId>
emoji-java
</artifactId>
...
...
@@ -200,31 +200,31 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.qiniu
</groupId>
<artifactId>
qiniu-java-sdk
</artifactId>
<version>
${qiniu.version}
</version>
</dependency>
<dependency>
<groupId>
commons-cli
</groupId>
<artifactId>
commons-cli
</artifactId>
<version>
${commons-cli.version}
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-webapp
</artifactId>
<version>
${jetty.version}
</version>
</dependency>
<dependency>
<groupId>
org.jodd
</groupId>
<artifactId>
jodd-http
</artifactId>
<version>
${jodd.version}
</version>
</dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-all
</artifactId>
...
...
@@ -233,7 +233,7 @@
</dependency>
</dependencies>
<build>
<resources>
<resource>
...
...
@@ -243,7 +243,7 @@
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>
org.eluder.coveralls
</groupId>
...
...
@@ -256,7 +256,7 @@
</formats>
</configuration>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
cobertura-maven-plugin
</artifactId>
...
...
@@ -275,7 +275,7 @@
</instrumentation>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
...
...
@@ -284,7 +284,7 @@
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
...
...
@@ -295,7 +295,7 @@
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
...
...
@@ -304,7 +304,7 @@
<skipTests>
false
</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>
com.mycila.maven-license-plugin
</groupId>
<artifactId>
maven-license-plugin
</artifactId>
...
...
@@ -357,7 +357,7 @@
-->
</executions>
</plugin>
<plugin>
<groupId>
org.b3log
</groupId>
<artifactId>
maven-min-plugin
</artifactId>
...
...
@@ -408,7 +408,7 @@
-->
</executions>
</plugin>
<plugin>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
...
...
@@ -427,8 +427,23 @@
</plugin>
</plugins>
<finalName>
solo
</finalName>
</build>
<repositories>
<repository>
<id>
aliyun
</id>
<url>
http://maven.aliyun.com/nexus/content/groups/public
</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
aliyun
</id>
<url>
http://maven.aliyun.com/nexus/content/groups/public
</url>
</pluginRepository>
</pluginRepositories>
</project>
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