Skip to content

Commit

Permalink
jnr-ffi and jnr-constants are *not* actually provided by something el…
Browse files Browse the repository at this point in the history
…se in the runtime, they are genuine dependencies.
  • Loading branch information
brianm committed Jan 10, 2012
1 parent e545a79 commit 8ca7261
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -71,13 +71,11 @@
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>0.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.8.2</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8ca7261

Please sign in to comment.