'package edu.emory.mathcs.backport.java.util does not exist

I updated

   <dependency>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-release-plugin</artifactId>
            <version>2.5.3</version>
    </dependency>

to version 3.0.0-M5 it shows

 project xxx: Compilation failure
/path-to-jave-file/xxx.java:[22,43] package edu.emory.mathcs.backport.java.util does not exist

but i put the old version it works...

So my question is why this package goes missing with the latest jar version...



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source