File tree Expand file tree Collapse file tree
algorithms-modules/algorithms-miscellaneous-2
src/test/java/com/baeldung/algorithms
sse-jaxrs/sse-jaxrs-client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 </parent >
1515
1616 <dependencies >
17- <dependency >
18- <groupId >org.apache.commons</groupId >
19- <artifactId >commons-math3</artifactId >
20- <version >${commons-math3.version} </version >
21- </dependency >
22- <dependency >
23- <groupId >commons-codec</groupId >
24- <artifactId >commons-codec</artifactId >
25- <version >${commons-codec.version} </version >
26- </dependency >
2717 <dependency >
2818 <groupId >org.projectlombok</groupId >
2919 <artifactId >lombok</artifactId >
Original file line number Diff line number Diff line change 11package com .baeldung .algorithms ;
22
3-
4-
53import com .baeldung .algorithms .ga .dijkstra .Dijkstra ;
64import com .baeldung .algorithms .ga .dijkstra .Graph ;
75import com .baeldung .algorithms .ga .dijkstra .Node ;
Original file line number Diff line number Diff line change 2020 </dependency >
2121 </dependencies >
2222
23- <properties >
24- <cxf .version>4.0.0</cxf .version>
25- </properties >
26-
2723</project >
Original file line number Diff line number Diff line change 4848 </build >
4949
5050 <properties >
51- <cxf .version>4.0.0</cxf .version>
5251 <jakarta-xml .version>4.0.0</jakarta-xml .version>
5352 <jakarta .jws.version>3.0.0</jakarta .jws.version>
5453 </properties >
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >org.apache.cxf</groupId >
1818 <artifactId >cxf-rt-frontend-jaxrs</artifactId >
19- <version >4.0.0 </version >
19+ <version >${cxf.version} </version >
2020 </dependency >
2121 <dependency >
2222 <groupId >org.apache.cxf</groupId >
2323 <artifactId >cxf-rt-transports-http-jetty</artifactId >
24- <version >4.0.0 </version >
24+ <version >${cxf.version} </version >
2525 </dependency >
2626 <dependency >
2727 <groupId >jakarta.xml.ws</groupId >
Original file line number Diff line number Diff line change 115115 </profiles >
116116
117117 <properties >
118+ <cxf .version>3.1.8</cxf .version>
118119 <spring .version>5.3.25</spring .version>
119120 <cargo-maven2-plugin .version>1.6.1</cargo-maven2-plugin .version>
120121 <jstl .version>1.2</jstl .version>
Original file line number Diff line number Diff line change 3535 </build >
3636
3737 <properties >
38- <cxf .version>3.1.8 </cxf .version>
38+ <cxf .version>4.0.0 </cxf .version>
3939 </properties >
4040
4141</project >
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >org.apache.cxf</groupId >
1818 <artifactId >cxf-rt-rs-client</artifactId >
19- <version >${cxf- version} </version >
19+ <version >${cxf. version} </version >
2020 </dependency >
2121 <dependency >
2222 <groupId >org.apache.cxf</groupId >
2323 <artifactId >cxf-rt-rs-sse</artifactId >
24- <version >${cxf- version} </version >
24+ <version >${cxf. version} </version >
2525 </dependency >
2626 <dependency >
2727 <groupId >jakarta.ws.rs</groupId >
6060 </build >
6161
6262 <properties >
63- <cxf-version >4.0.0</cxf-version >
6463 <jakarta-ws .version>3.1.0</jakarta-ws .version>
6564 </properties >
6665
Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >org.springframework.boot</groupId >
2424 <artifactId >spring-boot-starter-web</artifactId >
25- <version >3.0.2</version >
2625 </dependency >
2726 <dependency >
2827 <groupId >org.apache.tomcat.embed</groupId >
3130 <dependency >
3231 <groupId >javax.servlet</groupId >
3332 <artifactId >jstl</artifactId >
34- <version >1.2 </version >
33+ <version >${jstl.version} </version >
3534 </dependency >
3635 <dependency >
3736 <groupId >org.springframework.boot</groupId >
3837 <artifactId >spring-boot-starter-thymeleaf</artifactId >
3938 </dependency >
4039 </dependencies >
4140
41+ <properties >
42+ <jstl .version>1.2</jstl .version>
43+ </properties >
44+
4245</project >
Original file line number Diff line number Diff line change 6565 <dependency >
6666 <groupId >com.jayway.jsonpath</groupId >
6767 <artifactId >json-path</artifactId >
68- <scope >test</scope >
6968 <version >${json-path.version} </version >
69+ <scope >test</scope >
7070 </dependency >
7171 <dependency >
7272 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments