This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 23d73db KNOX-1724 - Upgrade rat plugin to 0.13
23d73db is described below
commit 23d73dba075e40594e2ba4cf69fddf02b587447f
Author: Kevin Risden <[email protected]>
AuthorDate: Wed Jan 2 15:59:15 2019 -0500
KNOX-1724 - Upgrade rat plugin to 0.13
Signed-off-by: Kevin Risden <[email protected]>
---
gateway-admin-ui/admin-ui/app/app.component.spec.ts | 16 ++++++++++++++++
.../new-desc-wizard/new-desc-wizard.component.spec.ts | 16 ++++++++++++++++
.../app/new-desc-wizard/new-desc-wizard.component.ts | 16 ++++++++++++++++
.../provider-config-selector.component.spec.ts | 16 ++++++++++++++++
.../provider-config-wizard.component.spec.ts | 16 ++++++++++++++++
pom.xml | 2 ++
6 files changed, 82 insertions(+)
diff --git a/gateway-admin-ui/admin-ui/app/app.component.spec.ts
b/gateway-admin-ui/admin-ui/app/app.component.spec.ts
index c5b203c..f0c7483 100644
--- a/gateway-admin-ui/admin-ui/app/app.component.spec.ts
+++ b/gateway-admin-ui/admin-ui/app/app.component.spec.ts
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
/* tslint:disable:no-unused-variable */
import {AppComponent} from './app.component';
diff --git
a/gateway-admin-ui/admin-ui/app/new-desc-wizard/new-desc-wizard.component.spec.ts
b/gateway-admin-ui/admin-ui/app/new-desc-wizard/new-desc-wizard.component.spec.ts
index 65f999b..5222c23 100644
---
a/gateway-admin-ui/admin-ui/app/new-desc-wizard/new-desc-wizard.component.spec.ts
+++
b/gateway-admin-ui/admin-ui/app/new-desc-wizard/new-desc-wizard.component.spec.ts
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
import {async, ComponentFixture, TestBed} from '@angular/core/testing';
import {NewDescWizardComponent} from './new-desc-wizard.component';
diff --git
a/gateway-admin-ui/admin-ui/app/new-desc-wizard/new-desc-wizard.component.ts
b/gateway-admin-ui/admin-ui/app/new-desc-wizard/new-desc-wizard.component.ts
index f53f487..36cab9e 100644
--- a/gateway-admin-ui/admin-ui/app/new-desc-wizard/new-desc-wizard.component.ts
+++ b/gateway-admin-ui/admin-ui/app/new-desc-wizard/new-desc-wizard.component.ts
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
import {Component, OnInit, ViewChild} from '@angular/core';
import {BsModalComponent} from 'ng2-bs3-modal';
diff --git
a/gateway-admin-ui/admin-ui/app/provider-config-selector/provider-config-selector.component.spec.ts
b/gateway-admin-ui/admin-ui/app/provider-config-selector/provider-config-selector.component.spec.ts
index 93c4d6f..1ea1a46 100644
---
a/gateway-admin-ui/admin-ui/app/provider-config-selector/provider-config-selector.component.spec.ts
+++
b/gateway-admin-ui/admin-ui/app/provider-config-selector/provider-config-selector.component.spec.ts
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
import {async, ComponentFixture, TestBed} from '@angular/core/testing';
import {ProviderConfigSelectorComponent} from
'./provider-config-selector.component';
diff --git
a/gateway-admin-ui/admin-ui/app/provider-config-wizard/provider-config-wizard.component.spec.ts
b/gateway-admin-ui/admin-ui/app/provider-config-wizard/provider-config-wizard.component.spec.ts
index 77f2daf..2897ef0 100644
---
a/gateway-admin-ui/admin-ui/app/provider-config-wizard/provider-config-wizard.component.spec.ts
+++
b/gateway-admin-ui/admin-ui/app/provider-config-wizard/provider-config-wizard.component.spec.ts
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
import {async, ComponentFixture, TestBed} from '@angular/core/testing';
import {ProviderConfigWizardComponent} from
'./provider-config-wizard.component';
diff --git a/pom.xml b/pom.xml
index 466a8c7..0d5f44b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,7 @@
<apacheds.directory.api.version>2.0.0.AM2</apacheds.directory.api.version>
<apacheds.directory.server.version>2.0.0.AM25</apacheds.directory.server.version>
<apacheds-jdbm.version>2.0.0-M5</apacheds-jdbm.version>
+ <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
<ant-nodeps.version>1.8.1</ant-nodeps.version>
<asm.version>7.0</asm.version>
<bcprov-jdk15on.version>1.60</bcprov-jdk15on.version>
@@ -308,6 +309,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
+ <version>${apache-rat-plugin.version}</version>
<executions>
<execution>
<phase>verify</phase>