File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change 29
29
<description >The Apache Log4j implementation of java.lang.System.LoggerFinder</description >
30
30
31
31
<properties >
32
- <log4jParentDir >${basedir}/..</log4jParentDir >
33
32
<module .name>org.apache.logging.log4j.jpl</module .name>
34
33
</properties >
35
34
36
35
<dependencies >
37
- <dependency >
38
- <groupId >org.osgi</groupId >
39
- <artifactId >org.osgi.framework</artifactId >
40
- <scope >provided</scope >
41
- </dependency >
42
36
<dependency >
43
37
<groupId >org.apache.logging.log4j</groupId >
44
38
<artifactId >log4j-api</artifactId >
45
39
</dependency >
46
40
<dependency >
47
41
<groupId >org.apache.logging.log4j</groupId >
48
42
<artifactId >log4j-core</artifactId >
49
- <optional >true</optional >
50
- </dependency >
51
- <dependency >
52
- <groupId >com.lmax</groupId >
53
- <artifactId >disruptor</artifactId >
54
- <optional >true</optional >
43
+ <scope >test</scope >
55
44
</dependency >
56
45
<dependency >
57
46
<groupId >org.apache.logging.log4j</groupId >
74
63
<scope >test</scope >
75
64
</dependency >
76
65
</dependencies >
77
-
78
- <build >
79
- <plugins >
80
- <plugin >
81
- <groupId >org.apache.maven.plugins</groupId >
82
- <artifactId >maven-surefire-plugin</artifactId >
83
- <!-- Manual override of the Surefire provider -->
84
- <!-- The `surefire-platform` provider initializes JUL before calling our tests -->
85
- <dependencies >
86
- <dependency >
87
- <groupId >org.apache.maven.surefire</groupId >
88
- <artifactId >surefire-junit47</artifactId >
89
- <version >${surefire.version} </version >
90
- </dependency >
91
- </dependencies >
92
- </plugin >
93
- </plugins >
94
- </build >
95
-
96
66
</project >
You can’t perform that action at this time.
0 commit comments