Github user HansBrende commented on the issue:
https://github.com/apache/any23/pull/91
@lewismc I searched through your `build.txt` file, but there aren't any
`NoClassDefFoundError`s that I can find, so I'm not exactly sure what you're
referring to. Also it looks like all tests completed successfully! Here's the
last snippet of `build.txt`:
```
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Any23 2.3-SNAPSHOT .......................... SUCCESS [
10.907 s]
[INFO] Apache Any23 :: Base API ........................... SUCCESS [
5.086 s]
[INFO] Apache Any23 :: Test Resources ..................... SUCCESS [
0.875 s]
[INFO] Apache Any23 :: CSV Utilities ...................... SUCCESS [
0.375 s]
[INFO] Apache Any23 :: Mime Type Detection ................ SUCCESS [
7.968 s]
[INFO] Apache Any23 :: Encoding Detection ................. SUCCESS [
1.494 s]
[INFO] Apache Any23 :: Core ............................... SUCCESS [
44.988 s]
[INFO] Apache Any23 :: Plugins :: Office Scraper .......... SUCCESS [
4.799 s]
[INFO] Apache Any23 :: Plugins :: HTML Scraper ............ SUCCESS [
1.845 s]
[INFO] Apache Any23 :: CLI ................................ SUCCESS [
15.713 s]
[INFO] Apache Any23 :: Plugins :: Basic Crawler ........... SUCCESS [
41.085 s]
[INFO] Apache Any23 :: Plugins :: OpenIE .................. SUCCESS [
0.520 s]
[INFO] Apache Any23 :: Plugins :: Integration Test ........ SUCCESS [01:08
min]
[INFO] Apache Any23 :: Service 2.3-SNAPSHOT ............... SUCCESS [04:34
min]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 07:58 min
[INFO] Finished at: 2018-07-02T14:14:11-07:00
[INFO]
------------------------------------------------------------------------
```
Did you attach the wrong file perhaps?
---