Skip to content

Commit

Permalink
PM integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Zerbetto committed Dec 22, 2023
1 parent 85f5bb4 commit a3baac0
Show file tree
Hide file tree
Showing 32 changed files with 1,981 additions and 419 deletions.
1 change: 1 addition & 0 deletions knowage-ce-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
<module>../knowage-vue</module>
<module>../knowage-spring-boot-api-common</module>
<module>../knowage-common</module>
<module>../knowage-pm-dto</module>
</modules>

<build>
Expand Down
6 changes: 6 additions & 0 deletions knowage-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>it.eng.knowage</groupId>
<artifactId>knowage-pm-dto</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>it.eng.knowage</groupId>
Expand Down
Loading

0 comments on commit a3baac0

Please sign in to comment.