File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 34
34
<groupId >org.apache.maven</groupId >
35
35
<artifactId >maven-core</artifactId >
36
36
</dependency >
37
+ <dependency >
38
+ <groupId >org.apache.maven</groupId >
39
+ <artifactId >maven-model</artifactId >
40
+ <scope >provided</scope >
41
+ </dependency >
37
42
<dependency >
38
43
<groupId >javax.inject</groupId >
39
44
<artifactId >javax.inject</artifactId >
80
85
<localRepositoryPath >${project.build.directory} /local-repo</localRepositoryPath >
81
86
<settingsFile >src/it/mrm/settings.xml</settingsFile >
82
87
<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. -->
85
90
<extraArtifact >org.apache.maven.plugins:maven-enforcer-plugin:${project.version} </extraArtifact >
86
91
</extraArtifacts >
87
92
<goals >
Original file line number Diff line number Diff line change 131
131
<version >${mavenVersion} </version >
132
132
<scope >provided</scope >
133
133
</dependency >
134
+ <dependency >
135
+ <groupId >org.apache.maven</groupId >
136
+ <artifactId >maven-model</artifactId >
137
+ <version >${mavenVersion} </version >
138
+ <scope >provided</scope >
139
+ </dependency >
134
140
<dependency >
135
141
<groupId >org.eclipse.aether</groupId >
136
142
<artifactId >aether-api</artifactId >
You can’t perform that action at this time.
0 commit comments