Ankur Raina

Results 2 issues of Ankur Raina

Adding below to pom.xml will help resolve the issues: 1. Maven compiler source and target as a child of ``` 1.7 1.7 ``` 2. JAXB dependency ``` javax.xml.bind jaxb-api 2.3.0...

``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in 2 from bson import json_util 3 import ssl ----> 4 from config import mongo_uri 5 import json 6 ImportError: cannot import...