We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e3042 commit be59b7eCopy full SHA for be59b7e
1 file changed
pom.xml
@@ -53,12 +53,10 @@
53
<dependency>
54
<groupId>com.fasterxml.jackson.core</groupId>
55
<artifactId>jackson-annotations</artifactId>
56
- <version>${jackson.version}</version>
57
</dependency>
58
59
<groupId>junit</groupId>
60
<artifactId>junit</artifactId>
61
- <version>4.12</version>
62
<type>jar</type>
63
<scope>test</scope>
64
@@ -75,7 +73,6 @@
75
73
76
74
<groupId>org.mockito</groupId>
77
<artifactId>mockito-core</artifactId>
78
- <version>2.21.0</version>
79
80
81
</dependencies>
@@ -119,7 +116,6 @@
119
116
<plugin>
120
117
<groupId>org.apache.maven.plugins</groupId>
121
118
<artifactId>maven-source-plugin</artifactId>
122
- <version>3.0.1</version>
123
<executions>
124
<execution>
125
<goals>
0 commit comments