Skip to content

Commit 98efa75

Browse files
committed
pom changes
1 parent d8c2b82 commit 98efa75

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

spring-backend/pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@
116116
<version>3.3.7</version>
117117
</dependency>
118118

119-
<dependency>
120-
<groupId>org.projectlombok</groupId>
121-
<artifactId>lombok</artifactId>
122-
</dependency>
123119
<dependency>
124120
<groupId>org.springframework.boot</groupId>
125121
<artifactId>spring-boot-configuration-processor</artifactId>
@@ -129,14 +125,10 @@
129125
<dependency>
130126
<groupId>org.testng</groupId>
131127
<artifactId>testng</artifactId>
132-
<version>RELEASE</version>
128+
<version>6.4</version>
133129
<scope>test</scope>
134130
</dependency>
135-
<dependency>
136-
<groupId>javax.xml.bind</groupId>
137-
<artifactId>jaxb-api</artifactId>
138-
<version>2.3.0</version>
139-
</dependency>
131+
140132
<dependency>
141133
<groupId>org.springframework.security</groupId>
142134
<artifactId>spring-security-test</artifactId>

0 commit comments

Comments
 (0)