Skip to content

Commit

Permalink
chore: add placeholder for typetools dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Oct 24, 2024
1 parent 5f97207 commit a14cdfc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
<scope>provided</scope>
</dependency>

<!--
<dependency>
<groupId>net.jodah</groupId>
<artifactId>typetools</artifactId>
<version>0.6.3</version>
</dependency>
-->

<dependency>
<groupId>org.bsc.async</groupId>
<artifactId>async-generator-jdk8</artifactId>
Expand Down

0 comments on commit a14cdfc

Please sign in to comment.