|
|
@@ -37,24 +37,25 @@
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-config</artifactId>
|
|
|
<version>${springframeword.cloud.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- spring boot -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
+ <artifactId>spring-security-crypto</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
+ <artifactId>spring-security-rsa</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>log4j-over-slf4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-context-support</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-tx</artifactId>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
@@ -67,6 +68,16 @@
|
|
|
<dependency>
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
<artifactId>hibernate-ehcache</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.hibernate</groupId>
|
|
|
+ <artifactId>hibernate-core</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.jboss.logging</groupId>
|
|
|
+ <artifactId>jboss-logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -97,16 +108,66 @@
|
|
|
<groupId>net.sf.jasperreports</groupId>
|
|
|
<artifactId>jasperreports</artifactId>
|
|
|
<version>${jasperreports.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.lucene</groupId>
|
|
|
+ <artifactId>lucene-core</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.lucene</groupId>
|
|
|
+ <artifactId>lucene-analyzers-common</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.lucene</groupId>
|
|
|
+ <artifactId>lucene-queryparser</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>bouncycastle</groupId>
|
|
|
+ <artifactId>bcprov-jdk14</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
+ <artifactId>bctsp-jdk14</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.eclipse.jdt.core.compiler</groupId>
|
|
|
+ <artifactId>ecj</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.ibm.icu</groupId>
|
|
|
+ <artifactId>icu4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.jfree</groupId>
|
|
|
+ <artifactId>jcommon</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.jfree</groupId>
|
|
|
+ <artifactId>jfreechart</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.codehaus.castor</groupId>
|
|
|
+ <artifactId>castor-xml</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.google.zxing</groupId>
|
|
|
+ <artifactId>core</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.olap4j</groupId>
|
|
|
+ <artifactId>olap4j</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>net.sf.jasperreports</groupId>
|
|
|
<artifactId>jasperreports-functions</artifactId>
|
|
|
<version>${jasperreports.version}</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.codehaus.groovy</groupId>
|
|
|
- <artifactId>groovy-all</artifactId>
|
|
|
- </dependency>
|
|
|
<!-- 导出xls报表 -->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
@@ -163,6 +224,12 @@
|
|
|
<groupId>commons-discovery</groupId>
|
|
|
<artifactId>commons-discovery</artifactId>
|
|
|
<version>${commons.discovery.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>wsdl4j</groupId>
|
|
|
@@ -184,6 +251,16 @@
|
|
|
<groupId>net.sf.barcode4j</groupId>
|
|
|
<artifactId>barcode4j</artifactId>
|
|
|
<version>${barcode4j.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.ant</groupId>
|
|
|
+ <artifactId>ant</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>commons-cli</groupId>
|
|
|
+ <artifactId>commons-cli</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>net.sourceforge.barbecue</groupId>
|
|
|
@@ -194,16 +271,23 @@
|
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
|
<artifactId>batik-bridge</artifactId>
|
|
|
<version>${batik.bridge.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>xalan</groupId>
|
|
|
+ <artifactId>xalan</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
|
<artifactId>xmlgraphics-commons</artifactId>
|
|
|
<version>${xmlgraphics.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>javax.mail</groupId>
|
|
|
- <artifactId>mail</artifactId>
|
|
|
- <version>${mail.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|