datacleaner / DataCleaner

The premier open source Data Quality solution
GNU Lesser General Public License v3.0
595 stars 180 forks source link

Consolidated duplicated Activation and JAXB dependencies #1911

Closed kaspersorensen closed 2 years ago

kaspersorensen commented 2 years ago

The tattletale plugin was breaking on my local build (not sure why this didn't happen with our CI build) because of duplicated classes in jar files. We had several JAXB and Activation API jar files, so I consolidated the dependencies and banned every JAR file except the latest jakarta based ones.