Skip to content

Commit f1e84e3

Browse files
committed
Simplify dependency management
1 parent 3d35213 commit f1e84e3

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

pom.xml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,6 @@
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>
@@ -127,6 +116,7 @@
127116
<dependency>
128117
<groupId>junit</groupId>
129118
<artifactId>junit</artifactId>
119+
<version>4.11</version>
130120
<scope>test</scope>
131121
</dependency>
132122
</dependencies>
@@ -186,6 +176,11 @@
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>
@@ -235,14 +230,8 @@
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>

0 commit comments

Comments
 (0)