Skip to content

Commit

Permalink
Remove quarkus-panache-common from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfedh committed Aug 13, 2024
1 parent 6c606e5 commit 56c712d
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions docs/src/main/asciidoc/mongodb-panache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,37 +90,6 @@ If you don't want to generate a new project, add the dependency in your build fi
implementation("io.quarkus:quarkus-mongodb-panache")
----

[NOTE]
====
If your project is already configured to use other annotation processors, you will need to additionally add the Panache annotation processor:
[source,xml,role="primary asciidoc-tabs-target-sync-cli asciidoc-tabs-target-sync-maven"]
.pom.xml
----
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${compiler-plugin.version}</version>
<configuration>
<parameters>${maven.compiler.parameters}</parameters>
<annotationProcessorPaths>
<!-- Your existing annotation processor(s)... -->
<path>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-panache-common</artifactId>
<version>${quarkus.platform.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
----
[source,gradle,role="secondary asciidoc-tabs-target-sync-gradle"]
.build.gradle
----
annotationProcessor("io.quarkus:quarkus-panache-common")
----
====

== Setting up and configuring MongoDB with Panache

To get started:
Expand Down

0 comments on commit 56c712d

Please sign in to comment.