Skip to content

Commit b9908e5

Browse files
authored
Merge pull request #170 from Celebrate-future/master
Could com.tencent.tars:tars-maven-plugin:2.0.0 drop off redundant dependencies to loose weight?
2 parents b57c77b + 09befb2 commit b9908e5

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

tools/tars-maven-plugin/pom.xml

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,32 @@
5151
<groupId>org.slf4j</groupId>
5252
<artifactId>slf4j-nop</artifactId>
5353
</exclusion>
54+
<exclusion>
55+
<groupId>org.sonatype.plexus</groupId>
56+
<artifactId>plexus-sec-dispatcher</artifactId>
57+
</exclusion>
58+
<exclusion>
59+
<groupId>org.apache.maven.reporting</groupId>
60+
<artifactId>maven-reporting-api</artifactId>
61+
</exclusion>
62+
<exclusion>
63+
<groupId>org.apache.maven.wagon</groupId>
64+
<artifactId>wagon-http</artifactId>
65+
</exclusion>
66+
<exclusion>
67+
<groupId>org.apache.maven</groupId>
68+
<artifactId>maven-plugin-parameter-documenter</artifactId>
69+
</exclusion>
70+
<exclusion>
71+
<groupId>org.apache.maven</groupId>
72+
<artifactId>maven-monitor</artifactId>
73+
</exclusion>
74+
<exclusion>
75+
<groupId>org.apache.maven.doxia</groupId>
76+
<artifactId>doxia-logging-api</artifactId>
77+
</exclusion>
5478
</exclusions>
5579
</dependency>
56-
<dependency>
57-
<groupId>org.apache.maven</groupId>
58-
<artifactId>maven-plugin-parameter-documenter</artifactId>
59-
<version>${maven_version}</version>
60-
</dependency>
6180
<dependency>
6281
<groupId>org.apache.maven</groupId>
6382
<artifactId>maven-repository-metadata</artifactId>
@@ -73,11 +92,6 @@
7392
<artifactId>maven-plugin-descriptor</artifactId>
7493
<version>${maven_version}</version>
7594
</dependency>
76-
<dependency>
77-
<groupId>org.apache.maven</groupId>
78-
<artifactId>maven-monitor</artifactId>
79-
<version>${maven_version}</version>
80-
</dependency>
8195
<dependency>
8296
<groupId>org.apache.maven</groupId>
8397
<artifactId>maven-settings</artifactId>
@@ -99,6 +113,12 @@
99113
<groupId>org.apache.maven.shared</groupId>
100114
<artifactId>maven-filtering</artifactId>
101115
<version>1.3</version>
116+
<exclusions>
117+
<exclusion>
118+
<groupId>org.sonatype.plexus</groupId>
119+
<artifactId>plexus-build-api</artifactId>
120+
</exclusion>
121+
</exclusions>
102122
</dependency>
103123
<dependency>
104124
<groupId>org.apache.maven.shared</groupId>

0 commit comments

Comments
 (0)