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 <luke@code-house.org>
  • Loading branch information
splatch committed Feb 29, 2024
1 parent 715a426 commit e15fef7
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 @@ -70,6 +70,7 @@
<jrxtx.version>1.0.1</jrxtx.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 @@ -937,11 +938,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 e15fef7

Please sign in to comment.