From c8e29cefce873cc82cd33873f1edc87cbc642ef9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com>
Date: Wed, 28 Apr 2021 17:45:09 +0800
Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BC=98=E5=8C=96=20pom=20?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=88flatten-maven-plugin=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jap-bom/pom.xml | 187 ++++++------------------------------------
jap-core/pom.xml | 10 ++-
jap-ids/pom.xml | 7 +-
jap-mfa/pom.xml | 10 ++-
jap-oauth2/pom.xml | 7 +-
jap-oidc/pom.xml | 2 +-
jap-simple/pom.xml | 6 +-
jap-social/pom.xml | 6 +-
jap-sso/pom.xml | 2 +-
pom.xml | 198 ++++++++++++++++++++++++++++++++++-----------
10 files changed, 216 insertions(+), 219 deletions(-)
diff --git a/jap-bom/pom.xml b/jap-bom/pom.xml
index fdda1f8..ca93aee 100644
--- a/jap-bom/pom.xml
+++ b/jap-bom/pom.xml
@@ -3,174 +3,37 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.fujieid
jap-bom
- ${jap.version}
${project.artifactId}
pom
Jap bom
-
-
- 1.0.2-SNAPSHOT
-
- 4.13.1
- 2.23.4
- 5.5.7
- 4.0.1
- 1.16.1
- 0.7.6
- 1.7.30
- 3.2.0
- 3.7.6
- 0.0.2
- 1.0.3
- 3.3.3
- 1.4.0
- 1.4
-
-
-
-
-
- com.fujieid
- jap-core
- ${jap.version}
-
-
- com.fujieid
- jap-simple
- ${jap.version}
-
-
- com.fujieid
- jap-social
- ${jap.version}
-
-
- com.fujieid
- jap-oauth2
- ${jap.version}
-
-
- com.fujieid
- jap-sso
- ${jap.version}
-
-
- com.fujieid
- jap-oidc
- ${jap.version}
-
-
- com.fujieid
- jap-mfa
- ${jap.version}
-
-
- com.fujieid
- jap-ids
- ${jap.version}
-
-
-
-
- junit
- junit
- ${junit.version}
-
-
- cn.hutool
- hutool-http
- ${hutool.version}
-
-
- org.mockito
- mockito-core
- ${mockito.version}
-
-
- org.slf4j
- slf4j-api
- ${slf4j-api.version}
-
-
-
-
- com.xkcoding.json
- simple-json
- ${simple-json.version}
-
-
- cn.hutool
- hutool-core
- ${hutool.version}
-
-
- cn.hutool
- hutool-log
- ${hutool.version}
-
-
- cn.hutool
- hutool-crypto
- ${hutool.version}
-
-
-
- javax.servlet
- javax.servlet-api
- ${javax.servlet.version}
-
-
- com.baomidou
- kisso
- ${kisso.version}
-
-
- com.xkcoding.http
- simple-http
- ${simple-http.version}
-
-
- me.zhyd.oauth
- JustAuth
- ${justauth.version}
-
-
- org.bitbucket.b_c
- jose4j
- ${jose4j.version}
-
-
- com.google.zxing
- core
- ${zxing.version}
-
-
- com.warrenstrange
- googleauth
- ${googleauth.version}
-
-
- commons-cli
- commons-cli
- ${commons-cli.version}
-
-
-
-
-
-
- sonatype-nexus-snapshots
- https://oss.sonatype.org/content/repositories/snapshots/
-
-
- sonatype-nexus-staging
- https://oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
+
+ com.fujieid
+ jap
+ ${revision}
+
+
+
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ ${maven-flatten.version}
+
+ true
+ oss
+
+ expand
+ remove
+ remove
+ remove
+ remove
+
+
+
+
+
diff --git a/jap-core/pom.xml b/jap-core/pom.xml
index 8bdb044..9d217f0 100644
--- a/jap-core/pom.xml
+++ b/jap-core/pom.xml
@@ -5,7 +5,7 @@
com.fujieid
jap
- ${jap.version}
+ ${revision}
4.0.0
@@ -20,5 +20,13 @@
com.fujieid
jap-sso
+
+ cn.hutool
+ hutool-core
+
+
+ com.xkcoding.json
+ simple-json
+
diff --git a/jap-ids/pom.xml b/jap-ids/pom.xml
index 3b1ade0..ab6706d 100644
--- a/jap-ids/pom.xml
+++ b/jap-ids/pom.xml
@@ -5,7 +5,7 @@
com.fujieid
jap
- ${jap.version}
+ ${revision}
4.0.0
@@ -21,7 +21,10 @@
com.fujieid
jap-oidc
-
+
+ cn.hutool
+ hutool-log
+
org.bitbucket.b_c
jose4j
diff --git a/jap-mfa/pom.xml b/jap-mfa/pom.xml
index 8abbbe2..e44bbd3 100644
--- a/jap-mfa/pom.xml
+++ b/jap-mfa/pom.xml
@@ -5,7 +5,7 @@
com.fujieid
jap
- ${jap.version}
+ ${revision}
4.0.0
@@ -17,6 +17,14 @@
+
+ cn.hutool
+ hutool-core
+
+
+ cn.hutool
+ hutool-log
+
com.google.zxing
core
diff --git a/jap-oauth2/pom.xml b/jap-oauth2/pom.xml
index ac8a6cd..55e04af 100644
--- a/jap-oauth2/pom.xml
+++ b/jap-oauth2/pom.xml
@@ -5,7 +5,7 @@
com.fujieid
jap
- ${jap.version}
+ ${revision}
4.0.0
@@ -22,6 +22,11 @@
jap-core
+
+ cn.hutool
+ hutool-crypto
+
+
- 1.0.2-SNAPSHOT
- UTF-8
+ 1.0.2-SNAPSHOT
1.8
+ UTF-8
+
1.8
1.8
2.2.1
@@ -66,7 +67,21 @@
false
2.7
0.8.6
-
+
+ 4.13.1
+ 2.23.4
+ 5.5.7
+ 4.0.1
+ 1.16.1
+ 0.7.6
+ 1.7.30
+ 3.2.0
+ 3.7.6
+ 0.0.2
+ 1.0.3
+ 3.3.3
+ 1.4.0
+ 1.4
@@ -91,36 +106,6 @@
slf4j-api
test
-
-
-
-
- com.xkcoding.json
- simple-json
-
-
-
- cn.hutool
- hutool-core
-
-
-
- cn.hutool
- hutool-log
-
-
-
- cn.hutool
- hutool-crypto
-
-
javax.servlet
@@ -133,10 +118,126 @@
com.fujieid
- jap-bom
- ${jap.version}
- pom
- import
+ jap-core
+ ${revision}
+
+
+ com.fujieid
+ jap-simple
+ ${revision}
+
+
+ com.fujieid
+ jap-social
+ ${revision}
+
+
+ com.fujieid
+ jap-oauth2
+ ${revision}
+
+
+ com.fujieid
+ jap-sso
+ ${revision}
+
+
+ com.fujieid
+ jap-oidc
+ ${revision}
+
+
+ com.fujieid
+ jap-mfa
+ ${revision}
+
+
+ com.fujieid
+ jap-ids
+ ${revision}
+
+
+
+ junit
+ junit
+ ${junit.version}
+
+
+ cn.hutool
+ hutool-http
+ ${hutool.version}
+
+
+ org.mockito
+ mockito-core
+ ${mockito.version}
+
+
+ org.slf4j
+ slf4j-api
+ ${slf4j-api.version}
+
+
+
+ com.xkcoding.json
+ simple-json
+ ${simple-json.version}
+
+
+ cn.hutool
+ hutool-core
+ ${hutool.version}
+
+
+ cn.hutool
+ hutool-log
+ ${hutool.version}
+
+
+ cn.hutool
+ hutool-crypto
+ ${hutool.version}
+
+
+
+ javax.servlet
+ javax.servlet-api
+ ${javax.servlet.version}
+
+
+ com.baomidou
+ kisso
+ ${kisso.version}
+
+
+ com.xkcoding.http
+ simple-http
+ ${simple-http.version}
+
+
+ me.zhyd.oauth
+ JustAuth
+ ${justauth.version}
+
+
+ org.bitbucket.b_c
+ jose4j
+ ${jose4j.version}
+
+
+ com.google.zxing
+ core
+ ${zxing.version}
+
+
+ com.warrenstrange
+ googleauth
+ ${googleauth.version}
+
+
+ commons-cli
+ commons-cli
+ ${commons-cli.version}
@@ -281,16 +382,17 @@
-
-
- sonatype-nexus-snapshots
- https://oss.sonatype.org/content/repositories/snapshots/
-
-
- sonatype-nexus-staging
- https://oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
+
+
+
+ sonatype-nexus-snapshots
+ https://oss.sonatype.org/content/repositories/snapshots/
+
+
+ sonatype-nexus-staging
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+