We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3344329 commit 0e199b2Copy full SHA for 0e199b2
terminalCli/pom.xml
@@ -4,4 +4,12 @@
4
<artifactId>terminalcli</artifactId>
5
<version>0.0.1-SNAPSHOT</version>
6
<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>
15
</project>
0 commit comments