Skip to content

Commit

Permalink
Require animal-sniffer-annotations only at compile time
Browse files Browse the repository at this point in the history
Fixes #326
  • Loading branch information
pmwmedia committed Nov 24, 2022
1 parent 7ec1147 commit 44e1b9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tinylog-impl/pom.xml
Expand Up @@ -46,6 +46,11 @@
<groupId>org.assertj</groupId>
<artifactId>assertj-db</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
Expand Down Expand Up @@ -75,11 +80,6 @@
<groupId>org.tinylog</groupId>
<artifactId>tinylog-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 44e1b9f

Please sign in to comment.