Skip to content

Commit

Permalink
Merge pull request #234 from Mark-de-Haan/r1.3.0
Browse files Browse the repository at this point in the history
Fix dependencies during runtime
  • Loading branch information
fdlk committed Dec 11, 2015
2 parents cc2686a + 9048e65 commit 66b9815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions molgenis-compute-core/src/main/resources/molgenis_compute.sh
Expand Up @@ -25,8 +25,8 @@ $(dirname -- "$0")/lib/httpcore-4.2.4.jar:\
$(dirname -- "$0")/lib/guava-18.0.jar:\
$(dirname -- "$0")/lib/commons-logging-1.1.1.jar:\
$(dirname -- "$0")/lib/gson-2.2.4.jar:\
$(dirname -- "$0")/lib/commons-lang3-3.1.jar \
$(dirname -- "$0")/lib/commons-lang3-3.1.jar:\
$(dirname -- "$0")/lib/gs-collections-7.0.0.jar:\
$(dirname -- "$0")/lib/gs-collections-api-7.0.0.jar \
$(dirname -- "$0")/lib/gs-collections-7.0.0.jar \
org.molgenis.compute.ComputeCommandLine \
$*
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.molgenis</groupId>
<artifactId>molgenis</artifactId>
<version>1.14.1</version>
<version>1.12.0</version>
</parent>

<artifactId>molgenis-compute</artifactId>
Expand Down

0 comments on commit 66b9815

Please sign in to comment.