We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6e9734 + 74bbfe6 commit f110f63Copy full SHA for f110f63
.github/workflows/deep.yml
@@ -12,7 +12,7 @@ name: deep
12
- master
13
jobs:
14
deep:
15
- timeout-minutes: 15
+ timeout-minutes: 20
16
runs-on: ubuntu-24.04
17
steps:
18
- uses: actions/checkout@v4
pom.xml
@@ -154,6 +154,12 @@
154
<groupId>com.opencsv</groupId>
155
<artifactId>opencsv</artifactId>
156
<version>5.11.1</version>
157
+ <exclusions>
158
+ <exclusion>
159
+ <groupId>org.junit.vintage</groupId>
160
+ <artifactId>junit-vintage-engine</artifactId>
161
+ </exclusion>
162
+ </exclusions>
163
</dependency>
164
<dependency>
165
<groupId>org.codehaus.groovy</groupId>
0 commit comments