This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 65f8ee3068a5210c1a0bb05d6f7af2c99320e9e8 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
