Skip to content

Commit af6a27b

Browse files
authored
Merge pull request #42532 from rolfedh/remove-quarkus-panache-common-from-docs
Remove quarkus-panache-common from docs
2 parents 6c606e5 + 56c712d commit af6a27b

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

docs/src/main/asciidoc/mongodb-panache.adoc

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -90,37 +90,6 @@ If you don't want to generate a new project, add the dependency in your build fi
9090
implementation("io.quarkus:quarkus-mongodb-panache")
9191
----
9292

93-
[NOTE]
94-
====
95-
If your project is already configured to use other annotation processors, you will need to additionally add the Panache annotation processor:
96-
97-
[source,xml,role="primary asciidoc-tabs-target-sync-cli asciidoc-tabs-target-sync-maven"]
98-
.pom.xml
99-
----
100-
<plugin>
101-
<artifactId>maven-compiler-plugin</artifactId>
102-
<version>${compiler-plugin.version}</version>
103-
<configuration>
104-
<parameters>${maven.compiler.parameters}</parameters>
105-
<annotationProcessorPaths>
106-
<!-- Your existing annotation processor(s)... -->
107-
<path>
108-
<groupId>io.quarkus</groupId>
109-
<artifactId>quarkus-panache-common</artifactId>
110-
<version>${quarkus.platform.version}</version>
111-
</path>
112-
</annotationProcessorPaths>
113-
</configuration>
114-
</plugin>
115-
----
116-
117-
[source,gradle,role="secondary asciidoc-tabs-target-sync-gradle"]
118-
.build.gradle
119-
----
120-
annotationProcessor("io.quarkus:quarkus-panache-common")
121-
----
122-
====
123-
12493
== Setting up and configuring MongoDB with Panache
12594

12695
To get started:

0 commit comments

Comments
 (0)