Skip to content

Commit 6fea167

Browse files
author
mthakkar
committed
[java] Updated with v16 java source
1 parent 79dd937 commit 6fea167

File tree

59 files changed

+2742
-705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2742
-705
lines changed

java/enunciate.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.27.xsd">
33

44
<api-classes>
5-
<include pattern="com.cloudera.api.v13.*"/>
5+
<include pattern="com.cloudera.api.v16.*"/>
66
</api-classes>
77

88
<services>
9-
<rest defaultRestSubcontext="/api/v13"/>
9+
<rest defaultRestSubcontext="/api/v16"/>
1010
</services>
1111

1212
<modules>
1313
<docs splashPackage="com.cloudera.api"
1414
copyright="Cloudera, Inc. All rights reserved."
1515
docsDir="apidocs"
16-
title="Cloudera Manager API v13"
16+
title="Cloudera Manager API v16"
1717
groupRestResources="byPath"
1818
freemarkerXMLProcessingTemplate="api-docs.fmt"
1919
css="static/cms/css/api-docs.css"

java/pom.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.cloudera.api</groupId>
66
<artifactId>cloudera-manager-api</artifactId>
77
<name>Cloudera Manager API</name>
8-
<version>5.8.0</version>
8+
<version>5.11.0</version>
99

1010
<properties>
1111
<cxf.version>2.7.7</cxf.version>
@@ -239,7 +239,6 @@
239239
<additionalparam>${javadocOptions}</additionalparam>
240240
<docfilessubdirs>true</docfilessubdirs>
241241
<outputDirectory>${project.build.directory}/javadoc</outputDirectory>
242-
<stylesheetfile>${basedir}/src/javadoc/javadoc.css</stylesheetfile>
243242
<overview>${basedir}/src/javadoc/overview.html</overview>
244243
<doctitle>Cloudera Manager API (${project.version})</doctitle>
245244
<windowtitle>Cloudera Manager API (${project.version})</windowtitle>
@@ -267,6 +266,11 @@
267266
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
268267
</configuration>
269268
</plugin>
269+
<plugin>
270+
<groupId>org.owasp</groupId>
271+
<artifactId>dependency-check-maven</artifactId>
272+
<version>1.4.3</version>
273+
</plugin>
270274
</plugins>
271275
</build>
272276
<dependencies>

0 commit comments

Comments
 (0)