Skip to content

dvla/eventstore-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Store Client

Contains the event sourcing clients implementations.

Dependency Information

Include the following in your pom.xml to take on this dependency:

<dependency>
    <groupId>gov.dvla.osl</groupId>
    <artifactId>eventstore-client</artifactId>
    <version>2.3.4-SNAPSHOT</version>
</dependency>

Projection Lombok deserialisation support added by following dependencies, Note that this requirement vanishes once Jackson 2.7 is in use - it's a workaround because Jackson 2.6 doesn't recognise the ConstructorProperties stuff

<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId>
    <version>1.16.8</version>
    <scope>provided</scope>
</dependency>

<dependency>
    <groupId>com.xebia</groupId>
    <artifactId>jackson-lombok</artifactId>
    <version>1.1</version>
</dependency>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages