Skip to content

Commit 73c2704

Browse files
etzanismr-c
authored andcommitted
Update pom.xml
Update springboot to 2.2.2.RELEASE and inject specific dependency for spring-data-commons. An older data-commons dependency without touching WorkflowService.
1 parent 20c58b9 commit 73c2704

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>1.5.22.RELEASE</version>
18+
<version>2.2.2.RELEASE</version>
1919
<relativePath/>
2020
</parent>
2121

@@ -119,6 +119,11 @@
119119
<artifactId>commons-compress</artifactId>
120120
<version>1.21</version>
121121
</dependency>
122+
<dependency>
123+
<groupId>org.springframework.data</groupId>
124+
<artifactId>spring-data-commons</artifactId>
125+
<version>2.0.1.RELEASE</version>
126+
</dependency>
122127
</dependencies>
123128

124129
<build>

0 commit comments

Comments
 (0)