Skip to content

Commit

Permalink
fix wrong dependency in extension 10.2 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
christofluethi authored Nov 22, 2023
1 parent ddf6e4c commit 761ecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/10.0/102_business-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Your dependency block in the deplyoment `pom.xml` should look like this:
</dependency>
<dependency>
<groupId>ch.puzzle</groupId>
<artifactId>quarkus-extension-appinfo</artifactId>
<artifactId>techlab-extension-appinfo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 761ecfc

Please sign in to comment.