Add optional javax.money dependency

Add an optional dependency to `javax.money` to Eclipse errors in
`WebConversionService`.

See gh-5523
See gh-11402
This commit is contained in:
Phillip Webb
2017-12-22 09:46:51 -08:00
parent 7d60d023c7
commit 6eabe8235c
2 changed files with 13 additions and 2 deletions

View File

@@ -121,6 +121,11 @@
<artifactId>javax.json.bind-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.money</groupId>
<artifactId>money-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.searchbox</groupId>
<artifactId>jest</artifactId>