Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphael
histream
Commits
70b98829
Commit
70b98829
authored
Jul 29, 2015
by
rwm
Browse files
junit dependency version moved to parent pom
parent
4169fab0
Changes
5
Hide whitespace changes
Inline
Side-by-side
HIStream-HL7/pom.xml
View file @
70b98829
...
...
@@ -20,7 +20,6 @@
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.11
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
HIStream-SKOS/pom.xml
View file @
70b98829
...
...
@@ -17,17 +17,17 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.11
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
de.sekmi.histream
</groupId>
<artifactId>
histream-core
</artifactId>
<version>
0.2-alpha
</version>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
</dependency>
<!-- include tests from core for testing -->
<dependency>
<groupId>
de.sekmi.histream
</groupId>
...
...
HIStream-i2b2/pom.xml
View file @
70b98829
...
...
@@ -20,7 +20,6 @@
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.11
</version>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
histream-core/pom.xml
View file @
70b98829
...
...
@@ -40,14 +40,7 @@
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.11
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.postgresql
</groupId>
<artifactId>
postgresql
</artifactId>
<version>
9.4-1201-jdbc41
</version>
<scope>
runtime
</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
pom.xml
View file @
70b98829
...
...
@@ -96,12 +96,15 @@
</plugin>
</plugins>
</reporting>
<dependencies>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.11
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<dependencyManagement>
<!-- dependency version+scope inherited by child projects -->
<dependencies>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.11
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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