Skip to content

Commit bc3501e

Browse files
committed
IM-695 Add pom.xml
1 parent 7e01cea commit bc3501e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

klab.authentication/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<artifactId>org.integratedmodelling.klab.api</artifactId>
5858
<version>${klab.version}</version>
5959
</dependency>
60+
<dependency>
61+
<groupId>org.integratedmodelling</groupId>
62+
<artifactId>klab.commons</artifactId>
63+
<version>${klab.version}</version>
64+
</dependency>
6065

6166
<dependency>
6267
<groupId>org.slf4j</groupId>

klab.engine/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,11 @@
579579
<artifactId>org.integratedmodelling.klab.api</artifactId>
580580
<version>${klab.version}</version>
581581
</dependency>
582+
<dependency>
583+
<groupId>org.integratedmodelling</groupId>
584+
<artifactId>klab.commons</artifactId>
585+
<version>${klab.version}</version>
586+
</dependency>
582587

583588
<dependency>
584589
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)