Skip to content

Commit

Permalink
devonfw#1454 added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Mar 14, 2023
1 parent 1fc60d6 commit 48a2b32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cobigen/core-artifact-retriever/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
<artifactId>core-api</artifactId>
</dependency>

<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>core</artifactId>
</dependency>

</dependencies>
</project>

0 comments on commit 48a2b32

Please sign in to comment.