Skip to content

Commit 17679a1

Browse files
committed
updated ANT dependencies and test tto 1.10.15
1 parent a76daa2 commit 17679a1

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

jcp-tests/jcp-test-ant/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.apache.ant</groupId>
1717
<artifactId>ant</artifactId>
18-
<version>1.8.2</version>
18+
<version>1.10.15</version>
1919
<scope>provided</scope>
2020
</dependency>
2121
</dependencies>
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-antrun-plugin</artifactId>
51-
<version>1.8</version>
51+
<version>3.1.0</version>
5252
<executions>
5353
<execution>
5454
<id>preprocess-test-resources</id>

jcp-tests/pom.xml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<jcp.test.version>7.3.0-SNAPSHOT</jcp.test.version>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<junit.version>5.13.3</junit.version>
14+
<maven.compiler.source>11</maven.compiler.source>
15+
<maven.compiler.target>11</maven.compiler.target>
1416
<maven.compiler.release>11</maven.compiler.release>
1517
<gradle5.executable>gradle5</gradle5.executable>
1618
<gradle6.executable>gradle6</gradle6.executable>
@@ -93,26 +95,26 @@
9395
<groupId>org.junit.jupiter</groupId>
9496
<artifactId>junit-jupiter-api</artifactId>
9597
<version>${junit.version}</version>
96-
<scope>test</scope>
97-
</dependency>
98+
<scope>test</scope>
99+
</dependency>
98100
</dependencies>
99101

100102
<build>
101-
<plugins>
102-
<plugin>
103-
<groupId>org.apache.maven.plugins</groupId>
104-
<artifactId>maven-clean-plugin</artifactId>
105-
<executions>
106-
<execution>
107-
<id>force-clean</id>
108-
<goals>
109-
<goal>clean</goal>
110-
</goals>
111-
<phase>initialize</phase>
112-
</execution>
113-
</executions>
114-
</plugin>
115-
</plugins>
103+
<plugins>
104+
<plugin>
105+
<groupId>org.apache.maven.plugins</groupId>
106+
<artifactId>maven-clean-plugin</artifactId>
107+
<executions>
108+
<execution>
109+
<id>force-clean</id>
110+
<goals>
111+
<goal>clean</goal>
112+
</goals>
113+
<phase>initialize</phase>
114+
</execution>
115+
</executions>
116+
</plugin>
117+
</plugins>
116118
</build>
117119

118120
</project>

jcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<dependency>
193193
<groupId>org.apache.ant</groupId>
194194
<artifactId>ant</artifactId>
195-
<version>1.8.2</version>
195+
<version>1.10.15</version>
196196
<scope>provided</scope>
197197
</dependency>
198198
<dependency>

0 commit comments

Comments
 (0)