File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 46
46
<maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
47
47
<maven-source-plugin .version>3.2.1</maven-source-plugin .version>
48
48
<maven-javadoc-plugin .version>3.2.0</maven-javadoc-plugin .version>
49
+ <maven-enforcer-plugin .version>3.0.0-M3</maven-enforcer-plugin .version>
49
50
</properties >
50
51
51
52
<modules >
145
146
<arguments >-Psonatype-oss-release</arguments >
146
147
</configuration >
147
148
</plugin >
149
+ <plugin >
150
+ <groupId >org.apache.maven.plugins</groupId >
151
+ <artifactId >maven-enforcer-plugin</artifactId >
152
+ <version >${maven-enforcer-plugin.version} </version >
153
+ <executions >
154
+ <execution >
155
+ <id >enforce</id >
156
+ <goals >
157
+ <goal >enforce</goal >
158
+ </goals >
159
+ <configuration >
160
+ <rules >
161
+ <banDuplicatePomDependencyVersions />
162
+ </rules >
163
+ </configuration >
164
+ </execution >
165
+ </executions >
166
+ </plugin >
148
167
</plugins >
149
168
</build >
150
169
You can’t perform that action at this time.
0 commit comments