Skip to content

Commit 98f9c07

Browse files
committed
update meta-codegen pom.xml
1 parent 5614eef commit 98f9c07

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

samples/meta-codegen/lib/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-surefire-plugin</artifactId>
34-
<version>2.12</version>
34+
<version>2.22.2</version>
3535
<configuration>
3636
<systemPropertyVariables>
3737
<property>
@@ -41,7 +41,6 @@
4141
</systemPropertyVariables>
4242
<argLine>-Xms512m -Xmx1500m</argLine>
4343
<parallel>methods</parallel>
44-
<forkMode>pertest</forkMode>
4544
</configuration>
4645
</plugin>
4746

@@ -114,15 +113,16 @@
114113
<scope>provided</scope>
115114
</dependency>
116115
<dependency>
117-
<groupId>junit</groupId>
118-
<artifactId>junit</artifactId>
116+
<groupId>org.junit.jupiter</groupId>
117+
<artifactId>junit-jupiter-api</artifactId>
119118
<version>${junit-version}</version>
119+
<scope>test</scope>
120120
</dependency>
121121
</dependencies>
122122
<properties>
123123
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
124124
<openapi-generator-version>7.6.0-SNAPSHOT</openapi-generator-version>
125125
<maven-plugin-version>1.0.0</maven-plugin-version>
126-
<junit-version>4.13.2</junit-version>
126+
<junit-version>5.10.2</junit-version>
127127
</properties>
128128
</project>

0 commit comments

Comments
 (0)