Skip to content

Commit 41ad92f

Browse files
Merge pull request #170 from PublicisSapient/develop
Adding missing dependency
2 parents 2ddf02a + a49c177 commit 41ad92f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@
7070

7171
<dependencyManagement>
7272
<dependencies>
73+
<dependency>
74+
<groupId>javax.ws.rs</groupId>
75+
<artifactId>javax.ws.rs-api</artifactId>
76+
<version>2.1.1</version>
77+
<scope>compile</scope>
78+
</dependency>
7379
<!--- adding new dependencies-->
7480
<dependency>
7581
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)