Skip to content

Commit 416e893

Browse files
author
Thorbias
committed
Remove unused dependency to slf4j-ext due to security issue
see for details: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8088
1 parent f1dd5ba commit 416e893

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
~ See the License for the specific language governing permissions and
1414
~ limitations under the License.
1515
-->
16-
<project
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16+
<project
17+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1818
xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.networknt</groupId>
@@ -81,11 +81,6 @@
8181
<artifactId>slf4j-api</artifactId>
8282
<version>${version.slf4j}</version>
8383
</dependency>
84-
<dependency>
85-
<groupId>org.slf4j</groupId>
86-
<artifactId>slf4j-ext</artifactId>
87-
<version>${version.slf4j}</version>
88-
</dependency>
8984
<dependency>
9085
<groupId>org.apache.commons</groupId>
9186
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)