File tree Expand file tree Collapse file tree
src/test/java/org/sonar/plugins/python/minimization Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 <artifactId >extensions</artifactId >
1919 <version >${pycharm.version} </version >
2020 </dependency >
21- <dependency >
22- <groupId >com.jetbrains.pycharm</groupId >
23- <artifactId >openapi</artifactId >
24- <version >${pycharm.version} </version >
25- </dependency >
2621 <dependency >
2722 <groupId >com.jetbrains.pycharm</groupId >
2823 <artifactId >platform-api</artifactId >
6459 <groupId >org.jetbrains.kotlin</groupId >
6560 <artifactId >kotlin-stdlib</artifactId >
6661 <version >1.2.50</version >
62+ <exclusions >
63+ <exclusion >
64+ <groupId >org.jetbrains.kotlin</groupId >
65+ <artifactId >kotlin-stdlib-common</artifactId >
66+ </exclusion >
67+ </exclusions >
6768 </dependency >
6869 <dependency >
6970 <groupId >org.picocontainer</groupId >
7576 <artifactId >trove4j</artifactId >
7677 <version >1.0.20190514</version >
7778 </dependency >
78- <dependency >
79- <groupId >one.util</groupId >
80- <artifactId >streamex</artifactId >
81- <version >0.6.7</version >
82- </dependency >
8379
8480 <dependency >
8581 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments