File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 <sonar .projectKey>java-spdx-library</sonar .projectKey>
5252 </properties >
5353 <profiles >
54+ <profile >
55+ <id >test</id >
56+ <dependencies >
57+ <dependency >
58+ <groupId >org.apache.logging.log4j</groupId >
59+ <artifactId >log4j-slf4j2-impl</artifactId >
60+ <version >2.20.0</version >
61+ <scope >test</scope >
62+ <exclusions >
63+ <exclusion >
64+ <groupId >org.slf4j</groupId >
65+ <artifactId >slf4j-api</artifactId >
66+ </exclusion >
67+ </exclusions >
68+ </dependency >
69+ </dependencies >
70+ </profile >
5471 <profile >
5572 <id >doclint-java8-disable</id >
5673 <activation >
98115 <artifactId >slf4j-api</artifactId >
99116 <version >2.0.7</version >
100117 </dependency >
101- <dependency >
102- <groupId >org.apache.logging.log4j</groupId >
103- <artifactId >log4j-slf4j2-impl</artifactId >
104- <version >2.20.0</version >
105- <exclusions >
106- <exclusion >
107- <groupId >org.slf4j</groupId >
108- <artifactId >slf4j-api</artifactId >
109- </exclusion >
110- </exclusions >
111- </dependency >
112118 <dependency >
113119 <groupId >org.apache.commons</groupId >
114120 <artifactId >commons-lang3</artifactId >
You can’t perform that action at this time.
0 commit comments