File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.apache.maven.plugins</groupId >
27
27
<artifactId >maven-plugins</artifactId >
28
- <version >34 </version >
28
+ <version >35 </version >
29
29
<relativePath />
30
30
</parent >
31
31
91
91
<version >${mavenVersion} </version >
92
92
<scope >provided</scope >
93
93
</dependency >
94
+ <dependency >
95
+ <groupId >org.apache.maven</groupId >
96
+ <artifactId >maven-model</artifactId >
97
+ <version >${mavenVersion} </version >
98
+ <scope >provided</scope >
99
+ </dependency >
94
100
<dependency >
95
101
<groupId >org.apache.maven.shared</groupId >
96
102
<artifactId >maven-artifact-transfer</artifactId >
170
176
</contributor >
171
177
</contributors >
172
178
173
- <build >
174
- <pluginManagement >
175
- <plugins >
176
- <plugin >
177
- <groupId >org.apache.maven.plugins</groupId >
178
- <artifactId >maven-javadoc-plugin</artifactId >
179
- <version >3.3.1</version >
180
- </plugin >
181
- <plugin >
182
- <groupId >org.apache.maven.plugins</groupId >
183
- <artifactId >maven-invoker-plugin</artifactId >
184
- <version >3.2.2</version >
185
- </plugin >
186
- </plugins >
187
- </pluginManagement >
188
- </build >
189
179
<profiles >
190
180
<profile >
191
181
<id >run-its</id >
You can’t perform that action at this time.
0 commit comments