Skip to content

Commit d5684ef

Browse files
author
gm2552
committed
Updating pom.xml file for version cleanup and latest dependencies.
1 parent 8d6eb78 commit d5684ef

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

pom.xml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
<dependency>
7474
<groupId>commons-codec</groupId>
7575
<artifactId>commons-codec</artifactId>
76-
<version>1.11</version>
7776
<scope>compile</scope>
7877
</dependency>
7978
<dependency>
@@ -160,7 +159,6 @@
160159
<dependency>
161160
<groupId>org.mockito</groupId>
162161
<artifactId>mockito-core</artifactId>
163-
<version>2.21.0</version>
164162
<scope>test</scope>
165163
</dependency>
166164
</dependencies>
@@ -205,21 +203,7 @@
205203
<directory>${project.basedir}/lib</directory>
206204
</testResource>
207205
</testResources>
208-
<plugins>
209-
<plugin>
210-
<groupId>org.apache.maven.plugins</groupId>
211-
<artifactId>maven-dependency-plugin</artifactId>
212-
<executions>
213-
<execution>
214-
<goals>
215-
<goal>copy-dependencies</goal>
216-
</goals>
217-
<configuration>
218-
<outputDirectory>${project.basedir}/target/lib</outputDirectory>
219-
</configuration>
220-
</execution>
221-
</executions>
222-
</plugin>
206+
<plugins>
223207
<plugin>
224208
<groupId>org.apache.maven.plugins</groupId>
225209
<artifactId>maven-surefire-plugin</artifactId>
@@ -251,7 +235,6 @@
251235
<plugin>
252236
<groupId>org.apache.maven.plugins</groupId>
253237
<artifactId>maven-source-plugin</artifactId>
254-
<version>2.0.3</version>
255238
<executions>
256239
<execution>
257240
<goals>
@@ -273,7 +256,6 @@
273256
<plugin>
274257
<groupId>org.apache.maven.plugins</groupId>
275258
<artifactId>maven-jar-plugin</artifactId>
276-
<version>2.2</version>
277259
<executions>
278260
<execution>
279261
<goals>

0 commit comments

Comments
 (0)