Page History
LexEVS 6.5.3 Release Highlights Include:
LexEVS Migration from 6.5.4
Note |
---|
(Not available for Remote Client – do not add configuration values or new dependencies as these will break the Distributed Client) |
Configuration (Local LexEVS only)
- Add Graph Database Connection Attributes to lbconfig.props file
- Example
Dependencies
<dependency org="com.arangodb" name="velocypack" rev="1.4.2" conf="default"/>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency org="com.fasterxml.jackson.core" name="jackson-core" rev="2.10.0.pr2" conf="default"/>
+<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
+<dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.10.0.pr2" conf="default"/>
+<!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-core-asl -->
+<dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.9.13" conf="default"/>
+<!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl -->
+<dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.9.13" conf="default"/>
Issues Fixed in this Release
LexEVS 6.5.3 - Features Implemented