Skip to content

Commit dc39540

Browse files
committed
Merge branch '2.1.x'
Closes gh-16623
2 parents 5c2a7e6 + e895585 commit dc39540

File tree

1 file changed

+35
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+35
-0
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,11 +2178,46 @@
21782178
<artifactId>jakarta.el</artifactId>
21792179
<version>${glassfish-el.version}</version>
21802180
</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>
21812196
<dependency>
21822197
<groupId>org.glassfish.jaxb</groupId>
21832198
<artifactId>jaxb-runtime</artifactId>
21842199
<version>${glassfish-jaxb.version}</version>
21852200
</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>
21862221
<dependency>
21872222
<groupId>org.glassfish.jersey</groupId>
21882223
<artifactId>jersey-bom</artifactId>

0 commit comments

Comments
 (0)