|
@@ -34,7 +34,6 @@
|
|
|
<version>0.9.1</version>
|
|
|
</dependency>
|
|
|
<!--CloseableHttpClient-->
|
|
|
-
|
|
|
<!-- JPA -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -45,6 +44,17 @@
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
<version>2.3.0</version>
|
|
|
</dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.huimv</groupId>-->
|
|
|
+<!-- <artifactId>huimv-common</artifactId>-->
|
|
|
+<!-- <version>0.0.1</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+ <!-- huimv.com -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.huimv</groupId>
|
|
|
+ <artifactId>huimv-common</artifactId>
|
|
|
+ <version>0.0.6-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|