Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
3ded0090
Commit
3ded0090
authored
Oct 22, 2015
by
Wai Yi Leung
Browse files
POM definition fix.
parent
1adc4916
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gears/pom.xml
View file @
3ded0090
...
...
@@ -23,11 +23,14 @@
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.5.0-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<inceptionYear>
2015
</inceptionYear>
<artifactId>
Gears
</artifactId>
<name>
Gears
</name>
<packaging>
jar
</packaging>
<dependencies>
<dependency>
...
...
@@ -52,12 +55,6 @@
<version>
2.2.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.scalatest
</groupId>
<artifactId>
scalatest_2.10
</artifactId>
<version>
2.2.1
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment