This repository was archived by the owner on Jan 9, 2020. It is now read-only.
File tree 2 files changed +7
-38
lines changed
resource-managers/kubernetes/core
2 files changed +7
-38
lines changed Original file line number Diff line number Diff line change 2637
2637
</modules >
2638
2638
</profile >
2639
2639
2640
+ <profile >
2641
+ <id >kubernetes</id >
2642
+ <modules >
2643
+ <module >resource-managers/kubernetes/core</module >
2644
+ </modules >
2645
+ </profile >
2646
+
2640
2647
<profile >
2641
2648
<id >hive-thriftserver</id >
2642
2649
<modules >
Original file line number Diff line number Diff line change 70
70
</exclusion >
71
71
</exclusions >
72
72
</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 >
99
73
100
- <dependency >
101
- <groupId >com.fasterxml.jackson.jaxrs</groupId >
102
- <artifactId >jackson-jaxrs-json-provider</artifactId >
103
- </dependency >
104
74
<dependency >
105
75
<groupId >javax.ws.rs</groupId >
106
76
<artifactId >javax.ws.rs-api</artifactId >
112
82
</dependency >
113
83
<!-- End of shaded deps. -->
114
84
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 >
123
85
<dependency >
124
86
<groupId >org.mockito</groupId >
125
87
<artifactId >mockito-core</artifactId >
You can’t perform that action at this time.
0 commit comments