From e73b4bc36cc07179fc79ba06e2eb0f2b0452caf9 Mon Sep 17 00:00:00 2001
From: zhangchunhong <xlzhangyang@gmail.com>
Date: Tue, 01 Dec 2020 11:10:07 +0800
Subject: [PATCH] pom添加私有库
---
hbbohua-water-webapp/pom.xml | 2 ++
hbbohua-water-web/src/main/resources/META-INF/beans.xml | 8 ++++++++
hbbohua-water-service/src/main/resources/META-INF/beans.xml | 8 ++++++++
pom.xml | 7 +++++++
4 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/hbbohua-water-service/src/main/resources/META-INF/beans.xml b/hbbohua-water-service/src/main/resources/META-INF/beans.xml
new file mode 100644
index 0000000..11975b4
--- /dev/null
+++ b/hbbohua-water-service/src/main/resources/META-INF/beans.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans
+ xmlns="http://xmlns.jcp.org/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
+ http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
+ bean-discovery-mode="all">
+</beans>
\ No newline at end of file
diff --git a/hbbohua-water-web/src/main/resources/META-INF/beans.xml b/hbbohua-water-web/src/main/resources/META-INF/beans.xml
new file mode 100644
index 0000000..11975b4
--- /dev/null
+++ b/hbbohua-water-web/src/main/resources/META-INF/beans.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans
+ xmlns="http://xmlns.jcp.org/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
+ http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
+ bean-discovery-mode="all">
+</beans>
\ No newline at end of file
diff --git a/hbbohua-water-webapp/pom.xml b/hbbohua-water-webapp/pom.xml
index 53399c2..d50503a 100644
--- a/hbbohua-water-webapp/pom.xml
+++ b/hbbohua-water-webapp/pom.xml
@@ -72,4 +72,6 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
+
+
</project>
diff --git a/pom.xml b/pom.xml
index 3d40fa9..9c60bff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,4 +20,11 @@
<module>hbbohua-water-web</module>
<module>hbbohua-water-webapp</module>
</modules>
+ <repositories>
+ <repository>
+ <id>maven-public</id>
+ <name>maven-public</name>
+ <url>http://47.92.145.232:8081/repository/maven-public/</url>
+ </repository>
+ </repositories>
</project>
\ No newline at end of file
--
Gitblit v1.9.1