aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTaka Cho <tc012c@att.com>2018-08-18 15:56:57 -0400
committerPatrick Brady <pb071s@att.com>2018-08-20 16:14:15 +0000
commit76b6ff1ce84d4c2ab4518dd5f154083b91680245 (patch)
tree31e389244c01c8bc1527acf8f0f52d4ab668e74b /pom.xml
parent8678a53099f255c1c9a12da4f156d97f87b0ac59 (diff)
resolving logback-classic 1.13 from security issue
cdp-pal and eelf are the jar using logback-classic 1.1.3. need to use exclusions option in pom file Issue-ID: APPC-1018 Change-Id: I00b41f9c366a5ead3f4205cd6fa6b9eb74599767 Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ee2185d99..74b0b4b2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,7 +377,7 @@ limitations under the License.
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>${logback.version}</version>
+ <version>${logback.version}</version>
<scope>compile</scope>
</dependency>
<dependency>