|
@@ -5,12 +5,13 @@
|
|
<parent>
|
|
<parent>
|
|
<artifactId>manage-root</artifactId>
|
|
<artifactId>manage-root</artifactId>
|
|
<groupId>cn.efunbox.manage</groupId>
|
|
<groupId>cn.efunbox.manage</groupId>
|
|
- <version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>1.0.0-SNAPSHOT</version>
|
|
|
|
+ <relativePath>../../pom.xml</relativePath>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
- <artifactId>manage-api</artifactId>
|
|
|
|
|
|
+ <artifactId>manage-base-api</artifactId>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -18,6 +19,21 @@
|
|
<artifactId>manage-common</artifactId>
|
|
<artifactId>manage-common</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.google.zxing</groupId>
|
|
|
|
+ <artifactId>core</artifactId>
|
|
|
|
+ <version>3.2.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
+ <artifactId>tomcat-embed-core</artifactId>
|
|
|
|
+ <version>8.5.5</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
|
+ <version>3.14</version>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|