Skip to content

Commit cd200fc

Browse files
committed
update the mockito and javadoc plugins for java 11
1 parent 89042a2 commit cd200fc

File tree

4 files changed

+467
-391
lines changed

4 files changed

+467
-391
lines changed

epics-util/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@
3333
</execution>
3434
</executions>
3535
</plugin>
36-
<plugin>
37-
<groupId>org.apache.maven.plugins</groupId>
38-
<artifactId>maven-javadoc-plugin</artifactId>
39-
<version>2.10.4</version>
40-
<executions>
41-
<execution>
42-
<id>attach-javadocs</id>
43-
<goals>
44-
<goal>jar</goal>
45-
</goals>
46-
</execution>
47-
</executions>
48-
</plugin>
4936
<plugin>
5037
<groupId>com.mycila</groupId>
5138
<artifactId>license-maven-plugin</artifactId>

epics-vtype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.mockito</groupId>
5454
<artifactId>mockito-all</artifactId>
55-
<version>1.10.19</version>
55+
<version>2.0.2-beta</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>

gpclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.mockito</groupId>
105105
<artifactId>mockito-core</artifactId>
106-
<version>2.13.0</version>
106+
<version>2.22.0</version>
107107
<scope>test</scope>
108108
</dependency>
109109
<dependency>

0 commit comments

Comments
 (0)