Skip to content

Commit 0e199b2

Browse files
Added the api project as a dependency for the terminalCli project.
1 parent 3344329 commit 0e199b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

terminalCli/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@
44
<artifactId>terminalcli</artifactId>
55
<version>0.0.1-SNAPSHOT</version>
66
<name>CRUCA Terminal Client</name>
7+
8+
<dependencies>
9+
<dependency>
10+
<groupId>es.uca.dss.cruca</groupId>
11+
<artifactId>projectcruca</artifactId>
12+
<version>0.0.1-SNAPSHOT</version>
13+
</dependency>
14+
</dependencies>
715
</project>

0 commit comments

Comments
 (0)