|
@@ -66,7 +66,7 @@
|
|
<activiti.version>5.19.0.2</activiti.version>
|
|
<activiti.version>5.19.0.2</activiti.version>
|
|
|
|
|
|
<fastjson.version>1.2.28</fastjson.version>
|
|
<fastjson.version>1.2.28</fastjson.version>
|
|
-
|
|
|
|
|
|
+ <slf4j.version>1.7.21</slf4j.version>
|
|
<h2.version>1.4.191</h2.version>
|
|
<h2.version>1.4.191</h2.version>
|
|
<mysql.version>5.1.39</mysql.version>
|
|
<mysql.version>5.1.39</mysql.version>
|
|
<cglib.version>3.2.2</cglib.version>
|
|
<cglib.version>3.2.2</cglib.version>
|
|
@@ -153,6 +153,11 @@
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
|
+ <version>${slf4j.version}</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>javax.transaction</groupId>
|
|
<groupId>javax.transaction</groupId>
|
|
<artifactId>jta</artifactId>
|
|
<artifactId>jta</artifactId>
|
|
@@ -219,6 +224,12 @@
|
|
<groupId>org.hsweb</groupId>
|
|
<groupId>org.hsweb</groupId>
|
|
<artifactId>hsweb-expands-office</artifactId>
|
|
<artifactId>hsweb-expands-office</artifactId>
|
|
<version>${hsweb.expands.version}</version>
|
|
<version>${hsweb.expands.version}</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hsweb</groupId>
|
|
<groupId>org.hsweb</groupId>
|
|
@@ -246,6 +257,12 @@
|
|
<version>${hsweb.ezorm.version}</version>
|
|
<version>${hsweb.ezorm.version}</version>
|
|
<type>pom</type>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
<scope>import</scope>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hsweb</groupId>
|
|
<groupId>org.hsweb</groupId>
|