Skip to content

Commit 2a2ed60

Browse files
committed
Trim down runtime dependencies a bit
1 parent 888175f commit 2a2ed60

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

pom.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,30 @@ under the License.
127127
<groupId>org.apache.maven</groupId>
128128
<artifactId>maven-api-settings</artifactId>
129129
<version>${mavenVersion}</version>
130-
<scope>provided</scope>
130+
<scope>test</scope>
131+
</dependency>
132+
<dependency>
133+
<groupId>org.apache.maven</groupId>
134+
<artifactId>maven-api-xml</artifactId>
135+
<version>${mavenVersion}</version>
136+
<scope>test</scope>
131137
</dependency>
132138
<dependency>
133139
<groupId>org.apache.maven</groupId>
134140
<artifactId>maven-xml</artifactId>
135141
<version>${mavenVersion}</version>
136-
<scope>provided</scope>
142+
<scope>test</scope>
137143
</dependency>
138144
<dependency>
139145
<groupId>org.apache.maven.shared</groupId>
140146
<artifactId>maven-filtering</artifactId>
141147
<version>${mavenFilteringVersion}</version>
148+
<exclusions>
149+
<exclusion>
150+
<groupId>org.apache.maven</groupId>
151+
<artifactId>maven-api-meta</artifactId>
152+
</exclusion>
153+
</exclusions>
142154
</dependency>
143155
<dependency>
144156
<groupId>org.sonatype.plexus</groupId>

0 commit comments

Comments
 (0)