Line 4 contains two conjoined dependencies where org.testcontainers.shared and org.apache.commons.io.IOUtils are a single line. I assume this is an error, as I wouldn't expect us to be messing around in the test methods. Also, org.testcontainers.shared does not exist (at least in the Central repo for Maven)
Line 4 contains two conjoined dependencies where
org.testcontainers.sharedandorg.apache.commons.io.IOUtilsare a single line. I assume this is an error, as I wouldn't expect us to be messing around in the test methods. Also,org.testcontainers.shareddoes not exist (at least in the Central repo for Maven)