Skip to content

Commit 26168d2

Browse files
committed
fixed #3, was wrong dependency
1 parent d607543 commit 26168d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/resources/archetype-resources/__rootArtifactId__-main

src/main/resources/archetype-resources/__rootArtifactId__-main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependencies>
1616
<dependency>
1717
<groupId>${groupId}</groupId>
18-
<artifactId>${rootArtifactId}-application</artifactId>
18+
<artifactId>${rootArtifactId}-facade</artifactId>
1919
</dependency>
2020
</dependencies>
2121
</project>

0 commit comments

Comments
 (0)