File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed
Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 4646 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4747 </properties >
4848
49- <dependencyManagement >
50- <dependencies >
51- <dependency >
52- <groupId >junit</groupId >
53- <artifactId >junit</artifactId >
54- <version >4.11</version >
55- <scope >test</scope >
56- </dependency >
57- </dependencies >
58- </dependencyManagement >
59-
6049 <distributionManagement >
6150 <snapshotRepository >
6251 <id >ossrh</id >
127116 <dependency >
128117 <groupId >junit</groupId >
129118 <artifactId >junit</artifactId >
119+ <version >4.11</version >
130120 <scope >test</scope >
131121 </dependency >
132122 </dependencies >
186176 <target >1.8</target >
187177 </configuration >
188178 </plugin >
179+ <plugin >
180+ <groupId >org.apache.maven.plugins</groupId >
181+ <artifactId >maven-jar-plugin</artifactId >
182+ <version >3.1.1</version >
183+ </plugin >
189184 <plugin >
190185 <groupId >org.moditect</groupId >
191186 <artifactId >moditect-maven-plugin</artifactId >
235230 </plugin >
236231
237232 </plugins >
238-
239233 <pluginManagement >
240234 <plugins >
241- <plugin >
242- <groupId >org.apache.maven.plugins</groupId >
243- <artifactId >maven-jar-plugin</artifactId >
244- <version >3.1.1</version >
245- </plugin >
246235 <plugin >
247236 <groupId >org.eclipse.m2e</groupId >
248237 <artifactId >lifecycle-mapping</artifactId >
You can’t perform that action at this time.
0 commit comments