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
Simeon Christoffersen
test2021
Commits
8075ed5f
Commit
8075ed5f
authored
Aug 12, 2021
by
Hallvard Trætteberg
Browse files
La til avhengighet til hamcrest
parent
3a408f4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
javafx-template/pom.xml
View file @
8075ed5f
...
...
@@ -58,6 +58,12 @@
<version>
4.0.16-alpha
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest
</artifactId>
<version>
2.2
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
Write
Preview
Markdown
is supported
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