Skip to content
Snippets Groups Projects
Commit c4b9a98f authored by William Enright's avatar William Enright
Browse files

many updates to endpoints for frontend

Change-Id: I6475a916ea19d77910950d397e9baf423cb14209
parent ad414be2
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,12 @@
<artifactId>derby</artifactId>
<version>${debry.version}</version>
</dependency>
<dependency>
<groupId>net.jami</groupId>
<artifactId>jams-common</artifactId>
<version>2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
......
......@@ -17,6 +17,12 @@
<version>${revision}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.jami</groupId>
<artifactId>jams-common</artifactId>
<version>2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
......
......@@ -67,6 +67,12 @@
<version>${revision}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.jami</groupId>
<artifactId>jami-nameserver</artifactId>
<version>2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment