Ajout dépendances au module Server

This commit is contained in:
Notmoo
2017-07-26 16:32:48 +02:00
parent f7efd3bd10
commit 1ab1a1656c
2 changed files with 20 additions and 0 deletions

View File

@ -12,5 +12,19 @@
<artifactId>server</artifactId>
<dependencies>
<!-- https://mvnrepository.com/artifact/javax/javaee-api -->
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.pqt</groupId>
<artifactId>core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>