Skip to content

Commit

Permalink
Add builder API: InRequired (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Oct 21, 2022
1 parent a64f063 commit 61c7c3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.13.4</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
9 changes: 0 additions & 9 deletions sqli-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,5 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sqli-builder</artifactId>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${jackson.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>


</project>

0 comments on commit 61c7c3c

Please sign in to comment.