File tree 4 files changed +28
-0
lines changed
tests/test-sessions/test-infinispan-sessions
4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 61
61
<groupId >org.infinispan</groupId >
62
62
<artifactId >infinispan-client-hotrod</artifactId >
63
63
<scope >provided</scope >
64
+ <exclusions >
65
+ <!-- this is depending on an old log4j version which have this issue https://issues.apache.org/jira/browse/LOG4J2-3241 -->
66
+ <exclusion >
67
+ <groupId >org.apache.logging.log4j</groupId >
68
+ <artifactId >log4j-core</artifactId >
69
+ </exclusion >
70
+ </exclusions >
64
71
</dependency >
65
72
<dependency >
66
73
<groupId >org.infinispan</groupId >
Original file line number Diff line number Diff line change 103
103
<dependency >
104
104
<groupId >org.infinispan</groupId >
105
105
<artifactId >infinispan-client-hotrod</artifactId >
106
+ <exclusions >
107
+ <!-- this is depending on an old log4j version which have this issue https://issues.apache.org/jira/browse/LOG4J2-3241 -->
108
+ <exclusion >
109
+ <groupId >org.apache.logging.log4j</groupId >
110
+ <artifactId >log4j-core</artifactId >
111
+ </exclusion >
112
+ </exclusions >
106
113
</dependency >
107
114
<dependency >
108
115
<groupId >org.infinispan</groupId >
Original file line number Diff line number Diff line change 82
82
<groupId >org.infinispan</groupId >
83
83
<artifactId >infinispan-client-hotrod</artifactId >
84
84
<scope >provided</scope >
85
+ <exclusions >
86
+ <!-- this is depending on an old log4j version which have this issue https://issues.apache.org/jira/browse/LOG4J2-3241 -->
87
+ <exclusion >
88
+ <groupId >org.apache.logging.log4j</groupId >
89
+ <artifactId >log4j-core</artifactId >
90
+ </exclusion >
91
+ </exclusions >
85
92
</dependency >
86
93
<dependency >
87
94
<groupId >org.infinispan</groupId >
Original file line number Diff line number Diff line change 125
125
<artifactId >infinispan-client-hotrod</artifactId >
126
126
<version >${infinispan.version} </version >
127
127
<scope >test</scope >
128
+ <exclusions >
129
+ <!-- this is depending on an old log4j version which have this issue https://issues.apache.org/jira/browse/LOG4J2-3241 -->
130
+ <exclusion >
131
+ <groupId >org.apache.logging.log4j</groupId >
132
+ <artifactId >log4j-core</artifactId >
133
+ </exclusion >
134
+ </exclusions >
128
135
</dependency >
129
136
<dependency >
130
137
<groupId >org.infinispan</groupId >
You can’t perform that action at this time.
0 commit comments