Skip to content

Commit c57895e

Browse files
committed
Fix dependencies
1 parent 8206f9d commit c57895e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ under the License.
136136
<artifactId>maven-artifact-transfer</artifactId>
137137
<version>0.13.1</version>
138138
</dependency>
139+
<dependency>
140+
<groupId>org.eclipse.sisu</groupId>
141+
<artifactId>org.eclipse.sisu.plexus</artifactId>
142+
<scope>provided</scope>
143+
</dependency>
139144
<dependency>
140145
<groupId>org.apache.maven.shared</groupId>
141146
<artifactId>maven-common-artifact-filters</artifactId>
@@ -170,16 +175,19 @@ under the License.
170175
<groupId>net.sourceforge.pmd</groupId>
171176
<artifactId>pmd-java</artifactId>
172177
<version>${pmdVersion}</version>
178+
<scope>runtime</scope>
173179
</dependency>
174180
<dependency>
175181
<groupId>net.sourceforge.pmd</groupId>
176182
<artifactId>pmd-javascript</artifactId>
177183
<version>${pmdVersion}</version>
184+
<scope>runtime</scope>
178185
</dependency>
179186
<dependency>
180187
<groupId>net.sourceforge.pmd</groupId>
181188
<artifactId>pmd-jsp</artifactId>
182189
<version>${pmdVersion}</version>
190+
<scope>runtime</scope>
183191
</dependency>
184192

185193
<dependency>

0 commit comments

Comments
 (0)