|
2178 | 2178 | <artifactId>jakarta.el</artifactId>
|
2179 | 2179 | <version>${glassfish-el.version}</version>
|
2180 | 2180 | </dependency>
|
| 2181 | + <dependency> |
| 2182 | + <groupId>org.glassfish.jaxb</groupId> |
| 2183 | + <artifactId>codemodel</artifactId> |
| 2184 | + <version>${glassfish-jaxb.version}</version> |
| 2185 | + </dependency> |
| 2186 | + <dependency> |
| 2187 | + <groupId>org.glassfish.jaxb</groupId> |
| 2188 | + <artifactId>codemodel-annotation-compiler</artifactId> |
| 2189 | + <version>${glassfish-jaxb.version}</version> |
| 2190 | + </dependency> |
| 2191 | + <dependency> |
| 2192 | + <groupId>org.glassfish.jaxb</groupId> |
| 2193 | + <artifactId>jaxb-jxc</artifactId> |
| 2194 | + <version>${glassfish-jaxb.version}</version> |
| 2195 | + </dependency> |
2181 | 2196 | <dependency>
|
2182 | 2197 | <groupId>org.glassfish.jaxb</groupId>
|
2183 | 2198 | <artifactId>jaxb-runtime</artifactId>
|
2184 | 2199 | <version>${glassfish-jaxb.version}</version>
|
2185 | 2200 | </dependency>
|
| 2201 | + <dependency> |
| 2202 | + <groupId>org.glassfish.jaxb</groupId> |
| 2203 | + <artifactId>jaxb-xjc</artifactId> |
| 2204 | + <version>${glassfish-jaxb.version}</version> |
| 2205 | + </dependency> |
| 2206 | + <dependency> |
| 2207 | + <groupId>org.glassfish.jaxb</groupId> |
| 2208 | + <artifactId>txw2</artifactId> |
| 2209 | + <version>${glassfish-jaxb.version}</version> |
| 2210 | + </dependency> |
| 2211 | + <dependency> |
| 2212 | + <groupId>org.glassfish.jaxb</groupId> |
| 2213 | + <artifactId>txwc2</artifactId> |
| 2214 | + <version>${glassfish-jaxb.version}</version> |
| 2215 | + </dependency> |
| 2216 | + <dependency> |
| 2217 | + <groupId>org.glassfish.jaxb</groupId> |
| 2218 | + <artifactId>xsom</artifactId> |
| 2219 | + <version>${glassfish-jaxb.version}</version> |
| 2220 | + </dependency> |
2186 | 2221 | <dependency>
|
2187 | 2222 | <groupId>org.glassfish.jersey</groupId>
|
2188 | 2223 | <artifactId>jersey-bom</artifactId>
|
|
0 commit comments