Skip to content

Commit

Permalink
deps: remove j2objc
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Oct 4, 2023
1 parent de461be commit 436fa68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
<jaxb-runtime.version>2.3.2</jaxb-runtime.version>
<jsrosbridge.version>0.2.0</jsrosbridge.version>
<jedis.version>4.4.3</jedis.version>
<j2objc-annotations.version>2.8</j2objc-annotations.version>
<kryo.version>2.24.0</kryo.version>
<language-detector.version>0.6</language-detector.version>
<log4j-to-slf4j.version>2.8.2</log4j-to-slf4j.version>
Expand Down Expand Up @@ -1014,11 +1013,6 @@
<version>${proton-j.version}</version>
</dependency>
<!-- External Connect dependencies -->
<dependency>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<version>${j2objc-annotations.version}</version>
</dependency>
<dependency>
<groupId>edu.wpi.rail</groupId>
<artifactId>jrosbridge</artifactId>
Expand Down Expand Up @@ -1059,11 +1053,6 @@
<artifactId>bcpkix-jdk15on</artifactId>
<version>${bcpkix.version}</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>${checker-qual.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions streampipes-extensions/streampipes-sinks-brokers-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@
</dependency>

<!-- dependency convergence -->
<dependency>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
Expand Down

0 comments on commit 436fa68

Please sign in to comment.