From 59e88e106728dfb85921c3b986c4a783131251c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Wed, 19 May 2021 08:35:11 +0200 Subject: [PATCH] Test that JpaJandexScavenger automatically indexes classes that are not in the Jandex index yet --- .../legacy-app/src/main/resources/application.properties | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integration-tests/jpa-mapping-xml/legacy-app/src/main/resources/application.properties b/integration-tests/jpa-mapping-xml/legacy-app/src/main/resources/application.properties index fa51f042a2956..a1b57198ea5b4 100644 --- a/integration-tests/jpa-mapping-xml/legacy-app/src/main/resources/application.properties +++ b/integration-tests/jpa-mapping-xml/legacy-app/src/main/resources/application.properties @@ -3,8 +3,3 @@ quarkus.datasource.libraryA.db-kind=h2 quarkus.datasource.libraryB.db-kind=h2 quarkus.hibernate-orm.mapping-files=no-file - -quarkus.index-dependency.libraryA.group-id=io.quarkus -quarkus.index-dependency.libraryA.artifact-id=quarkus-integration-test-jpa-xml-legacy-library-a -quarkus.index-dependency.libraryB.group-id=io.quarkus -quarkus.index-dependency.libraryB.artifact-id=quarkus-integration-test-jpa-xml-legacy-library-b \ No newline at end of file