|
|
@@ -4,34 +4,6 @@
|
|
|
<artifactId>recipe</artifactId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
<build>
|
|
|
- <pluginManagement>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.eclipse.m2e</groupId>
|
|
|
- <artifactId>lifecycle-mapping</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
- <configuration>
|
|
|
- <lifecycleMappingMetadata>
|
|
|
- <pluginExecutions>
|
|
|
- <pluginExecution>
|
|
|
- <pluginExecutionFilter>
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
- <artifactId>lombok-maven-plugin</artifactId>
|
|
|
- <versionRange>[1,)</versionRange>
|
|
|
- <goals>
|
|
|
- <goal>delombok</goal>
|
|
|
- </goals>
|
|
|
- </pluginExecutionFilter>
|
|
|
- <action>
|
|
|
- <ignore />
|
|
|
- </action>
|
|
|
- </pluginExecution>
|
|
|
- </pluginExecutions>
|
|
|
- </lifecycleMappingMetadata>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </pluginManagement>
|
|
|
<sourceDirectory>target/generated-sources/delombok</sourceDirectory>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
@@ -54,6 +26,7 @@
|
|
|
<goals>
|
|
|
<goal>delombok</goal>
|
|
|
</goals>
|
|
|
+ <?m2e ignore?>
|
|
|
</execution>
|
|
|
</executions>
|
|
|
<configuration>
|
|
|
@@ -82,11 +55,6 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
<dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.leumasjaffe</groupId>
|
|
|
- <artifactId>container</artifactId>
|
|
|
- <version>0.2.1</version>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.leumasjaffe</groupId>
|
|
|
<artifactId>event</artifactId>
|
|
|
@@ -108,6 +76,11 @@
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
<version>2.7.3</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
+ <artifactId>jackson-datatype-jdk8</artifactId>
|
|
|
+ <version>2.9.6</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|