Skip to content

Commit

Permalink
Remove dependency management section for bit-io.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Nov 5, 2023
1 parent d570c68 commit fb10412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions bundles/org.connectorio.bittpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>bit-io</artifactId>
<version>${bit-io.version}</version>
</dependency>

<dependency>
Expand Down
6 changes: 1 addition & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<jfatek.version>3.0.1</jfatek.version>
<testcontainers.version>1.17.6</testcontainers.version>
<antlr4.version>4.13.1</antlr4.version>
<!-- unmanaged dependency, since it conflicts with plc4x -->
<bit-io.version>2.0.5</bit-io.version>
</properties>

Expand Down Expand Up @@ -1375,11 +1376,6 @@
<artifactId>antlr4-runtime</artifactId>
<version>${antlr4.version}</version>
</dependency>
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>bit-io</artifactId>
<version>${bit-io.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit fb10412

Please sign in to comment.