This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
bb4c8a0c
Commit
bb4c8a0c
authored
3 years ago
by
Daniel Crazzolara
Browse files
Options
Downloads
Patches
Plain Diff
Updated some dependencies
parent
fb9f192a
2 merge requests
!62
created achievementService and separated some functionality out of...
,
!61
Feature/#51 import from artemis
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+4
-3
4 additions, 3 deletions
pom.xml
with
4 additions
and
3 deletions
pom.xml
+
4
−
3
View file @
bb4c8a0c
...
...
@@ -64,7 +64,7 @@
<jaxb-runtime.version>
2.3.3
</jaxb-runtime.version>
<archunit-junit5.version>
0.14.1
</archunit-junit5.version>
<log4j2-mock.version>
0.0.2
</log4j2-mock.version>
<mapstruct.version>
1.
3.1
.Final
</mapstruct.version>
<mapstruct.version>
1.
4.2
.Final
</mapstruct.version>
<!-- Plugin versions -->
<maven-clean-plugin.version>
3.1.0
</maven-clean-plugin.version>
<maven-compiler-plugin.version>
3.8.1
</maven-compiler-plugin.version>
...
...
@@ -207,11 +207,12 @@
<dependency>
<groupId>
org.mapstruct
</groupId>
<artifactId>
mapstruct
</artifactId>
<version>
1.4.2.Final
</version>
</dependency>
<dependency>
<groupId>
org.mapstruct
</groupId>
<artifactId>
mapstruct-processor
</artifactId>
<
scope>
provided
</scope
>
<
version>
1.4.2.Final
</version
>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -237,7 +238,7 @@
<dependency>
<groupId>
org.gitlab4j
</groupId>
<artifactId>
gitlab4j-api
</artifactId>
<version>
4.1
5.7
</version>
<version>
4.1
7.0
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.jgit
</groupId>
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment