Skip to content

Commit 64bdd66

Browse files
committed
#70: Removed unused dependencies as SOAP is no longer supported. Bumped dependency versions to latest.
1 parent e3ed7c7 commit 64bdd66

File tree

1 file changed

+5
-35
lines changed

1 file changed

+5
-35
lines changed

pom.xml

+5-35
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@
119119
<dependency>
120120
<groupId>org.junit.jupiter</groupId>
121121
<artifactId>junit-jupiter-engine</artifactId>
122-
<version>5.7.0</version>
122+
<version>5.7.1</version>
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.junit.jupiter</groupId>
127127
<artifactId>junit-jupiter-params</artifactId>
128-
<version>5.7.0</version>
128+
<version>5.7.1</version>
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>org.hibernate</groupId>
152152
<artifactId>hibernate-core</artifactId>
153-
<version>5.4.27.Final</version>
153+
<version>5.4.28.Final</version>
154154
<scope>test</scope>
155155
</dependency>
156156
<dependency>
@@ -192,19 +192,6 @@
192192
</execution>
193193
</executions>
194194
</plugin>
195-
<plugin>
196-
<groupId>org.apache.maven.plugins</groupId>
197-
<artifactId>maven-source-plugin</artifactId>
198-
<version>3.2.1</version>
199-
<executions>
200-
<execution>
201-
<id>attach-sources</id>
202-
<goals>
203-
<goal>jar-no-fork</goal>
204-
</goals>
205-
</execution>
206-
</executions>
207-
</plugin>
208195
<plugin>
209196
<groupId>org.sonatype.plugins</groupId>
210197
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -238,7 +225,7 @@
238225
<plugin>
239226
<groupId>org.owasp</groupId>
240227
<artifactId>dependency-check-maven</artifactId>
241-
<version>6.0.3</version>
228+
<version>6.1.1</version>
242229
<executions>
243230
<execution>
244231
<phase>verify</phase>
@@ -261,12 +248,7 @@
261248
<plugin>
262249
<groupId>org.sonarsource.scanner.maven</groupId>
263250
<artifactId>sonar-maven-plugin</artifactId>
264-
<version>3.7.0.1746</version>
265-
</plugin>
266-
<plugin>
267-
<groupId>org.codehaus.mojo</groupId>
268-
<artifactId>build-helper-maven-plugin</artifactId>
269-
<version>3.2.0</version>
251+
<version>3.8.0.2131</version>
270252
</plugin>
271253
</plugins>
272254
</pluginManagement>
@@ -309,18 +291,6 @@
309291
<goal>test</goal>
310292
</goals>
311293
</plugin>
312-
<plugin>
313-
<groupId>org.apache.maven.plugins</groupId>
314-
<artifactId>maven-source-plugin</artifactId>
315-
<executions>
316-
<execution>
317-
<id>attach-sources</id>
318-
<goals>
319-
<goal>jar-no-fork</goal>
320-
</goals>
321-
</execution>
322-
</executions>
323-
</plugin>
324294
<plugin>
325295
<groupId>org.apache.maven.plugins</groupId>
326296
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)