Skip to content

Commit 529132c

Browse files
committed
add infrastructure dependency
Needed for implementation and spring wiring
1 parent 5a93c51 commit 529132c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

datamanager-app/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
<groupId>life.qbic.datamanager</groupId>
7777
<artifactId>identity</artifactId>
7878
</dependency>
79+
<dependency>
80+
<groupId>life.qbic.datamanager</groupId>
81+
<artifactId>identity-infrastructure</artifactId>
82+
</dependency>
7983
<dependency>
8084
<groupId>life.qbic.datamanager</groupId>
8185
<artifactId>project-management-infrastructure</artifactId>
@@ -93,6 +97,10 @@
9397
<groupId>life.qbic.datamanager</groupId>
9498
<artifactId>finances-api</artifactId>
9599
</dependency>
100+
<dependency>
101+
<groupId>life.qbic.datamanager</groupId>
102+
<artifactId>finances-infrastructure</artifactId>
103+
</dependency>
96104
<dependency>
97105
<groupId>life.qbic.datamanager</groupId>
98106
<artifactId>application-commons</artifactId>

0 commit comments

Comments
 (0)