You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/06/12 08:40:10 UTC

[cxf] branch master updated: cxf-codegen-plugin: remove beta jaxb dependencies in test

This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 6632627  cxf-codegen-plugin: remove beta jaxb dependencies in test
6632627 is described below

commit 6632627f8c26c4ac488fbdafcde981684231dd9f
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Jun 12 11:39:18 2020 +0300

    cxf-codegen-plugin: remove beta jaxb dependencies in test
---
 .../codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml  | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml b/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml
index 82cf588..40b62a6 100644
--- a/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/jaxb-xjc-runtime-sources/pom.xml
@@ -46,19 +46,6 @@
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-codegen-plugin</artifactId>
                 <version>@project.version@</version>
-                <!-- TODO: remove this deps when released version will be available -->
-                <dependencies>
-                    <dependency>
-                        <groupId>org.glassfish.jaxb</groupId>
-                        <artifactId>jaxb-runtime</artifactId>
-                        <version>2.3.3-b02</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.glassfish.jaxb</groupId>
-                        <artifactId>jaxb-xjc</artifactId>
-                        <version>2.3.3-b02</version>
-                    </dependency>
-                </dependencies>
                 <executions>
                     <execution>
                         <id>generate-sources</id>