Skip to content

Commit cde369f

Browse files
committed
Set format skip false for sample module
1 parent 6a33cf6 commit cde369f

File tree

1 file changed

+22
-8
lines changed
  • datamodel/openapi/openapi-api-apache-sample

1 file changed

+22
-8
lines changed

datamodel/openapi/openapi-api-apache-sample/pom.xml

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
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>
@@ -88,6 +88,20 @@
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>

0 commit comments

Comments
 (0)