File tree Expand file tree Collapse file tree 2 files changed +8
-47
lines changed Expand file tree Collapse file tree 2 files changed +8
-47
lines changed Original file line number Diff line number Diff line change 1616 ~ limitations under the License.
1717 -->
1818
19- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
20+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2022 <modelVersion >4.0.0</modelVersion >
2123
2224 <parent >
5961 <artifactId >slf4j-api</artifactId >
6062 <version >1.7.36</version >
6163 </dependency >
64+
65+ <!-- Test only dependencies follow -->
6266 <dependency >
6367 <groupId >org.apache.logging.log4j</groupId >
6468 <artifactId >log4j-slf4j-impl</artifactId >
6569 <version >2.17.2</version >
70+ <scope >test</scope >
6671 </dependency >
6772 <dependency >
6873 <groupId >org.apache.logging.log4j</groupId >
6974 <artifactId >log4j-core</artifactId >
7075 <version >2.17.2</version >
76+ <scope >test</scope >
7177 </dependency >
7278
7379 <dependency >
7480 <groupId >org.apache.logging.log4j</groupId >
7581 <artifactId >log4j-api</artifactId >
7682 <version >2.17.2</version >
83+ <scope >test</scope >
7784 </dependency >
7885 <dependency >
7986 <groupId >org.junit.jupiter</groupId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments