|
50 | 50 | <groupId>org.apache.poi</groupId>
|
51 | 51 | <artifactId>poi</artifactId>
|
52 | 52 | <version>${fuzzedLibaryVersion}</version>
|
53 |
| - <!-- these exclusions can be removed again when XmlBeans 5.3.0 is released with fixed bom-dependency |
54 |
| - See https://lists.apache.org/thread/tn9j8h94vtftr1r4xg28c43r8okp4hoj --> |
55 |
| - <exclusions> |
56 |
| - <exclusion> |
57 |
| - <groupId>org.apache.logging.log4j</groupId> |
58 |
| - <artifactId>log4j-bom</artifactId> |
59 |
| - </exclusion> |
60 |
| - </exclusions> |
61 | 53 | </dependency>
|
62 | 54 | <dependency>
|
63 | 55 | <groupId>org.apache.poi</groupId>
|
64 | 56 | <artifactId>poi-ooxml</artifactId>
|
65 | 57 | <version>${fuzzedLibaryVersion}</version>
|
66 |
| - <exclusions> |
67 |
| - <exclusion> |
68 |
| - <groupId>org.apache.logging.log4j</groupId> |
69 |
| - <artifactId>log4j-bom</artifactId> |
70 |
| - </exclusion> |
71 |
| - </exclusions> |
72 | 58 | </dependency>
|
73 | 59 | <dependency>
|
74 | 60 | <groupId>org.apache.poi</groupId>
|
75 | 61 | <artifactId>poi-scratchpad</artifactId>
|
76 | 62 | <version>${fuzzedLibaryVersion}</version>
|
77 |
| - <exclusions> |
78 |
| - <exclusion> |
79 |
| - <groupId>org.apache.logging.log4j</groupId> |
80 |
| - <artifactId>log4j-bom</artifactId> |
81 |
| - </exclusion> |
82 |
| - </exclusions> |
83 | 63 | </dependency>
|
84 | 64 | <dependency>
|
85 | 65 | <groupId>org.apache.poi</groupId>
|
86 | 66 | <artifactId>poi-examples</artifactId>
|
87 | 67 | <version>${fuzzedLibaryVersion}</version>
|
88 |
| - <exclusions> |
89 |
| - <exclusion> |
90 |
| - <groupId>org.apache.logging.log4j</groupId> |
91 |
| - <artifactId>log4j-bom</artifactId> |
92 |
| - </exclusion> |
93 |
| - </exclusions> |
94 | 68 | </dependency>
|
95 | 69 | <dependency>
|
96 | 70 | <groupId>org.apache.logging.log4j</groupId>
|
97 | 71 | <artifactId>log4j-core</artifactId>
|
98 | 72 | <version>2.24.2</version>
|
99 | 73 | </dependency>
|
100 |
| - <dependency> |
101 |
| - <groupId>org.apache.logging.log4j</groupId> |
102 |
| - <artifactId>log4j-bom</artifactId> |
103 |
| - <version>2.24.2</version> |
104 |
| - <type>pom</type> |
105 |
| - <scope>import</scope> |
106 |
| - </dependency> |
107 | 74 | </dependencies>
|
108 | 75 |
|
109 | 76 | <build>
|
|
0 commit comments