File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed
client-java-contrib/admissionreview Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 17
17
<dependency >
18
18
<groupId >io.swagger</groupId >
19
19
<artifactId >swagger-annotations</artifactId >
20
- <version >${swagger-core-version} </version >
21
20
</dependency >
22
21
<dependency >
23
22
<groupId >com.google.code.findbugs</groupId >
24
23
<artifactId >jsr305</artifactId >
25
- <version >${findbugs-version} </version >
26
24
</dependency >
27
25
<dependency >
28
26
<groupId >com.google.code.gson</groupId >
29
27
<artifactId >gson</artifactId >
30
- <version >${gson-version} </version >
31
28
</dependency >
32
29
<dependency >
33
30
<groupId >javax.annotation</groupId >
34
31
<artifactId >javax.annotation-api</artifactId >
35
- <version >${javax-annotation-version} </version >
36
32
<scope >provided</scope >
37
33
</dependency >
38
34
</dependencies >
39
- <properties >
40
- <findbugs-version >3.0.2</findbugs-version >
41
- <swagger-core-version >1.5.24</swagger-core-version >
42
- <gson-version >2.8.6</gson-version >
43
- <javax-annotation-version >1.3.2</javax-annotation-version >
44
- </properties >
35
+
36
+ <build >
37
+ <plugins >
38
+ <plugin >
39
+ <groupId >com.diffplug.spotless</groupId >
40
+ <artifactId >spotless-maven-plugin</artifactId >
41
+ <version >2.12.1</version >
42
+ <configuration >
43
+ <skip >true</skip >
44
+ </configuration >
45
+ </plugin >
46
+ </plugins >
47
+ </build >
45
48
</project >
Original file line number Diff line number Diff line change 15
15
<module >extended</module >
16
16
<module >fluent</module >
17
17
<module >spring</module >
18
- <module >client-java-contrib/cert-manager</module >
19
18
<module >e2e</module >
20
- <module >client-java-contrib/prometheus-operator</module >
21
19
<module >examples</module >
20
+ <module >client-java-contrib/cert-manager</module >
21
+ <module >client-java-contrib/prometheus-operator</module >
22
+ <module >client-java-contrib/admissionreview</module >
22
23
</modules >
23
24
24
25
<scm >
You can’t perform that action at this time.
0 commit comments