Commit ee491490 authored by Martti Käärik's avatar Martti Käärik
Browse files

Provide Log4j core version 2.20+

parent 3019b3d1
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,5 +7,6 @@
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="lib" path="lib/log4j-core-2.24.3.jar"/>
	<classpathentry kind="output" path="target/classes"/>
</classpath>
+6 −3
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ Bundle-Name: TDL-TO to Docx Generation (Apache POI Binding)
Bundle-SymbolicName: org.etsi.mts.tdl.tools.to.docx.poi
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.etsi.mts.tdl.tools.to.docx.poi.Activator
Bundle-ClassPath: lib/log4j-core-2.24.3.jar,
 .
Bundle-Vendor: ETSI
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
@@ -18,9 +20,10 @@ Require-Bundle: org.eclipse.core.runtime,
 org.apache.poi.ooxml,
 org.apache.poi.ooxml.schemas,
 org.apache.xmlbeans,
 org.apache.commons.compress,
 org.apache.logging.log4j;bundle-version="2.0.0"
 org.apache.commons.compress
Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: org.etsi.mts.tdl.tools.to.docx.poi
Bundle-ActivationPolicy: lazy
Export-Package: org.etsi.mts.tdl.tools.to.docx.poi
Export-Package: org.apache.logging.log4j.core;version="2.24.3",
 org.apache.logging.log4j.core.impl;version="2.24.3",
 org.etsi.mts.tdl.tools.to.docx.poi
+2 −1
Original line number Diff line number Diff line
@@ -2,5 +2,6 @@ source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
               .,\
               resource/
               resource/,\
               lib/log4j-core-2.24.3.jar
src.includes = resource/
+1.83 MiB

File added.

No diff preview for this file type.