Skip to content

Commit 1ef38a2

Browse files
committed
ignore dependency
1 parent 5742224 commit 1ef38a2

File tree

8 files changed

+12
-25
lines changed
  • fluss-filesystems
    • fluss-fs-gs
    • fluss-fs-hadoop-shaded
    • fluss-fs-obs/src/main/resources/META-INF
    • fluss-fs-oss/src/main/resources/META-INF
    • fluss-fs-s3

8 files changed

+12
-25
lines changed

fluss-filesystems/fluss-fs-gs/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
<groupId>com.sun.jersey</groupId>
7474
<artifactId>jersey-json</artifactId>
7575
</exclusion>
76+
<exclusion>
77+
<groupId>com.github.pjfanning</groupId>
78+
<artifactId>jersey-json</artifactId>
79+
</exclusion>
7680
<exclusion>
7781
<groupId>com.sun.jersey</groupId>
7882
<artifactId>jersey-server</artifactId>

fluss-filesystems/fluss-fs-gs/src/main/resources/META-INF/NOTICE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,9 @@ See bundled license files for details.
141141
This project bundles the following dependencies under the CDDL 1.1 license.
142142
See bundled license files for details.
143143

144-
- com.github.pjfanning:jersey-json:1.20
145144
- javax.xml.bind:jaxb-api:2.3.1
146145

147146
This project bundles the following dependencies under EDL 1.0 License (https://www.eclipse.org/org/documents/edl-v10.php).
148147
See bundled license files for details.
149148

150-
- com.sun.xml.bind:jaxb-impl:2.2.3-1
151149
- jakarta.activation:jakarta.activation-api:1.2.1

fluss-filesystems/fluss-fs-hadoop-shaded/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
<groupId>com.sun.jersey</groupId>
7575
<artifactId>jersey-server</artifactId>
7676
</exclusion>
77+
<exclusion>
78+
<groupId>com.github.pjfanning</groupId>
79+
<artifactId>jersey-json</artifactId>
80+
</exclusion>
7781
<exclusion>
7882
<groupId>org.apache.avro</groupId>
7983
<artifactId>avro</artifactId>

fluss-filesystems/fluss-fs-hadoop-shaded/src/main/resources/META-INF/NOTICE

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ This project bundles the following dependencies under the Apache Software Licens
2828
- io.netty:netty-transport-native-epoll:4.1.100.Final
2929
- io.netty:netty-transport-native-unix-common:4.1.100.Final
3030
- io.netty:netty-transport:4.1.100.Final
31-
- javax.activation:activation:1.1
32-
- javax.xml.bind:jaxb-api:2.2.2
33-
- javax.xml.stream:stax-api:1.0-2
3431
- org.apache.commons:commons-compress:1.24.0
3532
- org.apache.commons:commons-configuration2:2.8.0
3633
- org.apache.commons:commons-lang3:3.18.0
@@ -72,10 +69,4 @@ See bundled license files for details.
7269
This project bundles the following dependencies under EDL 1.0 License (https://www.eclipse.org/org/documents/edl-v10.php).
7370
See bundled license files for details.
7471

75-
- com.sun.xml.bind:jaxb-impl:2.2.3-1
7672
- jakarta.activation:jakarta.activation-api:1.2.1
77-
78-
This project bundles the following dependencies under the CDDL 1.1 license.
79-
See bundled license files for details.
80-
81-
- com.github.pjfanning:jersey-json:1.20

fluss-filesystems/fluss-fs-obs/src/main/resources/META-INF/NOTICE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,4 @@ This project bundles the following dependencies under the Apache Software Licens
6969
This project bundles the following dependencies under the CDDL 1.1 license.
7070
See bundled license files for details.
7171

72-
- com.github.pjfanning:jersey-json:1.20
7372
- javax.xml.bind:jaxb-api:2.3.1
74-
75-
This project bundles the following dependencies under EDL 1.0 License (https://www.eclipse.org/org/documents/edl-v10.php).
76-
See bundled license files for details.
77-
78-
- com.sun.xml.bind:jaxb-impl:2.2.3-1

fluss-filesystems/fluss-fs-oss/src/main/resources/META-INF/NOTICE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,4 @@ See bundled license files for details.
7777
This project bundles the following dependencies under the CDDL 1.1 license.
7878
See bundled license files for details.
7979

80-
- com.github.pjfanning:jersey-json:1.20
8180
- javax.xml.bind:jaxb-api:2.3.1
82-
83-
This project bundles the following dependencies under EDL 1.0 License (https://www.eclipse.org/org/documents/edl-v10.php).
84-
See bundled license files for details.
85-
86-
- com.sun.xml.bind:jaxb-impl:2.2.3-1

fluss-filesystems/fluss-fs-s3/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
<groupId>com.sun.jersey</groupId>
7575
<artifactId>jersey-server</artifactId>
7676
</exclusion>
77+
<exclusion>
78+
<groupId>com.github.pjfanning</groupId>
79+
<artifactId>jersey-json</artifactId>
80+
</exclusion>
7781
<exclusion>
7882
<groupId>org.apache.avro</groupId>
7983
<artifactId>avro</artifactId>

fluss-filesystems/fluss-fs-s3/src/main/resources/META-INF/NOTICE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ See bundled license files for details.
7171
This project bundles the following dependencies under the CDDL 1.1 license.
7272
See bundled license files for details.
7373

74-
- com.github.pjfanning:jersey-json:1.20
7574
- javax.xml.bind:jaxb-api:2.3.1
7675

7776
This project bundles the following dependencies under the Go License (https://golang.org/LICENSE).
@@ -87,5 +86,4 @@ See bundled license files for details.
8786
This project bundles the following dependencies under EDL 1.0 License (https://www.eclipse.org/org/documents/edl-v10.php).
8887
See bundled license files for details.
8988

90-
- com.sun.xml.bind:jaxb-impl:2.2.3-1
9189
- jakarta.activation:jakarta.activation-api:1.2.1

0 commit comments

Comments
 (0)