Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
ebe8a901
by Tony CHEMIT at 2017-07-28T21:05:17+02:00
1 changed file:
Changes:
| ... | ... | @@ -47,22 +47,9 @@ |
| 47 | 47 |
<artifactId>nuiton-validator</artifactId>
|
| 48 | 48 |
</dependency>
|
| 49 | 49 |
<dependency>
|
| 50 |
- <groupId>org.apache.commons</groupId>
|
|
| 51 |
- <artifactId>commons-lang3</artifactId>
|
|
| 52 |
- </dependency>
|
|
| 53 |
- <dependency>
|
|
| 54 | 50 |
<groupId>com.google.code.gson</groupId>
|
| 55 | 51 |
<artifactId>gson</artifactId>
|
| 56 | 52 |
</dependency>
|
| 57 |
- <dependency>
|
|
| 58 |
- <groupId>org.reflections</groupId>
|
|
| 59 |
- <artifactId>reflections</artifactId>
|
|
| 60 |
- </dependency>
|
|
| 61 |
- |
|
| 62 |
- <dependency>
|
|
| 63 |
- <groupId>org.atteo</groupId>
|
|
| 64 |
- <artifactId>evo-inflector</artifactId>
|
|
| 65 |
- </dependency>
|
|
| 66 | 53 |
|
| 67 | 54 |
<!-- provided dependencies -->
|
| 68 | 55 |
|