diff --git a/jap-bom/pom.xml b/jap-bom/pom.xml index fdda1f804bfe146cee4157c6a921a840a2bb18d9..ca93aeeb5b91b4267a4025cca891a658e0b2023a 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 8bdb044fe31d839553ae2edf46df2934ca7b72cb..9d217f0c628deffdd4d6e66db32675511727762f 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 3b1ade0266340087b0b655d7f0393cd38795f38a..ab6706d719d616eed7f4d8f6922c7bc01929783d 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 8abbbe243b6bb7abd5ba9a8ab8cb7abfd0bfa263..e44bbd36d610715becdc562c2a3bf343da612ae5 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 ac8a6cd8fd106d77d87676708dc4b93afc4fec98..55e04af5ffd4d6503e1a3f9b819a79dccc0c3481 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/ + +