Skip to content

Commit f977f36

Browse files
exclude some infinispan dependencies to avoid problem with m-enforcer-p (#8177)
* exclude some infinispan dependencies to avoid problem with m-enforcer-p Signed-off-by: Lachlan Roberts <lachlan@webtide.com> * exclude some infinispan dependencies to avoid problem with m-enforcer-p Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
1 parent fa40ad7 commit f977f36

File tree

4 files changed

+4
-4
lines changed
  • jetty-infinispan
  • tests/test-sessions/test-infinispan-sessions

4 files changed

+4
-4
lines changed

jetty-infinispan/infinispan-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<!-- this is depending on an old log4j version which have this issue https://issues.apache.org/jira/browse/LOG4J2-3241 -->
6666
<exclusion>
6767
<groupId>org.apache.logging.log4j</groupId>
68-
<artifactId>log4j-core</artifactId>
68+
<artifactId>*</artifactId>
6969
</exclusion>
7070
</exclusions>
7171
</dependency>

jetty-infinispan/infinispan-remote-query/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<!-- this is depending on an old log4j version which have this issue https://issues.apache.org/jira/browse/LOG4J2-3241 -->
108108
<exclusion>
109109
<groupId>org.apache.logging.log4j</groupId>
110-
<artifactId>log4j-core</artifactId>
110+
<artifactId>*</artifactId>
111111
</exclusion>
112112
</exclusions>
113113
</dependency>

jetty-infinispan/infinispan-remote/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<!-- this is depending on an old log4j version which have this issue https://issues.apache.org/jira/browse/LOG4J2-3241 -->
8787
<exclusion>
8888
<groupId>org.apache.logging.log4j</groupId>
89-
<artifactId>log4j-core</artifactId>
89+
<artifactId>*</artifactId>
9090
</exclusion>
9191
</exclusions>
9292
</dependency>

tests/test-sessions/test-infinispan-sessions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<!-- this is depending on an old log4j version which have this issue https://issues.apache.org/jira/browse/LOG4J2-3241 -->
130130
<exclusion>
131131
<groupId>org.apache.logging.log4j</groupId>
132-
<artifactId>log4j-core</artifactId>
132+
<artifactId>*</artifactId>
133133
</exclusion>
134134
</exclusions>
135135
</dependency>

0 commit comments

Comments
 (0)