File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed
adapter/output/restclient-http-services Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 24
24
<groupId >javax.ws.rs</groupId >
25
25
<artifactId >javax.ws.rs-api</artifactId >
26
26
</dependency >
27
- <dependency >
28
- <groupId >org.eclipse.microprofile.rest.client</groupId >
29
- <artifactId >microprofile-rest-client-spec</artifactId >
30
- <type >pom</type >
31
- <scope >compile</scope >
32
- </dependency >
33
27
<dependency >
34
28
<groupId >org.eclipse.microprofile.rest.client</groupId >
35
29
<artifactId >microprofile-rest-client-api</artifactId >
30
+ <scope >provided</scope >
36
31
</dependency >
37
32
<dependency >
38
33
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 82
82
<groupId >org.springframework.boot</groupId >
83
83
<artifactId >spring-boot-maven-plugin</artifactId >
84
84
<configuration >
85
+ <mainClass >br.com.helpdev.SpringSampleApplication</mainClass >
85
86
<layers >
86
87
<enabled >true</enabled >
87
88
<configuration >${project.basedir} /src/layers.xml</configuration >
88
89
</layers >
89
90
</configuration >
90
- </plugin >
91
- <plugin >
92
- <groupId >org.springframework.boot</groupId >
93
- <artifactId >spring-boot-maven-plugin</artifactId >
94
- <configuration >
95
- <mainClass >br.com.helpdev.SpringSampleApplication</mainClass >
96
- </configuration >
97
91
98
92
<executions >
99
93
<execution >
Original file line number Diff line number Diff line change 95
95
<javax .ws.rs-api.version>2.1.1</javax .ws.rs-api.version>
96
96
<jakarta .transaction-api.version>1.3.3</jakarta .transaction-api.version>
97
97
<jakarta .persistence-api.version>2.2.3</jakarta .persistence-api.version>
98
- <microprofile-rest-spec .version>2.0</microprofile-rest-spec .version>
99
98
<microprofile-rest-api .version>2.0</microprofile-rest-api .version>
100
99
<validation-api .version>2.0.1.Final</validation-api .version>
101
100
<jaxb-api .version>2.3.1</jaxb-api .version>
174
173
<artifactId >javax.ws.rs-api</artifactId >
175
174
<version >${javax.ws.rs-api.version} </version >
176
175
</dependency >
177
- <dependency >
178
- <groupId >org.eclipse.microprofile.rest.client</groupId >
179
- <artifactId >microprofile-rest-client-spec</artifactId >
180
- <type >pom</type >
181
- <version >${microprofile-rest-api.version} </version >
182
- </dependency >
183
176
<dependency >
184
177
<groupId >javax.xml.bind</groupId >
185
178
<artifactId >jaxb-api</artifactId >
189
182
<groupId >org.eclipse.microprofile.rest.client</groupId >
190
183
<artifactId >microprofile-rest-client-api</artifactId >
191
184
<version >${microprofile-rest-api.version} </version >
185
+ <scope >provided</scope >
192
186
</dependency >
193
187
<dependency >
194
188
<groupId >org.modelmapper</groupId >
You can’t perform that action at this time.
0 commit comments