File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/resources/v2/codegen Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
package { {generatorPackage} };
2
2
3
- import io.swagger.codegen.*;
3
+ import io.swagger.codegen.v3. *;
4
4
import io.swagger.codegen.v3.generators.DefaultCodegenConfig;
5
5
6
6
import java.util.*;
Original file line number Diff line number Diff line change 106
106
</build >
107
107
<dependencies >
108
108
<dependency >
109
- <groupId >io.swagger</groupId >
109
+ <groupId >io.swagger.codegen.v3 </groupId >
110
110
<artifactId >swagger-codegen</artifactId >
111
111
<version >${ swagger-codegen-version} </version >
112
112
<scope >provided</scope >
113
113
</dependency >
114
114
<dependency >
115
- <groupId >io.swagger</groupId >
115
+ <groupId >io.swagger.codegen.v3 </groupId >
116
116
<artifactId >swagger-codegen-generators</artifactId >
117
117
<version >${ swagger-codegen-generators-version} </version >
118
118
<scope >provided</scope >
You can’t perform that action at this time.
0 commit comments