File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift :1.8
1+ FROM paas-base-image/openjdk-21 :1.21-3.1737580424
22
33WORKDIR /workspace/app
44
Original file line number Diff line number Diff line change 187187 <groupId >commons-collections</groupId >
188188 <artifactId >commons-collections</artifactId >
189189 </exclusion >
190- <exclusion >
191- <groupId >org.owasp.esapi</groupId >
192- <artifactId >esapi</artifactId >
193- </exclusion >
194190 </exclusions >
195191 </dependency >
196192
200196 <artifactId >commons-collections</artifactId >
201197 <version >3.2.2</version >
202198 </dependency >
203-
204- <dependency >
205- <groupId >org.owasp.esapi</groupId >
206- <artifactId >esapi</artifactId >
207- <version >2.5.4.0</version >
208- </dependency >
199+
209200
210201 <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
211202 <dependency >
214205 <version >1.70</version >
215206 </dependency >
216207
217- <!-- https://mvnrepository.com/artifact/javax.jws/javax.jws-api -->
208+ <!-- https://mvnrepository.com/artifact/javax.jws/javax.jws-api -->
218209 <dependency >
219210 <groupId >javax.jws</groupId >
220211 <artifactId >javax.jws-api</artifactId >
221212 <version >1.1</version >
222213 </dependency >
223- <!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api -->
214+ <!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api -->
224215 <dependency >
225216 <groupId >javax.xml.ws</groupId >
226217 <artifactId >jaxws-api</artifactId >
286277 <version >5.2.0</version >
287278 </dependency >
288279
289-
290280 </dependencies >
291281
292282 <dependencyManagement >
315305 <plugin >
316306 <groupId >org.jacoco</groupId >
317307 <artifactId >jacoco-maven-plugin</artifactId >
318- <version >0.8.8 </version >
308+ <version >0.8.11 </version >
319309 <configuration >
320310 <excludes >
321311 <exclude >src/main/java/ihe/**/*.*</exclude >
Original file line number Diff line number Diff line change 11# ######################################
22# Database
33# ######################################
4- data.mongodb.uri =mongodb://mongoadmin:secret@ localhost:27888/FSE_GTW
4+ data.mongodb.uri =mongodb://localhost:27888
55data.mongodb.schema-name =FSE_GTW
66
77# TrustStore -> SSL Context
You can’t perform that action at this time.
0 commit comments