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

jackietien pushed a commit to branch airline-delete
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 0a4c6958a57eb4356d859f5158d0eafd16facb65
Author: JackieTien97 <[email protected]>
AuthorDate: Tue Aug 15 20:11:02 2023 +0800

    delete jaxb-runtime
---
 LICENSE-binary |  1 -
 pom.xml        | 22 +---------------------
 2 files changed, 1 insertion(+), 22 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index ffa062f186d..9354552b789 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -303,7 +303,6 @@ CDDL 1.1
 javax.annotation:javax.annotation-api:1.3.2
 javax.servlet:javax.servlet-api:3.1.0
 javax.xml.bind:jaxb-api:2.4.0-b180725.0427
-org.glassfish.jaxb:jaxb-runtime:2.4.0-b180725.0644
 
 
 Public Domain
diff --git a/pom.xml b/pom.xml
index ebba73be92e..733f147ec93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,6 @@
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
         <log4j.version>1.2.24</log4j.version>
         <lz4-java.version>1.8.0</lz4-java.version>
-        <jaxb-runtime.version>3.0.2</jaxb-runtime.version>
         <mockito-core.version>2.23.4</mockito-core.version>
         <objenesis.version>3.2</objenesis.version>
         <powermock-core.version>2.0.9</powermock-core.version>
@@ -397,22 +396,7 @@
                 <artifactId>jackson-core-asl</artifactId>
                 <version>${jackson-core-asl.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.glassfish.jaxb</groupId>
-                <artifactId>jaxb-runtime</artifactId>
-                <version>${jaxb-runtime.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>jakarta.activation</groupId>
-                        <artifactId>jakarta.activation-api</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <!--            <dependency>
-                <groupId>org.javassist</groupId>
-                <artifactId>javassist</artifactId>
-                <version>3.24.1-GA</version>
-            </dependency>-->
+
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
@@ -1226,10 +1210,6 @@
                     <groupId>javax.xml.bind</groupId>
                     <artifactId>jaxb-api</artifactId>
                 </dependency>
-                <dependency>
-                    <groupId>org.glassfish.jaxb</groupId>
-                    <artifactId>jaxb-runtime</artifactId>
-                </dependency>
             </dependencies>
         </profile>
         <!-- Add argLine for Java 16 and above, due to [JEP 396: Strongly 
Encapsulate JDK Internals by Default]

Reply via email to