|
@@ -39,45 +39,30 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zd.core</groupId>
|
|
<groupId>com.zd.core</groupId>
|
|
|
<artifactId>common-core</artifactId>
|
|
<artifactId>common-core</artifactId>
|
|
|
- <version>3.1.0</version>
|
|
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zd.base</groupId>
|
|
<groupId>com.zd.base</groupId>
|
|
|
<artifactId>zd-base-api</artifactId>
|
|
<artifactId>zd-base-api</artifactId>
|
|
|
- <version>3.1.0</version>
|
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zd.laboratory</groupId>
|
|
<groupId>com.zd.laboratory</groupId>
|
|
|
<artifactId>zd-laboratory-api</artifactId>
|
|
<artifactId>zd-laboratory-api</artifactId>
|
|
|
- <version>3.1.0</version>
|
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zd.exam</groupId>
|
|
<groupId>com.zd.exam</groupId>
|
|
|
<artifactId>zd-exam-api</artifactId>
|
|
<artifactId>zd-exam-api</artifactId>
|
|
|
- <version>3.1.0</version>
|
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zd.chemical</groupId>
|
|
<groupId>com.zd.chemical</groupId>
|
|
|
<artifactId>zd-chemical-api</artifactId>
|
|
<artifactId>zd-chemical-api</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <!-- zd Common DataSource -->
|
|
|
|
|
- <!--<dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-datasource</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!– zd Common Log –>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-log</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!– zd Common DataScope –>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-common-datascope</artifactId>
|
|
|
|
|
- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>connect</groupId>
|
|
<groupId>connect</groupId>
|