File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/main/java/de/ingogriebsch/maven/sync/packagejson/version/plugin Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 110110 <artifactId >file-management</artifactId >
111111 <version >3.0.0</version >
112112 <scope >provided</scope >
113+ <exclusions >
114+ <exclusion >
115+ <groupId >org.apache.maven</groupId >
116+ <artifactId >*</artifactId >
117+ </exclusion >
118+ </exclusions >
113119 </dependency >
114120 <dependency >
115121 <groupId >org.assertj</groupId >
Original file line number Diff line number Diff line change 2828
2929import javax .inject .Inject ;
3030
31- import com .google .inject . internal . util .Lists ;
31+ import com .google .common . collect .Lists ;
3232import de .ingogriebsch .maven .sync .packagejson .version .plugin .AbstractMojo ;
3333import de .ingogriebsch .maven .sync .packagejson .version .plugin .PackageJsonCollector ;
3434import de .ingogriebsch .maven .sync .packagejson .version .plugin .PomVersionEvaluatorFactory ;
Original file line number Diff line number Diff line change 2424
2525import javax .inject .Inject ;
2626
27- import com .google .inject . internal . util .Lists ;
27+ import com .google .common . collect .Lists ;
2828import de .ingogriebsch .maven .sync .packagejson .version .plugin .AbstractMojo ;
2929import de .ingogriebsch .maven .sync .packagejson .version .plugin .PackageJsonCollector ;
3030import de .ingogriebsch .maven .sync .packagejson .version .plugin .PomVersionEvaluatorFactory ;
You can’t perform that action at this time.
0 commit comments