Browse Source

common模块增加缺少jar包与新增工具类包

liyuan 8 months ago
parent
commit
6e906568e1

+ 8 - 0
blade-common/pom.xml

@@ -91,6 +91,14 @@
             <scope>system</scope>
             <systemPath>${project.basedir}/src/main/resources/lib/apigwclient-0.1.2.jar</systemPath>
         </dependency>
+
+        <dependency>
+            <groupId>com.echepei</groupId>
+            <artifactId>common-utils</artifactId>
+            <version>1.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/lib/common-utils-1.0.jar</systemPath>
+        </dependency>
     </dependencies>
 
     <build>

BIN
blade-common/src/main/resources/lib/apigwclient-0.1.2.jar


BIN
blade-common/src/main/resources/lib/common-utils-1.0.jar