Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
commons
Project
Project
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
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DevOps
commons
Commits
bba30189
Commit
bba30189
authored
May 24, 2017
by
白条—徐加哲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加编译后的发包部署. 可以不叫sdk
parent
77a7e469
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
9 deletions
+20
-9
pom.xml
pom.xml
+20
-9
No files found.
pom.xml
View file @
bba30189
...
@@ -10,6 +10,12 @@
...
@@ -10,6 +10,12 @@
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<java.version>
1.8
</java.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
</properties>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
...
@@ -112,12 +118,6 @@
...
@@ -112,12 +118,6 @@
<artifactId>
joda-time
</artifactId>
<artifactId>
joda-time
</artifactId>
</dependency>
</dependency>
<!-- joda end -->
<!-- joda end -->
<!-- google guava start -->
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
</dependency>
<!-- google guava start -->
<!-- jackson-databind start -->
<!-- jackson-databind start -->
<dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
...
@@ -129,8 +129,20 @@
...
@@ -129,8 +129,20 @@
<artifactId>
guava
</artifactId>
<artifactId>
guava
</artifactId>
<version>
19.0
</version>
<version>
19.0
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
<!-- 部署时往公司私服上发包, 可以在网址上找到 其他项目引入该包的需要的 XML -->
<distributionManagement>
<repository>
<id>
Releases
</id>
<name>
Releases Repository
</name>
<url>
http://repo.quantgroup.cn/nexus/content/repositories/lkb-releases/
</url>
</repository>
<snapshotRepository>
<id>
Snapshots
</id>
<name>
Snapshots Repository
</name>
<url>
http://repo.quantgroup.cn/nexus/content/repositories/lkb-snapshots/
</url>
</snapshotRepository>
</distributionManagement>
<build>
<build>
<plugins>
<plugins>
...
@@ -144,5 +156,4 @@
...
@@ -144,5 +156,4 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
\ No newline at end of file
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