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

ppalaga pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/camel-main by this push:
     new d2f6cd2  quarkus.test.flat-class-path=true required to run Avro tests 
#16804
d2f6cd2 is described below

commit d2f6cd2b73976b8794581cf58671536ed39271b8
Author: Peter Palaga <[email protected]>
AuthorDate: Mon May 17 13:20:50 2021 +0200

    quarkus.test.flat-class-path=true required to run Avro tests #16804
---
 .../avro/src/main/resources/application.properties    | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/integration-tests/avro/src/main/resources/application.properties 
b/integration-tests/avro/src/main/resources/application.properties
deleted file mode 100644
index a7e9ab0..0000000
--- a/integration-tests/avro/src/main/resources/application.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-## ---------------------------------------------------------------------------
-## 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.
-## ---------------------------------------------------------------------------
-
-# Workaround for https://github.com/apache/camel-quarkus/issues/2514
-quarkus.test.flat-class-path=true
\ No newline at end of file

Reply via email to