Skip to content

Commit

Permalink
fix scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Jan 3, 2016
1 parent bf82c26 commit c0178b3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions jbrotli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-win32-x86-amd64</artifactId>
<version>0.2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -52,7 +51,6 @@
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-win32-x86</artifactId>
<version>0.2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -69,7 +67,6 @@
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-darwin</artifactId>
<version>0.2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -87,7 +84,6 @@
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-linux-x86-amd64</artifactId>
<version>0.2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -105,7 +101,6 @@
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-linux-x86</artifactId>
<version>0.2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -122,10 +117,12 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down

0 comments on commit c0178b3

Please sign in to comment.