File tree 1 file changed +8
-0
lines changed 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,11 @@ under the License.
136
136
<artifactId >maven-artifact-transfer</artifactId >
137
137
<version >0.13.1</version >
138
138
</dependency >
139
+ <dependency >
140
+ <groupId >org.eclipse.sisu</groupId >
141
+ <artifactId >org.eclipse.sisu.plexus</artifactId >
142
+ <scope >provided</scope >
143
+ </dependency >
139
144
<dependency >
140
145
<groupId >org.apache.maven.shared</groupId >
141
146
<artifactId >maven-common-artifact-filters</artifactId >
@@ -170,16 +175,19 @@ under the License.
170
175
<groupId >net.sourceforge.pmd</groupId >
171
176
<artifactId >pmd-java</artifactId >
172
177
<version >${pmdVersion} </version >
178
+ <scope >runtime</scope >
173
179
</dependency >
174
180
<dependency >
175
181
<groupId >net.sourceforge.pmd</groupId >
176
182
<artifactId >pmd-javascript</artifactId >
177
183
<version >${pmdVersion} </version >
184
+ <scope >runtime</scope >
178
185
</dependency >
179
186
<dependency >
180
187
<groupId >net.sourceforge.pmd</groupId >
181
188
<artifactId >pmd-jsp</artifactId >
182
189
<version >${pmdVersion} </version >
190
+ <scope >runtime</scope >
183
191
</dependency >
184
192
185
193
<dependency >
You can’t perform that action at this time.
0 commit comments