Skip to content

Commit 3b90a12

Browse files
committed
fix: dependency
1 parent bbf4593 commit 3b90a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/__package__.test

kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/__package__.test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependencies>
3333
<dependency>
3434
<groupId>${groupId}</groupId>
35-
<artifactId>${artifactId}</artifactId>
35+
<artifactId>${package}</artifactId>
3636
<type>jar</type>
3737
<version>${project.version}</version>
3838
</dependency>

0 commit comments

Comments
 (0)