Skip to content

Commit 3f84def

Browse files
committed
Update pom.xml
1 parent 86ffc0c commit 3f84def

File tree

1 file changed

+0
-68
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager

1 file changed

+0
-68
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -243,74 +243,6 @@
243243
<artifactId>jersey-test-framework-grizzly2</artifactId>
244244
<scope>test</scope>
245245
</dependency>
246-
247-
<dependency>
248-
<groupId>com.github.stefanbirkner</groupId>
249-
<artifactId>system-rules</artifactId>
250-
<scope>test</scope>
251-
</dependency>
252-
253-
<!-- Necessary to include jackson separately to avoid issues with
254-
maven enforcer plugin in "hadoop-client-check-test-invariants"
255-
-->
256-
<dependency>
257-
<groupId>org.jsonschema2pojo</groupId>
258-
<artifactId>jsonschema2pojo-core</artifactId>
259-
<exclusions>
260-
<exclusion>
261-
<groupId>joda-time</groupId>
262-
<artifactId>joda-time</artifactId>
263-
</exclusion>
264-
<exclusion>
265-
<groupId>com.google.code.findbugs</groupId>
266-
<artifactId>jsr305</artifactId>
267-
</exclusion>
268-
<exclusion>
269-
<groupId>com.fasterxml.jackson.core</groupId>
270-
<artifactId>*</artifactId>
271-
</exclusion>
272-
<exclusion>
273-
<groupId>com.fasterxml.jackson.dataformat</groupId>
274-
<artifactId>*</artifactId>
275-
</exclusion>
276-
<exclusion>
277-
<groupId>org.codehaus.jackson</groupId>
278-
<artifactId>*</artifactId>
279-
</exclusion>
280-
<exclusion>
281-
<groupId>com.google.code.gson</groupId>
282-
<artifactId>gson</artifactId>
283-
</exclusion>
284-
<exclusion>
285-
<groupId>com.google.code.findbugs</groupId>
286-
<artifactId>annotations</artifactId>
287-
</exclusion>
288-
<exclusion>
289-
<groupId>org.scala-lang</groupId>
290-
<artifactId>scala-library</artifactId>
291-
</exclusion>
292-
<exclusion>
293-
<groupId>org.jsonschema2pojo</groupId>
294-
<artifactId>jsonschema2pojo-scalagen</artifactId>
295-
</exclusion>
296-
<exclusion>
297-
<groupId>com.google.code.javaparser</groupId>
298-
<artifactId>javaparser</artifactId>
299-
</exclusion>
300-
<exclusion>
301-
<groupId>javax.validation</groupId>
302-
<artifactId>validation-api</artifactId>
303-
</exclusion>
304-
</exclusions>
305-
</dependency>
306-
<dependency>
307-
<groupId>com.fasterxml.jackson.core</groupId>
308-
<artifactId>jackson-databind</artifactId>
309-
</dependency>
310-
<dependency>
311-
<groupId>com.fasterxml.jackson.dataformat</groupId>
312-
<artifactId>jackson-dataformat-yaml</artifactId>
313-
</dependency>
314246
</dependencies>
315247

316248
<build>

0 commit comments

Comments
 (0)