Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 12f9c21

Browse files
committed
Cleaned POMs
1 parent c423539 commit 12f9c21

File tree

2 files changed

+7
-38
lines changed

2 files changed

+7
-38
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,6 +2637,13 @@
26372637
</modules>
26382638
</profile>
26392639

2640+
<profile>
2641+
<id>kubernetes</id>
2642+
<modules>
2643+
<module>resource-managers/kubernetes/core</module>
2644+
</modules>
2645+
</profile>
2646+
26402647
<profile>
26412648
<id>hive-thriftserver</id>
26422649
<modules>

resource-managers/kubernetes/core/pom.xml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -70,37 +70,7 @@
7070
</exclusion>
7171
</exclusions>
7272
</dependency>
73-
<!-- Required by kubernetes-client but we exclude it -->
74-
<dependency>
75-
<groupId>com.fasterxml.jackson.dataformat</groupId>
76-
<artifactId>jackson-dataformat-yaml</artifactId>
77-
<version>${fasterxml.jackson.version}</version>
78-
</dependency>
79-
<dependency>
80-
<groupId>org.glassfish.jersey.containers</groupId>
81-
<artifactId>jersey-container-servlet</artifactId>
82-
</dependency>
83-
<dependency>
84-
<groupId>org.glassfish.jersey.media</groupId>
85-
<artifactId>jersey-media-multipart</artifactId>
86-
</dependency>
87-
<dependency>
88-
<groupId>com.squareup.retrofit2</groupId>
89-
<artifactId>retrofit</artifactId>
90-
</dependency>
91-
<dependency>
92-
<groupId>com.squareup.retrofit2</groupId>
93-
<artifactId>converter-jackson</artifactId>
94-
</dependency>
95-
<dependency>
96-
<groupId>com.squareup.retrofit2</groupId>
97-
<artifactId>converter-scalars</artifactId>
98-
</dependency>
9973

100-
<dependency>
101-
<groupId>com.fasterxml.jackson.jaxrs</groupId>
102-
<artifactId>jackson-jaxrs-json-provider</artifactId>
103-
</dependency>
10474
<dependency>
10575
<groupId>javax.ws.rs</groupId>
10676
<artifactId>javax.ws.rs-api</artifactId>
@@ -112,14 +82,6 @@
11282
</dependency>
11383
<!-- End of shaded deps. -->
11484

115-
<dependency>
116-
<groupId>org.bouncycastle</groupId>
117-
<artifactId>bcpkix-jdk15on</artifactId>
118-
</dependency>
119-
<dependency>
120-
<groupId>org.bouncycastle</groupId>
121-
<artifactId>bcprov-jdk15on</artifactId>
122-
</dependency>
12385
<dependency>
12486
<groupId>org.mockito</groupId>
12587
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)