<classpathentry kind="lib" path="lib/mockito-core-2.23.4.jar"/>
<classpathentry kind="lib" path="lib/byte-buddy-1.9.3.jar"/>
<classpathentry kind="lib" path="lib/byte-buddy-agent-1.9.3.jar"/>
+ <classpathentry kind="lib" path="compile-lib/batik-all-1.11.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
version = '4.1.1-SNAPSHOT'
ext {
- japicmpversion = '4.0.0'
+ japicmpversion = '4.1.0'
}
tasks.withType(JavaCompile) {
<programming-language>Java</programming-language>
<category rdf:resource="https://projects.apache.org/category/content" />
<category rdf:resource="https://projects.apache.org/category/library" />
+ <release>
+ <Version>
+ <name>Apache POI 4.1.0</name>
+ <created>2019-04-08</created>
+ <revision>4.1.0</revision>
+ </Version>
+ </release>
<release>
<Version>
<name>Apache POI 4.0.1</name>
<!-- TODO Import these from the parent build file -->
<property name="repository.m2" value="http://repo1.maven.org"/>
- <property name="version.id" value="4.0.1-SNAPSHOT"/>
+ <property name="version.id" value="4.1.1-SNAPSHOT"/>
<property name="dist.dir" value="build/dist"/>
<!-- jars in the /lib directory, see the fetch-bundle-jars target-->
}
dependencies {
compile 'org.codehaus.groovy:groovy-all:2.4.13'
- compile 'org.apache.poi:poi:4.0.0'
- compile 'org.apache.poi:poi-ooxml:4.0.0'
+ compile 'org.apache.poi:poi:4.1.0'
+ compile 'org.apache.poi:poi-ooxml:4.1.0'
}
// Our files are in the current directory
// Add the POI core and OOXML support dependencies into your build.sbt
libraryDependencies ++= Seq(
- "org.apache.poi" % "poi" % "4.0.0",
- "org.apache.poi" % "poi-ooxml" % "4.0.0",
- "org.apache.poi" % "poi-ooxml-schemas" "4.0.0",
+ "org.apache.poi" % "poi" % "4.1.0",
+ "org.apache.poi" % "poi-ooxml" % "4.1.0",
+ "org.apache.poi" % "poi-ooxml-schemas" "4.1.0",
)