diff --git a/client/pom.xml b/client/pom.xml
index 18ef75f4da6be3c177b566549f42a86cbc57fd6d..a1b7b1ce08491c964b1627059423fbb26cddda38 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -2,23 +2,19 @@
+ 4.0.0
- hotkey
com.jd.platform.hotkey
+ hotkey
0.0.2-SNAPSHOT
-
- 4.0.0
- jar
- 0.0.2-SNAPSHOT
-
hotkey-client
com.jd.platform.hotkey
common
- ${parent.version}
+ ${project.version}
compile
@@ -26,23 +22,11 @@
+
+ maven-source-plugin
+
maven-assembly-plugin
- 3.0.0
-
-
- jar-with-dependencies
-
-
-
-
- make-assembly
- package
-
- single
-
-
-
diff --git a/common/pom.xml b/common/pom.xml
index e11fe7a0b39801872527ad1e513e4d79699a6a5c..619e963c600060b6f0b0376538e907a8a747d557 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -2,23 +2,18 @@
+ 4.0.0
- hotkey
com.jd.platform.hotkey
+ hotkey
0.0.2-SNAPSHOT
-
- 4.0.0
- jar
common
- 1.8
- 4.1.42.Final
1.1.7.3
1.2.70
0.0.16
- 2.8.0
5.1.0
@@ -28,7 +23,6 @@
hutool-all
${hutool.version}
-
org.xerial.snappy
snappy-java
@@ -37,7 +31,6 @@
io.netty
netty-all
- ${netty4.version}
com.alibaba
@@ -52,8 +45,14 @@
com.github.ben-manes.caffeine
guava
- ${caffeine.version}
+
+
+
+ maven-source-plugin
+
+
+
\ No newline at end of file
diff --git a/dashboard/pom.xml b/dashboard/pom.xml
index 41dd9cdbc1ac0b5ad3fd163a91c5ca1b29e27c79..f5fcb3ccabcd2257077c4069dbe8f355c5454aad 100644
--- a/dashboard/pom.xml
+++ b/dashboard/pom.xml
@@ -3,83 +3,84 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- org.springframework.boot
- spring-boot-starter-parent
- 2.2.1.RELEASE
-
+ com.jd.platform.hotkey
+ hotkey
+ 0.0.2-SNAPSHOT
- com.jd.platform.hotkey
dashboard
0.0.2-SNAPSHOT
+
dashboard
- Demo project for Spring Boot
+ Dashboard project for Spring Boot
- 1.8
+
+ 0.9.1
+ 4.0.1
+ 4.0.1
+ 4.0.1
+ 1.2.7
+ 2.1.2
+
+ true
+ true
+
+ com.jd.platform.hotkey
+ common
+ ${project.version}
+ compile
+
+
org.springframework.boot
spring-boot-starter-web
-
-
- com.github.pagehelper
- pagehelper-spring-boot-starter
- 1.2.7
+ org.springframework.boot
+ spring-boot-starter-aop
-
org.springframework.boot
spring-boot-starter-thymeleaf
- org.mybatis.spring.boot
- mybatis-spring-boot-starter
- 2.1.2
+ com.github.pagehelper
+ pagehelper-spring-boot-starter
+ ${pagehelper-spring-boot-starter.version}
- org.springframework.boot
- spring-boot-starter-aop
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter
+ ${mybatis-spring-boot-starter.version}
mysql
mysql-connector-java
runtime
-
-
- com.jd.platform.hotkey
- common
- 0.0.2-SNAPSHOT
- compile
-
-
+
io.jsonwebtoken
jjwt
- 0.9.1
+ ${jjwt.version}
org.apache.poi
poi
- 4.0.1
+ ${poi.version}
org.apache.poi
poi-ooxml-schemas
- 4.0.1
+ ${poi-ooxml-schemas.version}
org.apache.poi
poi-ooxml
- 4.0.1
+ ${poi-ooxml.version}
@@ -91,5 +92,4 @@
-
diff --git a/pom.xml b/pom.xml
index 2522063a556d841bc1f154d95998b5eb5c7ccceb..1695136a4bb7e71bbe1c83e2ad20019db26b580c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,25 +2,104 @@
4.0.0
- pom
+
+ org.springframework.boot
+ spring-boot-dependencies
+ 2.2.1.RELEASE
+
+
com.jd.platform.hotkey
hotkey
0.0.2-SNAPSHOT
+ pom
+
hotkey
Jd HotKey
+ common
worker
client
- common
- sample
dashboard
+ sample
+
+
1.8
- 1.8
- 1.8
+ true
+ UTF-8
+ UTF-8
+
+
+
+
+ src/main/resources
+
+ **/*
+
+ true
+
+
+
+
+
+ maven-compiler-plugin
+
+ ${java.version}
+ ${java.version}
+
+
+
+
+
+
+
+ maven-source-plugin
+
+
+ attach-sources
+ package
+
+ jar-no-fork
+
+
+
+
+
+
+ maven-assembly-plugin
+
+
+ jar-with-dependencies
+
+
+
+
+ make-assembly
+ package
+
+ single
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ repackage
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sample/pom.xml b/sample/pom.xml
index ecd620828d27cfde689f64776bd6da73e647d7be..47c25429bb3b37ae198d321294d7b5aac54ad72e 100644
--- a/sample/pom.xml
+++ b/sample/pom.xml
@@ -3,43 +3,42 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- org.springframework.boot
- spring-boot-starter-parent
- 2.2.1.RELEASE
-
+ com.jd.platform.hotkey
+ hotkey
+ 0.0.2-SNAPSHOT
com.jd.platform
sample
0.0.2-SNAPSHOT
+
sample
Demo project for Spring Boot
- 1.8
+
+ true
+ true
com.jd.platform.hotkey
common
- ${version}
+ ${project.version}
com.jd.platform.hotkey
hotkey-client
- ${version}
+ ${project.version}
-
org.springframework.boot
spring-boot-starter-web
-
org.springframework.boot
spring-boot-starter-data-redis
-
org.springframework.boot
spring-boot-starter-test
diff --git a/worker/pom.xml b/worker/pom.xml
index ea93bf186a1c8303a35601621e04165cb3b77b4d..c9d1f78895444f2dd54043fd643415aa3a33613b 100644
--- a/worker/pom.xml
+++ b/worker/pom.xml
@@ -3,19 +3,20 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- org.springframework.boot
- spring-boot-starter-parent
- 2.2.1.RELEASE
-
+ com.jd.platform.hotkey
+ hotkey
+ 0.0.2-SNAPSHOT
-
worker
0.0.2-SNAPSHOT
+
worker
- jar
- 1.8
+
+
+ true
+ true
@@ -25,12 +26,10 @@
${project.version}
compile
-
org.springframework.boot
spring-boot-starter-web
-
org.springframework.boot
spring-boot-starter-test
@@ -44,7 +43,6 @@
-