Skip to content

Commit be59b7e

Browse files
author
gm2552
committed
Updating pom.xml file for version cleanup and latest dependencies.
1 parent a9e3042 commit be59b7e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,10 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-annotations</artifactId>
56-
<version>${jackson.version}</version>
5756
</dependency>
5857
<dependency>
5958
<groupId>junit</groupId>
6059
<artifactId>junit</artifactId>
61-
<version>4.12</version>
6260
<type>jar</type>
6361
<scope>test</scope>
6462
</dependency>
@@ -75,7 +73,6 @@
7573
<dependency>
7674
<groupId>org.mockito</groupId>
7775
<artifactId>mockito-core</artifactId>
78-
<version>2.21.0</version>
7976
<scope>test</scope>
8077
</dependency>
8178
</dependencies>
@@ -119,7 +116,6 @@
119116
<plugin>
120117
<groupId>org.apache.maven.plugins</groupId>
121118
<artifactId>maven-source-plugin</artifactId>
122-
<version>3.0.1</version>
123119
<executions>
124120
<execution>
125121
<goals>

0 commit comments

Comments
 (0)