File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 898
898
<groupId >org.apache.activemq</groupId >
899
899
<artifactId >activemq-console</artifactId >
900
900
<version >${activemq.version} </version >
901
+ <exclusions >
902
+ <exclusion >
903
+ <groupId >commons-logging</groupId >
904
+ <artifactId >commons-logging</artifactId >
905
+ </exclusion >
906
+ </exclusions >
901
907
</dependency >
902
908
<dependency >
903
909
<groupId >org.apache.activemq</groupId >
933
939
<groupId >org.apache.activemq</groupId >
934
940
<artifactId >activemq-leveldb-store</artifactId >
935
941
<version >${activemq.version} </version >
942
+ <exclusions >
943
+ <exclusion >
944
+ <groupId >commons-logging</groupId >
945
+ <artifactId >commons-logging</artifactId >
946
+ </exclusion >
947
+ </exclusions >
936
948
</dependency >
937
949
<dependency >
938
950
<groupId >org.apache.activemq</groupId >
993
1005
<groupId >org.apache.activemq</groupId >
994
1006
<artifactId >activemq-spring</artifactId >
995
1007
<version >${activemq.version} </version >
1008
+ <exclusions >
1009
+ <exclusion >
1010
+ <groupId >commons-logging</groupId >
1011
+ <artifactId >commons-logging</artifactId >
1012
+ </exclusion >
1013
+ </exclusions >
996
1014
</dependency >
997
1015
<dependency >
998
1016
<groupId >org.apache.activemq</groupId >
You can’t perform that action at this time.
0 commit comments