Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 8dc35135 by Tony CHEMIT at 2018-04-09T18:13:39Z fix dependency for web motion - - - - - 1 changed file: - server/pom.xml Changes: ===================================== server/pom.xml ===================================== --- a/server/pom.xml +++ b/server/pom.xml @@ -129,6 +129,12 @@ <artifactId>webmotion</artifactId> </dependency> <dependency> + <groupId>com.rometools</groupId> + <artifactId>rome</artifactId> + <version>1.5.0</version> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.debux.webmotion</groupId> <artifactId>webmotion-unittest</artifactId> <exclusions> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/8dc351359ab7a2954dfca9d7262c... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/8dc351359ab7a2954dfca9d7262c... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT