Skip to content

Commit 29a4c74

Browse files
authored
Merge pull request #168 from Nohit-Java17/develop
add note
2 parents 831fee7 + a719ba8 commit 29a4c74

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

pom.xml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@
101101
<artifactId>json-smart</artifactId>
102102
<version>2.4.9</version>
103103
</dependency>
104-
<dependency>
105-
<groupId>org.springframework.security</groupId>
106-
<artifactId>spring-security-core</artifactId>
107-
<version>5.7.14</version>
108-
</dependency>
109104
<dependency>
110105
<groupId>org.springframework.boot</groupId>
111106
<artifactId>spring-boot-autoconfigure</artifactId>
@@ -131,11 +126,6 @@
131126
<artifactId>spring-expression</artifactId>
132127
<version>5.3.39</version>
133128
</dependency>
134-
<dependency>
135-
<groupId>ch.qos.logback</groupId>
136-
<artifactId>logback-classic</artifactId>
137-
<version>1.3.15</version>
138-
</dependency>
139129
<dependency>
140130
<groupId>org.xmlunit</groupId>
141131
<artifactId>xmlunit-core</artifactId>
@@ -151,11 +141,25 @@
151141
<artifactId>json-path</artifactId>
152142
<version>2.9.0</version>
153143
</dependency>
144+
<dependency>
145+
<groupId>org.springframework.security</groupId>
146+
<artifactId>spring-security-core</artifactId>
147+
<!-- max version -->
148+
<version>5.7.14</version>
149+
</dependency>
150+
<dependency>
151+
<groupId>ch.qos.logback</groupId>
152+
<artifactId>logback-classic</artifactId>
153+
<!-- max version -->
154+
<version>1.2.13</version>
155+
</dependency>
154156
<dependency>
155157
<groupId>ch.qos.logback</groupId>
156158
<artifactId>logback-core</artifactId>
157-
<version>1.3.15</version>
159+
<!-- max version -->
160+
<version>1.2.13</version>
158161
</dependency>
162+
<!-- ignore: spring-web, spring-webmvc, spring-context -->
159163
</dependencies>
160164
<build>
161165
<plugins>

0 commit comments

Comments
 (0)