Adding the sourcecode for tutorial tracked under BAEL-2957

This commit is contained in:
CHANDRAKANT Kumar
2020-05-05 14:41:10 +05:30
parent 54ea2f0614
commit bae59eade9
34 changed files with 1155 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sapient.learning</groupId>
<artifactId>java-events</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>java-es-cqrs</name>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
</dependency>
</dependencies>
</project>