Skip to content

Commit f110f63

Browse files
authored
Merge pull request #631 from h1alexbel/630
bug(#630): exclude `junit-vintage-engine` from `opencsv`
2 parents e6e9734 + 74bbfe6 commit f110f63

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/deep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: deep
1212
- master
1313
jobs:
1414
deep:
15-
timeout-minutes: 15
15+
timeout-minutes: 20
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v4

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@
154154
<groupId>com.opencsv</groupId>
155155
<artifactId>opencsv</artifactId>
156156
<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>
157163
</dependency>
158164
<dependency>
159165
<groupId>org.codehaus.groovy</groupId>

0 commit comments

Comments
 (0)