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
Melodic
melodic-upperware
Commits
3cac2c45
Commit
3cac2c45
authored
Sep 23, 2021
by
Jan Marchel
Browse files
adding test engine dependency
parent
ba1fa74e
Pipeline
#15974
passed with stages
in 32 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
zpp-solver/mcts-solver/pom.xml
View file @
3cac2c45
...
...
@@ -20,6 +20,11 @@
<version>
${melodic.version}
</version>
<dependencies>
<dependency>
<groupId>
org.junit.jupiter
</groupId>
<artifactId>
junit-jupiter-engine
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
eu.melodic
</groupId>
<artifactId>
cp-parser
</artifactId>
...
...
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