File tree 2 files changed +7
-11
lines changed
src/main/java/com/baeldung/springsoap
2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<parent >
11
11
<groupId >com.baeldung</groupId >
12
- <artifactId >parent-boot-2 </artifactId >
12
+ <artifactId >parent-boot-3 </artifactId >
13
13
<version >0.0.1-SNAPSHOT</version >
14
- <relativePath >../parent-boot-2 </relativePath >
14
+ <relativePath >../parent-boot-3 </relativePath >
15
15
</parent >
16
16
17
17
<dependencies >
42
42
<artifactId >jaxb-runtime</artifactId >
43
43
</dependency >
44
44
45
- <dependency >
46
- <groupId >javax.xml.bind</groupId >
47
- <artifactId >jaxb-api</artifactId >
48
- </dependency >
49
45
</dependencies >
50
46
51
47
<build >
77
73
</plugin >
78
74
<!-- end::xsd[] -->
79
75
<plugin >
80
- <groupId >org.jvnet.jaxb2.maven2 </groupId >
81
- <artifactId >maven-jaxb2 -plugin</artifactId >
82
- <version >${maven-jaxb2 -plugin.version} </version >
76
+ <groupId >org.jvnet.jaxb </groupId >
77
+ <artifactId >jaxb-maven -plugin</artifactId >
78
+ <version >${jaxb-maven -plugin.version} </version >
83
79
<executions >
84
80
<execution >
85
81
<goals >
103
99
104
100
<properties >
105
101
<jakarta .xml.bind-api.version>4.0.0</jakarta .xml.bind-api.version>
102
+ <jaxb-maven-plugin .version>4.0.0</jaxb-maven-plugin .version>
106
103
<jaxb2-maven-plugin .version>3.1.0</jaxb2-maven-plugin .version>
107
- <maven-jaxb2-plugin .version>0.15.3</maven-jaxb2-plugin .version>
108
104
</properties >
109
105
</project >
Original file line number Diff line number Diff line change 3
3
import java .util .HashMap ;
4
4
import java .util .Map ;
5
5
6
- import javax .annotation .PostConstruct ;
6
+ import jakarta .annotation .PostConstruct ;
7
7
8
8
import org .springframework .stereotype .Component ;
9
9
import org .springframework .util .Assert ;
You can’t perform that action at this time.
0 commit comments