On 2018/09/20 13:54:15, "pj.fanning" <[email protected]> wrote: 
> Somehow you've disabled the standard transitive dependency loading mechanisms
> in your maven build.
> 
> Try adding:
>         <dependency> 
>             <groupId>org.apache.poi</groupId> 
>             <artifactId>poi</artifactId> 
>             <version>4.0.0</version> 
>         </dependency> 
> 
> But without transitive dependency loading, you're going to have to
> explicitly add lots of dependencies.
> 
> 
> 
> --
> Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 

thanks for the help, but something else helped me:
1. As though I did not change my pom file - a tangible result is not given.
2. when I put files of poi and poi-ooxml into one folder with my jar file - the 
application worked.
3. Without the libraries in the folder, the application refuses to work so that 
I do not apply it.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to