File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 3434 <groupId >org.apache.maven</groupId >
3535 <artifactId >maven-core</artifactId >
3636 </dependency >
37+ <dependency >
38+ <groupId >org.apache.maven</groupId >
39+ <artifactId >maven-model</artifactId >
40+ <scope >provided</scope >
41+ </dependency >
3742 <dependency >
3843 <groupId >javax.inject</groupId >
3944 <artifactId >javax.inject</artifactId >
8085 <localRepositoryPath >${project.build.directory} /local-repo</localRepositoryPath >
8186 <settingsFile >src/it/mrm/settings.xml</settingsFile >
8287 <extraArtifacts >
83- <!-- artifacts in test scope is not installed by default -->
84- <!-- we only need this one not everything from test scope -->
88+ <!-- Artifacts in test scope are not installed by default. -->
89+ <!-- We only need this one, not everything from test scope. -->
8590 <extraArtifact >org.apache.maven.plugins:maven-enforcer-plugin:${project.version} </extraArtifact >
8691 </extraArtifacts >
8792 <goals >
Original file line number Diff line number Diff line change 131131 <version >${mavenVersion} </version >
132132 <scope >provided</scope >
133133 </dependency >
134+ <dependency >
135+ <groupId >org.apache.maven</groupId >
136+ <artifactId >maven-model</artifactId >
137+ <version >${mavenVersion} </version >
138+ <scope >provided</scope >
139+ </dependency >
134140 <dependency >
135141 <groupId >org.eclipse.aether</groupId >
136142 <artifactId >aether-api</artifactId >
You can’t perform that action at this time.
0 commit comments