File tree Expand file tree Collapse file tree 1 file changed +22
-8
lines changed
datamodel/openapi/openapi-api-apache-sample Expand file tree Collapse file tree 1 file changed +22
-8
lines changed Original file line number Diff line number Diff line change 1818 </properties >
1919
2020 <dependencies >
21- <dependency >
22- <groupId >com.sap.cloud.sdk.datamodel</groupId >
23- <artifactId >openapi-core</artifactId >
24- </dependency >
2521 <dependency >
26- <groupId >com.google.guava</groupId >
27- <artifactId >guava</artifactId >
22+ <groupId >com.sap.cloud.sdk.datamodel</groupId >
23+ <artifactId >openapi-core</artifactId >
24+ </dependency >
25+ <dependency >
26+ <groupId >com.google.guava</groupId >
27+ <artifactId >guava</artifactId >
2828 </dependency >
2929 <dependency >
30- <groupId >com.fasterxml.jackson.core</groupId >
31- <artifactId >jackson-core</artifactId >
30+ <groupId >com.fasterxml.jackson.core</groupId >
31+ <artifactId >jackson-core</artifactId >
3232 </dependency >
3333 <dependency >
3434 <groupId >com.fasterxml.jackson.core</groupId >
8888 <skip >false</skip >
8989 </configuration >
9090 </plugin >
91+ <plugin >
92+ <groupId >net.revelc.code</groupId >
93+ <artifactId >impsort-maven-plugin</artifactId >
94+ <executions >
95+ <execution >
96+ <goals >
97+ <goal >sort</goal >
98+ </goals >
99+ </execution >
100+ </executions >
101+ <configuration >
102+ <skip >false</skip >
103+ </configuration >
104+ </plugin >
91105 </plugins >
92106 </build >
93107</project >
You can’t perform that action at this time.
0 commit comments