From b91245dc272b3ae148fc6cba324bbc17f1028a17 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 22 May 2024 09:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 + compiler.xml | 18 +++++++ encodings.xml | 11 ++++ jarRepositories.xml | 40 ++++++++++++++ pom.xml | 126 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 197 insertions(+) create mode 100644 README.md create mode 100644 compiler.xml create mode 100644 encodings.xml create mode 100644 jarRepositories.xml create mode 100644 pom.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd740cd --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# hbt-related-parties + diff --git a/compiler.xml b/compiler.xml new file mode 100644 index 0000000..91c8bdd --- /dev/null +++ b/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/encodings.xml b/encodings.xml new file mode 100644 index 0000000..3186e3f --- /dev/null +++ b/encodings.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/jarRepositories.xml b/jarRepositories.xml new file mode 100644 index 0000000..00a13e0 --- /dev/null +++ b/jarRepositories.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..cc7480d --- /dev/null +++ b/pom.xml @@ -0,0 +1,126 @@ + + + 4.0.0 + + com.hbt.sass + hbt-related-parties + 1.0-SNAPSHOT + hbt-work-ticket + + hbt-related-parties-api + hbt-related-parties-biz + + pom + + + 3.7.0-SNAPSHOT + UTF-8 + UTF-8 + 1.8 + 2.7.7 + + + + + central + https://maven.aliyun.com/repository/public + + false + always + + + true + always + warn + + + + maven-public + http://81.70.119.104:8081/repository/maven-public/ + + false + always + + + true + always + warn + + + + + + maven-public + http://81.70.119.104:8081/repository/maven-public/ + + true + + + true + + + + + + maven-public + http://81.70.119.104:8081/repository/maven-releases/ + + + maven-public + http://81.70.119.104:8081/repository/maven-snapshots/ + + + + + + + + + com.hbt.onreal + hbt-onreal + ${hbt-cloud.version} + pom + import + + + + com.hbt.sass + hbt-related-parties-api + ${project.version} + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + + repackage + + + + + + + + \ No newline at end of file