1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
4
6
<parent >
17
19
<artifactId >logback-classic</artifactId >
18
20
<scope >runtime</scope >
19
21
</dependency >
20
- <dependency >
21
- <groupId >io.prometheus</groupId >
22
- <artifactId >simpleclient</artifactId >
23
- <version >0.15.0</version >
24
- </dependency >
25
- <dependency >
26
- <groupId >io.prometheus</groupId >
27
- <artifactId >simpleclient_httpserver</artifactId >
28
- <version >0.15.0</version >
29
- </dependency >
22
+ <dependency >
23
+ <groupId >io.prometheus</groupId >
24
+ <artifactId >simpleclient</artifactId >
25
+ <version >0.15.0</version >
26
+ </dependency >
27
+ <dependency >
28
+ <groupId >io.prometheus</groupId >
29
+ <artifactId >simpleclient_httpserver</artifactId >
30
+ <version >0.15.0</version >
31
+ </dependency >
30
32
<dependency >
31
33
<groupId >io.kubernetes</groupId >
32
34
<artifactId >client-java-api</artifactId >
77
79
<artifactId >wiremock</artifactId >
78
80
<scope >test</scope >
79
81
</dependency >
80
- <!-- for spring controller example-->
82
+ <!-- for
83
+ spring controller example-->
81
84
<dependency >
82
85
<groupId >org.springframework.boot</groupId >
83
86
<artifactId >spring-boot-starter-web</artifactId >
93
96
94
97
<build >
95
98
<plugins >
96
- <plugin >
97
- <groupId >org.sonatype.plugins</groupId >
98
- <artifactId >nexus-staging-maven-plugin</artifactId >
99
- <extensions >true</extensions >
100
- <configuration >
101
- <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
102
- </configuration >
103
- </plugin >
99
+ <plugin >
100
+ <groupId >org.sonatype.plugins</groupId >
101
+ <artifactId >nexus-staging-maven-plugin</artifactId >
102
+ <extensions >true</extensions >
103
+ <configuration >
104
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
105
+ </configuration >
106
+ </plugin >
104
107
<plugin >
105
108
<groupId >org.apache.maven.plugins</groupId >
106
109
<artifactId >maven-deploy-plugin</artifactId >
112
115
</plugins >
113
116
</build >
114
117
115
- </project >
118
+ </project >
0 commit comments