File tree 2 files changed +38
-1
lines changed
2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 58
58
<version >1.7.36</version >
59
59
<scope >provided</scope >
60
60
</dependency >
61
+ <dependency >
62
+ <groupId >org.codehaus.plexus</groupId >
63
+ <artifactId >plexus-classworlds</artifactId >
64
+ <scope >provided</scope >
65
+ </dependency >
66
+ <dependency >
67
+ <groupId >org.codehaus.plexus</groupId >
68
+ <artifactId >plexus-utils</artifactId >
69
+ <scope >provided</scope >
70
+ </dependency >
71
+ <dependency >
72
+ <groupId >org.eclipse.sisu</groupId >
73
+ <artifactId >org.eclipse.sisu.plexus</artifactId >
74
+ <scope >provided</scope >
75
+ </dependency >
76
+ <dependency >
77
+ <groupId >javax.inject</groupId >
78
+ <artifactId >javax.inject</artifactId >
79
+ <scope >provided</scope >
80
+ </dependency >
61
81
62
82
<dependency >
63
83
<groupId >org.apache.maven.enforcer</groupId >
73
93
<artifactId >mockito-junit-jupiter</artifactId >
74
94
<scope >test</scope >
75
95
</dependency >
96
+ <dependency >
97
+ <groupId >org.mockito</groupId >
98
+ <artifactId >mockito-core</artifactId >
99
+ <scope >test</scope >
100
+ </dependency >
76
101
<dependency >
77
102
<groupId >org.junit.jupiter</groupId >
78
- <artifactId >junit-jupiter-engine </artifactId >
103
+ <artifactId >junit-jupiter-api </artifactId >
79
104
<scope >test</scope >
80
105
</dependency >
81
106
<dependency >
Original file line number Diff line number Diff line change 154
154
<version >0.9.0.M2</version >
155
155
<scope >provided</scope >
156
156
</dependency >
157
+ <dependency >
158
+ <groupId >org.codehaus.plexus</groupId >
159
+ <artifactId >plexus-classworlds</artifactId >
160
+ <version >2.5.2</version >
161
+ <scope >provided</scope >
162
+ </dependency >
163
+ <dependency >
164
+ <groupId >javax.inject</groupId >
165
+ <artifactId >javax.inject</artifactId >
166
+ <version >1</version >
167
+ <scope >provided</scope >
168
+ </dependency >
157
169
158
170
<!-- other dependencies -->
159
171
<dependency >
You can’t perform that action at this time.
0 commit comments