File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments