|
68 | 68 | <slf4j.version>2.0.18</slf4j.version> |
69 | 69 | <!-- apache-cxf 4.1.x is incompatible--> |
70 | 70 | <apache-cxf.version>4.2.0</apache-cxf.version> |
71 | | - <cxf-xjc.version>4.1.2</cxf-xjc.version> |
| 71 | + <cxf-xjc.version>4.2.0</cxf-xjc.version> |
72 | 72 | <xml.bind.jaxb.version>2.3.1</xml.bind.jaxb.version> |
73 | 73 | <jaxb.fluent.api.version>3.0</jaxb.fluent.api.version> |
74 | 74 | <bouncycastle.version>1.84</bouncycastle.version> |
|
100 | 100 | <dependency> |
101 | 101 | <groupId>com.sun.xml.bind</groupId> |
102 | 102 | <artifactId>jaxb-impl</artifactId> |
103 | | - <version>4.0.7</version> |
| 103 | + <version>4.0.8</version> |
104 | 104 | </dependency> |
105 | 105 |
|
106 | 106 | <dependency> |
|
134 | 134 | <artifactId>lib-ihe-xds</artifactId> |
135 | 135 | <version>3.0.3</version> |
136 | 136 | </dependency> |
| 137 | + <dependency> |
| 138 | + <groupId>org.apache.neethi</groupId> |
| 139 | + <artifactId>neethi</artifactId> |
| 140 | + <!-- fixing GHSA-287c-fxr7-3w6c , GHSA-2hfh-9h53-qc24, GHSA-g36m-9g3m-2vmp --> |
| 141 | + <version>3.2.2</version> |
| 142 | + </dependency> |
137 | 143 | <dependency> |
138 | 144 | <groupId>org.apache.cxf</groupId> |
139 | 145 | <artifactId>cxf-bom</artifactId> |
|
209 | 215 | <version>2.4.0.Final</version> |
210 | 216 | </dependency> |
211 | 217 |
|
| 218 | + <dependency> |
| 219 | + <groupId>com.oviva.telematik</groupId> |
| 220 | + <artifactId>vau-lib</artifactId> |
| 221 | + <version>${project.version}</version> |
| 222 | + </dependency> |
| 223 | + <dependency> |
| 224 | + <groupId>com.oviva.telematik</groupId> |
| 225 | + <artifactId>vau-httpclient</artifactId> |
| 226 | + <version>${project.version}</version> |
| 227 | + </dependency> |
| 228 | + <dependency> |
| 229 | + <groupId>com.oviva.telematik</groupId> |
| 230 | + <artifactId>konnektor-client</artifactId> |
| 231 | + <version>${project.version}</version> |
| 232 | + </dependency> |
| 233 | + <dependency> |
| 234 | + <groupId>com.oviva.telematik</groupId> |
| 235 | + <artifactId>epa4all-client</artifactId> |
| 236 | + <version>${project.version}</version> |
| 237 | + </dependency> |
| 238 | + <dependency> |
| 239 | + <groupId>com.oviva.telematik</groupId> |
| 240 | + <artifactId>epa4all-vau-client</artifactId> |
| 241 | + <version>${project.version}</version> |
| 242 | + </dependency> |
| 243 | + <dependency> |
| 244 | + <groupId>com.oviva.telematik</groupId> |
| 245 | + <artifactId>epa4all-phr-client</artifactId> |
| 246 | + <version>${project.version}</version> |
| 247 | + </dependency> |
| 248 | + <dependency> |
| 249 | + <groupId>com.oviva.telematik</groupId> |
| 250 | + <artifactId>vau-proxy-server</artifactId> |
| 251 | + <version>${project.version}</version> |
| 252 | + </dependency> |
| 253 | + |
212 | 254 | </dependencies> |
213 | 255 | </dependencyManagement> |
214 | 256 | <build> |
|
0 commit comments