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
TEHIK
TEIS
officials-service
Commits
50adfcf1
Commit
50adfcf1
authored
Oct 26, 2020
by
Jyrgen Hannus
Browse files
Added MapStruct dependency directly to microservice Gradle configuration
parent
1060eddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
service/build.gradle
View file @
50adfcf1
...
...
@@ -11,6 +11,14 @@ apply from: this.getClass().getClassLoader().getResource('teis.microservice.grad
// Define the main class for the application
mainClassName
=
'ee.sm.ti.teis.OfficialsServiceApp'
dependencies
{
implementation
"org.mapstruct:mapstruct:1.3.0.Final"
annotationProcessor
(
"org.mapstruct:mapstruct-processor:1.3.0.Final"
,
)
}
test
{
testLogging
{
events
"passed"
,
"skipped"
,
"failed"
...
...
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