diff options
| -rw-r--r-- | pom.xml | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -55,6 +55,12 @@ along with PDF Form Replace Font2. If not, see        <version>1.5.0</version>        <scope>compile</scope>      </dependency> + +    <dependency> +      <groupId>org.slf4j</groupId> +      <artifactId>slf4j-nop</artifactId> +      <version>2.0.7</version> +    </dependency>    </dependencies>    <build> | 
