Skip to content

Commit 087508c

Browse files
committed
Minor pom.xml streamlining
1 parent 1876ea8 commit 087508c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

parameter-names/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@ introspection of method/constructor parameter names, without having to add expli
2626
<packageVersion.dir>com/fasterxml/jackson/module/paramnames</packageVersion.dir>
2727
<packageVersion.package>${project.groupId}.paramnames</packageVersion.package>
2828

29-
<assertj-core.version>3.8.0</assertj-core.version>
3029
<mockito-core.version>4.5.0</mockito-core.version>
3130
</properties>
3231

3332
<dependencies>
3433
<dependency>
3534
<groupId>org.assertj</groupId>
3635
<artifactId>assertj-core</artifactId>
37-
<version>${assertj-core.version}</version>
3836
<scope>test</scope>
3937
</dependency>
4038
<dependency>
@@ -70,7 +68,6 @@ introspection of method/constructor parameter names, without having to add expli
7068
<plugin>
7169
<groupId>org.apache.maven.plugins</groupId>
7270
<artifactId>maven-compiler-plugin</artifactId>
73-
<version>3.2</version>
7471
<inherited>true</inherited>
7572
<configuration>
7673
<source>${javac.src.version}</source>

0 commit comments

Comments
 (0)