Skip to content

Commit

Permalink
Minor pom.xml streamlining
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 5, 2024
1 parent 1876ea8 commit 087508c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parameter-names/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ introspection of method/constructor parameter names, without having to add expli
<packageVersion.dir>com/fasterxml/jackson/module/paramnames</packageVersion.dir>
<packageVersion.package>${project.groupId}.paramnames</packageVersion.package>

<assertj-core.version>3.8.0</assertj-core.version>
<mockito-core.version>4.5.0</mockito-core.version>
</properties>

<dependencies>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj-core.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -70,7 +68,6 @@ introspection of method/constructor parameter names, without having to add expli
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<inherited>true</inherited>
<configuration>
<source>${javac.src.version}</source>
Expand Down

0 comments on commit 087508c

Please sign in to comment.