You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/12/17 17:17:10 UTC

[juneau] branch master updated: Fix build error.

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 765ad19  Fix build error.
765ad19 is described below

commit 765ad19253b80373d4a01b743a0af24807200247
Author: JamesBognar <ja...@apache.org>
AuthorDate: Mon Dec 17 12:16:59 2018 -0500

    Fix build error.
---
 .../juneau-examples-rest-springboot/settings.xml           | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/juneau-examples/juneau-examples-rest-springboot/settings.xml b/juneau-examples/juneau-examples-rest-springboot/settings.xml
index 0e500e2..25dddbd 100644
--- a/juneau-examples/juneau-examples-rest-springboot/settings.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/settings.xml
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ***************************************************************************************************************************
+ * 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.                                              *
+ ***************************************************************************************************************************
+-->
 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">