S2tbx build fails (latest github) due to superfluous line in S2metadata.java

Hi,
building current on github is failing for me building ‘Sentinel-2 Toolbox S2-MSI Reader’

because

s2tbx/s2tbx-s2msi-reader/src/main/java/org/esa/s2tbx/dataio/s2/S2Metadata.java

has the following line that makes build fail, as jfxmedia isn’t on nexus.

import com.sun.media.jfxmedia.logging.Logger

removing this line lets it build ok.

sorry if this isn’t the right place to report it github seems to have tickets disabled?

Mine builds ok and the travis-ci build passes but you’re right the import
is not used and should be removed.