Skip to content

Commit

Permalink
pom cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Jul 20, 2016
1 parent eb35ca3 commit 07e6df5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
2 changes: 0 additions & 2 deletions android-opencv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
<version>5.0.1_r2</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,30 @@
<version>2.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
<version>5.0.1_r2</version>
<!-- <version>6.0_r2</version> -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-ads</artifactId>
<version>9.2.0</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>net.ladstatt.sudoku</groupId>
<artifactId>sudoku-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.ladstatt.sudoku</groupId>
<artifactId>android-opencv</artifactId>
<version>${project.version}</version>
<type>aar</type>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
5 changes: 0 additions & 5 deletions sudoku-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<dependency>
<groupId>net.ladstatt.sudoku</groupId>
<artifactId>sudoku-core</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.opencv</groupId>
Expand All @@ -32,19 +31,15 @@
<dependency>
<groupId>net.ladstatt.sudoku</groupId>
<artifactId>android-opencv</artifactId>
<version>${project.version}</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>
<version>6.0_r2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-ads</artifactId>
<version>9.2.0</version>
<type>aar</type>
</dependency>

Expand Down
2 changes: 0 additions & 2 deletions sudoku-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
Expand Down
1 change: 0 additions & 1 deletion sudoku-javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<dependency>
<groupId>net.ladstatt.sudoku</groupId>
<artifactId>sudoku-core</artifactId>
<version>1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jfxtras</groupId>
Expand Down

0 comments on commit 07e6df5

Please sign in to comment.