Skip to content

Commit 090af6d

Browse files
committed
Add test jars
1 parent e443b03 commit 090af6d

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

log4j-distribution/pom.xml

+18-2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@
5555
<version>${project.version}</version>
5656
<classifier>sources</classifier>
5757
</dependency>
58+
<dependency>
59+
<groupId>org.apache.logging.log4j</groupId>
60+
<artifactId>log4j-api-test</artifactId>
61+
<version>${project.version}</version>
62+
</dependency>
63+
<dependency>
64+
<groupId>org.apache.logging.log4j</groupId>
65+
<artifactId>log4j-api-test</artifactId>
66+
<version>${project.version}</version>
67+
<classifier>sources</classifier>
68+
</dependency>
5869
<dependency>
5970
<groupId>org.apache.logging.log4j</groupId>
6071
<artifactId>log4j-appserver</artifactId>
@@ -90,9 +101,14 @@
90101
</dependency>
91102
<dependency>
92103
<groupId>org.apache.logging.log4j</groupId>
93-
<artifactId>log4j-core</artifactId>
104+
<artifactId>log4j-core-test</artifactId>
94105
<version>${project.version}</version>
95-
<classifier>tests</classifier>
106+
</dependency>
107+
<dependency>
108+
<groupId>org.apache.logging.log4j</groupId>
109+
<artifactId>log4j-core-test</artifactId>
110+
<version>${project.version}</version>
111+
<classifier>sources</classifier>
96112
</dependency>
97113
<dependency>
98114
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)