File tree 8 files changed +20
-22
lines changed
plexus-compiler-javac-errorprone
8 files changed +20
-22
lines changed Original file line number Diff line number Diff line change 22
22
<artifactId >javax.inject</artifactId >
23
23
</dependency >
24
24
<dependency >
25
- <groupId >org.codehaus.plexus </groupId >
26
- <artifactId >plexus-xml </artifactId >
25
+ <groupId >org.slf4j </groupId >
26
+ <artifactId >slf4j-api </artifactId >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 13
13
<name >Plexus Compiler Test Harness</name >
14
14
15
15
<dependencies >
16
+ <dependency >
17
+ <groupId >javax.inject</groupId >
18
+ <artifactId >javax.inject</artifactId >
19
+ </dependency >
16
20
<dependency >
17
21
<groupId >org.codehaus.plexus</groupId >
18
22
<artifactId >plexus-compiler-api</artifactId >
Original file line number Diff line number Diff line change 32
32
<artifactId >aspectjtools</artifactId >
33
33
<version >${aspectj.version} </version >
34
34
</dependency >
35
+ <dependency >
36
+ <groupId >org.codehaus.plexus</groupId >
37
+ <artifactId >plexus-utils</artifactId >
38
+ </dependency >
35
39
</dependencies >
36
40
37
41
<build >
Original file line number Diff line number Diff line change 22
22
<groupId >org.codehaus.plexus</groupId >
23
23
<artifactId >plexus-utils</artifactId >
24
24
</dependency >
25
- <dependency >
26
- <groupId >org.junit.jupiter</groupId >
27
- <artifactId >junit-jupiter-api</artifactId >
28
- <scope >test</scope >
29
- </dependency >
30
25
<dependency >
31
26
<groupId >org.hamcrest</groupId >
32
27
<artifactId >hamcrest</artifactId >
Original file line number Diff line number Diff line change 18
18
</properties >
19
19
20
20
<dependencies >
21
- <dependency >
22
- <groupId >org.codehaus.plexus</groupId >
23
- <artifactId >plexus-compiler-api</artifactId >
24
- </dependency >
25
21
<dependency >
26
22
<groupId >org.codehaus.plexus</groupId >
27
23
<artifactId >plexus-utils</artifactId >
36
32
<artifactId >javax.inject</artifactId >
37
33
</dependency >
38
34
<dependency >
39
- <groupId >org.junit.jupiter</groupId >
40
- <artifactId >junit-jupiter-api</artifactId >
41
- <scope >test</scope >
35
+ <groupId >org.slf4j</groupId >
36
+ <artifactId >slf4j-api</artifactId >
42
37
</dependency >
43
38
<dependency >
44
39
<groupId >org.junit.jupiter</groupId >
53
48
<dependency >
54
49
<groupId >org.codehaus.plexus</groupId >
55
50
<artifactId >plexus-testing</artifactId >
56
- <scope >compile </scope >
51
+ <scope >test </scope >
57
52
</dependency >
58
53
</dependencies >
59
54
Original file line number Diff line number Diff line change 20
20
</properties >
21
21
22
22
<dependencies >
23
- <dependency >
24
- <groupId >org.codehaus.plexus</groupId >
25
- <artifactId >plexus-utils</artifactId >
26
- </dependency >
27
23
<dependency >
28
24
<groupId >org.codehaus.plexus</groupId >
29
25
<artifactId >plexus-compiler-javac</artifactId >
Original file line number Diff line number Diff line change 23
23
<artifactId >javax.inject</artifactId >
24
24
</dependency >
25
25
<dependency >
26
- <groupId >org.junit.jupiter</groupId >
27
- <artifactId >junit-jupiter-api</artifactId >
28
- <scope >test</scope >
26
+ <groupId >org.slf4j</groupId >
27
+ <artifactId >slf4j-api</artifactId >
29
28
</dependency >
30
29
<dependency >
31
30
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 138
138
<artifactId >plexus-xml</artifactId >
139
139
<version >3.0.0</version >
140
140
</dependency >
141
+ <dependency >
142
+ <groupId >org.slf4j</groupId >
143
+ <artifactId >slf4j-api</artifactId >
144
+ <version >1.7.36</version >
145
+ </dependency >
141
146
</dependencies >
142
147
</dependencyManagement >
143
148
You can’t perform that action at this time.
0 commit comments