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
Melodic
melodic-upperware
Commits
38154c93
Commit
38154c93
authored
Sep 23, 2021
by
Jan Marchel
Browse files
adding test engine dependency to pt-solver
parent
3cac2c45
Pipeline
#15975
passed with stages
in 30 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
zpp-solver/pt-solver/pom.xml
View file @
38154c93
...
...
@@ -27,6 +27,11 @@
<version>
${melodic.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
org.junit.jupiter
</groupId>
<artifactId>
junit-jupiter-engine
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
<build>
<finalName>
${project.artifactId}
</finalName>
...
...
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