summaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr
diff options
context:
space:
mode:
authorlizi00164331 <li.zi30@zte.com.cn>2017-04-18 15:08:09 +0800
committerlizi00164331 <li.zi30@zte.com.cn>2017-04-18 15:08:09 +0800
commita4019a2c6f05385452de5de45ad781f053e6262a (patch)
tree41cc450eb092964d88b6e1990e1136c0c11beb07 /wso2bpel-ext/wso2bpel-core/wso2bpel-mgr
parent6fe012996b4268dabec632607411f78344c53c75 (diff)
Settle the problem wso2 ext can not be setup
Issue-ID: OCS-215 Change-Id: Id5140fbfef0f8ed44c07f07de5a2df14c80985c3 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'wso2bpel-ext/wso2bpel-core/wso2bpel-mgr')
-rw-r--r--wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml b/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml
index 92a86bb..b431ed0 100644
--- a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml
+++ b/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml
@@ -272,6 +272,16 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport-sms</artifactId>
<version>1.0.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>