File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,14 @@ under the License.
137
137
<plugin >
138
138
<groupId >org.apache.maven.plugins</groupId >
139
139
<artifactId >maven-enforcer-plugin</artifactId >
140
- <version >3.0.0-M3</version >
140
+ <version >3.0.0</version >
141
+ <dependencies >
142
+ <dependency >
143
+ <groupId >org.codehaus.mojo</groupId >
144
+ <artifactId >extra-enforcer-rules</artifactId >
145
+ <version >1.4</version >
146
+ </dependency >
147
+ </dependencies >
141
148
</plugin >
142
149
<plugin >
143
150
<groupId >org.apache.maven.plugins</groupId >
@@ -160,6 +167,18 @@ under the License.
160
167
</plugins >
161
168
</pluginManagement >
162
169
<plugins >
170
+ <plugin >
171
+ <groupId >org.apache.maven.plugins</groupId >
172
+ <artifactId >maven-enforcer-plugin</artifactId >
173
+ <version >3.0.0</version >
174
+ <dependencies >
175
+ <dependency >
176
+ <groupId >org.codehaus.mojo</groupId >
177
+ <artifactId >extra-enforcer-rules</artifactId >
178
+ <version >1.4</version >
179
+ </dependency >
180
+ </dependencies >
181
+ </plugin >
163
182
<plugin >
164
183
<groupId >org.apache.maven.plugins</groupId >
165
184
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments