Skip to content

Commit

Permalink
[FLINK-29868] exclude org.osgi.core from snappy-java and commons-comp…
Browse files Browse the repository at this point in the history
…ress
  • Loading branch information
Nico Kruber authored and NicoK committed Nov 4, 2022
1 parent 00a2580 commit 614fc2a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,13 @@ under the License.
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.8.3</version>
<exclusions>
<exclusion>
<!-- Causes unnecessary dependency convergence errors; see MENFORCER-437 -->
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -716,6 +723,13 @@ under the License.
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<exclusions>
<exclusion>
<!-- Causes unnecessary dependency convergence errors; see MENFORCER-437 -->
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Managed dependency required for HBase in flink-connector-hbase -->
Expand Down

0 comments on commit 614fc2a

Please sign in to comment.