File tree 4 files changed +13
-15
lines changed
core-java-modules/core-java-networking
testing-modules/gatling-java
4 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >amazon-athena</artifactId >
7
7
<version >0.0.1</version >
70
70
<plugin >
71
71
<groupId >org.springframework.boot</groupId >
72
72
<artifactId >spring-boot-maven-plugin</artifactId >
73
+ <version >${spring-boot.version} </version >
73
74
<configuration >
74
75
<excludes >
75
76
<exclude >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >aws-app-sync</artifactId >
7
7
<name >aws-app-sync</name >
43
43
<plugin >
44
44
<groupId >org.springframework.boot</groupId >
45
45
<artifactId >spring-boot-maven-plugin</artifactId >
46
+ <version >${spring-boot.version} </version >
46
47
</plugin >
47
48
</plugins >
48
49
</build >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >core-java-networking</artifactId >
7
7
<packaging >jar</packaging >
59
59
<artifactId >jakarta.xml.bind-api</artifactId >
60
60
<version >${jakarta.bind.version} </version >
61
61
</dependency >
62
- <dependency >
63
- <groupId >org.apache.httpcomponents.client5</groupId >
64
- <artifactId >httpclient5</artifactId >
65
- <version >${apache.httpclient5.version} </version >
66
- </dependency >
67
62
</dependencies >
68
63
69
64
<build >
74
69
<springframework .spring-web.version>4.3.4.RELEASE</springframework .spring-web.version>
75
70
<apache .httpclient.version>4.5.14</apache .httpclient.version>
76
71
<greenmail .version>2.0.0-alpha-3</greenmail .version>
77
- <apache .httpclient5.version>5.3.1</apache .httpclient5.version>
78
72
<async-http-client .version>2.4.5</async-http-client .version>
79
73
<jakarta .bind.version>2.3.3</jakarta .bind.version>
80
74
<apache .httpclient5.version>5.4.2</apache .httpclient5.version>
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.baeldung</groupId >
7
7
<artifactId >gatling-java</artifactId >
39
39
<dependency >
40
40
<groupId >io.micrometer</groupId >
41
41
<artifactId >micrometer-registry-prometheus</artifactId >
42
- <version >1.12.2 </version >
42
+ <version >${micrometer-registry-prometheus.version} </version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >org.projectlombok</groupId >
87
87
<plugin >
88
88
<groupId >org.springframework.boot</groupId >
89
89
<artifactId >spring-boot-maven-plugin</artifactId >
90
+ <version >${spring.version} </version >
90
91
<configuration >
91
92
<mainClass >org.baeldung.Application</mainClass >
92
93
<finalName >gatling-java</finalName >
114
115
<gatling-maven-plugin .version>4.3.0</gatling-maven-plugin .version>
115
116
<faker .version>1.0.2</faker .version>
116
117
<spring .version>2.7.18</spring .version>
118
+ <micrometer-registry-prometheus .version>1.12.2</micrometer-registry-prometheus .version>
117
119
<logback-classic .version>1.3.10</logback-classic .version>
118
120
</properties >
119
121
</project >
You can’t perform that action at this time.
0 commit comments