|
|
@ -24,7 +24,7 @@
|
|
|
|
<org.apache.tiles.version>3.0.5</org.apache.tiles.version>
|
|
|
|
<org.apache.tiles.version>3.0.5</org.apache.tiles.version>
|
|
|
|
<ehcache.version>2.6.11</ehcache.version>
|
|
|
|
<ehcache.version>2.6.11</ehcache.version>
|
|
|
|
<logback.version>1.2.9</logback.version>
|
|
|
|
<logback.version>1.2.9</logback.version>
|
|
|
|
<slf4j.version>1.7.25</slf4j.version>
|
|
|
|
<slf4j.version>1.7.32</slf4j.version>
|
|
|
|
<apache.cxf.version>3.5.5</apache.cxf.version>
|
|
|
|
<apache.cxf.version>3.5.5</apache.cxf.version>
|
|
|
|
<fasterxml.jackson.version>2.13.5</fasterxml.jackson.version>
|
|
|
|
<fasterxml.jackson.version>2.13.5</fasterxml.jackson.version>
|
|
|
|
<spring.rest-doc.version>2.0.6.RELEASE</spring.rest-doc.version>
|
|
|
|
<spring.rest-doc.version>2.0.6.RELEASE</spring.rest-doc.version>
|
|
|
@ -50,7 +50,7 @@
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cokr.xit</groupId>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
<type>jar</type>
|
|
|
|
<type>jar</type>
|
|
|
@ -137,7 +137,43 @@
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
<!-- //로그관련 걷어내기 -->
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>logback-core</artifactId>
|
|
|
|
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>cglib</artifactId>
|
|
|
|
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>javax.mail</artifactId>
|
|
|
|
|
|
|
|
<groupId>com.sun.mail</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<!-- //로그관련 걷어내기 -->
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
<!-- <groupId>org.apache.ibatis</groupId>-->
|
|
|
|
<!-- <groupId>org.apache.ibatis</groupId>-->
|
|
|
|
<!-- <artifactId>ibatis-sqlmap</artifactId>-->
|
|
|
|
<!-- <artifactId>ibatis-sqlmap</artifactId>-->
|
|
|
@ -183,11 +219,7 @@
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.egovframe.rte.fdl.property</artifactId>
|
|
|
|
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-oxm</artifactId>
|
|
|
|
<artifactId>spring-oxm</artifactId>
|
|
|
@ -231,6 +263,32 @@
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
|
|
<version>2.9.2</version>
|
|
|
|
<version>2.9.2</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>swagger-annotations</artifactId>
|
|
|
|
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
@ -248,11 +306,23 @@
|
|
|
|
<groupId>org.thymeleaf</groupId>
|
|
|
|
<groupId>org.thymeleaf</groupId>
|
|
|
|
<artifactId>thymeleaf</artifactId>
|
|
|
|
<artifactId>thymeleaf</artifactId>
|
|
|
|
<version>3.0.15.RELEASE</version>
|
|
|
|
<version>3.0.15.RELEASE</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.thymeleaf</groupId>
|
|
|
|
<groupId>org.thymeleaf</groupId>
|
|
|
|
<artifactId>thymeleaf-spring5</artifactId>
|
|
|
|
<artifactId>thymeleaf-spring5</artifactId>
|
|
|
|
<version>3.0.15.RELEASE</version>
|
|
|
|
<version>3.0.15.RELEASE</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>nz.net.ultraq.thymeleaf</groupId>
|
|
|
|
<groupId>nz.net.ultraq.thymeleaf</groupId>
|
|
|
@ -375,6 +445,12 @@
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
<version>2.3.2</version>
|
|
|
|
<version>2.3.2</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <groupId>org.quartz-scheduler</groupId>-->
|
|
|
|
<!-- <groupId>org.quartz-scheduler</groupId>-->
|
|
|
@ -405,6 +481,12 @@
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
<artifactId>tiles-jsp</artifactId>
|
|
|
|
<artifactId>tiles-jsp</artifactId>
|
|
|
|
<version>${org.apache.tiles.version}</version>
|
|
|
|
<version>${org.apache.tiles.version}</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -417,6 +499,40 @@
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
<artifactId>tiles-extras</artifactId>
|
|
|
|
<artifactId>tiles-extras</artifactId>
|
|
|
|
<version>${org.apache.tiles.version}</version>
|
|
|
|
<version>${org.apache.tiles.version}</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-digester</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-digester</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>ognl</artifactId>
|
|
|
|
|
|
|
|
<groupId>ognl</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- freemaker -->
|
|
|
|
<!-- freemaker -->
|
|
|
@ -518,16 +634,7 @@
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
<version>1.10</version>
|
|
|
|
<version>1.10</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
|
|
|
<!-- <groupId>commons-collections</groupId>-->
|
|
|
|
|
|
|
|
<!-- <artifactId>commons-collections</artifactId>-->
|
|
|
|
|
|
|
|
<!-- <version>3.2.2</version>-->
|
|
|
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
|
|
|
|
|
|
|
<version>4.3</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
@ -554,6 +661,58 @@
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-digester</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-digester</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-validator</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-validator</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- Apache Commons Configurations -->
|
|
|
|
<!-- Apache Commons Configurations -->
|
|
|
@ -607,6 +766,10 @@
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -673,6 +836,28 @@
|
|
|
|
<artifactId>spring-restdocs-mockmvc</artifactId>
|
|
|
|
<artifactId>spring-restdocs-mockmvc</artifactId>
|
|
|
|
<version>${spring.rest-doc.version}</version>
|
|
|
|
<version>${spring.rest-doc.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- Rest docs -->
|
|
|
|
<!-- Rest docs -->
|
|
|
|
|
|
|
|
|
|
|
@ -683,12 +868,6 @@
|
|
|
|
<version>2.3.1</version>
|
|
|
|
<version>2.3.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.glassfish.jaxb</groupId>
|
|
|
|
|
|
|
|
<artifactId>jaxb-runtime</artifactId>
|
|
|
|
|
|
|
|
<version>2.3.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- apache.cxf -->
|
|
|
|
<!-- apache.cxf -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|