You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/04/12 09:21:06 UTC

[tomee] branch master updated: Fix RAT checks to allow deploy build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c930840cb2 Fix RAT checks to allow deploy build
c930840cb2 is described below

commit c930840cb2e13dc7dad38a39681d595a3aa82e5d
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Tue Apr 12 11:20:57 2022 +0200

    Fix RAT checks to allow deploy build
---
 .../MicroProfileOpenTracingTracingFeature.java           | 16 ++++++++++++++++
 tck/microprofile-tck/opentracing/tck-suite.xml           | 15 +++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/tck/microprofile-tck/opentracing/src/test/java/org.apache.tomee.microprofile.tck.opentracing/MicroProfileOpenTracingTracingFeature.java b/tck/microprofile-tck/opentracing/src/test/java/org.apache.tomee.microprofile.tck.opentracing/MicroProfileOpenTracingTracingFeature.java
index c696b6c0cb..e61fff406f 100644
--- a/tck/microprofile-tck/opentracing/src/test/java/org.apache.tomee.microprofile.tck.opentracing/MicroProfileOpenTracingTracingFeature.java
+++ b/tck/microprofile-tck/opentracing/src/test/java/org.apache.tomee.microprofile.tck.opentracing/MicroProfileOpenTracingTracingFeature.java
@@ -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.
+ */
 package org.apache.tomee.microprofile.tck.opentracing;
 
 import io.opentracing.Span;
diff --git a/tck/microprofile-tck/opentracing/tck-suite.xml b/tck/microprofile-tck/opentracing/tck-suite.xml
index a092e62ec6..4080307870 100644
--- a/tck/microprofile-tck/opentracing/tck-suite.xml
+++ b/tck/microprofile-tck/opentracing/tck-suite.xml
@@ -1,5 +1,20 @@
 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
+<!--
+  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.
+  -->
 <suite name="microprofile-opentracing-TCK" verbose="2" configfailurepolicy="continue" >
 
   <test name="microprofile-opentracing 1.0 TCK">