Skip to content

Commit

Permalink
storage: Refactor analysis framework. #21
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed Sep 27, 2019
1 parent 6ac141b commit 219bad6
Show file tree
Hide file tree
Showing 48 changed files with 1,079 additions and 587 deletions.
10 changes: 9 additions & 1 deletion oskar-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,18 @@
<artifactId>commons-math3</artifactId>
<version>${commons-math.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!--WARNING-->
<!--DO NOT UPGRADE OR HADOOP WILL NOT WORK-->
<!--See opencb/opencga#1086-->
<version>19.0</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.11</version>
<version>0.9.10</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 219bad6

Please sign in to comment.