diff --git a/apache-poi/pom.xml b/apache-poi/pom.xml index 1a0f77b025..546eedec5b 100644 --- a/apache-poi/pom.xml +++ b/apache-poi/pom.xml @@ -32,9 +32,27 @@ + + + + org.apache.maven.plugins + maven-resources-plugin + ${maven.resources.plugin.version} + + UTF-8 + + xlsx + xls + + + + + + 5.2.0 1.0.6 + 3.2.0 \ No newline at end of file diff --git a/apache-poi/src/main/resources/cellstyle/CellStyleBorderHandlerTest.xlsx b/apache-poi/src/main/resources/cellstyle/CellStyleBorderHandlerTest.xlsx new file mode 100644 index 0000000000..29f128211b Binary files /dev/null and b/apache-poi/src/main/resources/cellstyle/CellStyleBorderHandlerTest.xlsx differ diff --git a/apache-poi/src/test/java/com/baeldung/poi/excel/cellstyle/CellBorderHandlerUnitTest.java b/apache-poi/src/test/java/com/baeldung/poi/excel/cellstyle/CellBorderHandlerUnitTest.java index 3cabff2dff..2a36a6b1b2 100644 --- a/apache-poi/src/test/java/com/baeldung/poi/excel/cellstyle/CellBorderHandlerUnitTest.java +++ b/apache-poi/src/test/java/com/baeldung/poi/excel/cellstyle/CellBorderHandlerUnitTest.java @@ -12,7 +12,7 @@ import java.nio.file.Paths; import static org.junit.Assert.assertEquals; public class CellBorderHandlerUnitTest { - private static final String FILE_NAME = "cellstyle/CellStyleHandlerTest.xlsx"; + private static final String FILE_NAME = "cellstyle/CellStyleBorderHandlerTest.xlsx"; private static final int SHEET_INDEX = 0; private static CellBordersHandler cellBordersHandler;