Skip to content

Commit 448a4f1

Browse files
pynicolasmpaladin
authored andcommitted
SONARPY-344 Minimize JAR
1 parent b9a1ed8 commit 448a4f1

5 files changed

Lines changed: 1042 additions & 15 deletions

File tree

python-frontend/pom.xml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
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>
@@ -64,6 +59,12 @@
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>
@@ -75,11 +76,6 @@
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>

0 commit comments

Comments
 (0)