Skip to content

Commit 18d3e14

Browse files
committed
added jackson and updated version
1 parent a111439 commit 18d3e14

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
<version>2.10.0</version>
4444
<type>jar</type>
4545
</dependency>
46+
<dependency>
47+
<groupId>com.fasterxml.jackson.core</groupId>
48+
<artifactId>jackson-core</artifactId>
49+
<version>2.10.0</version>
50+
</dependency>
4651
<dependency>
4752
<groupId>com.fasterxml.jackson.dataformat</groupId>
4853
<artifactId>jackson-dataformat-yaml</artifactId>
@@ -105,7 +110,7 @@
105110
<destFileName>${project.build.finalName}.${project.packaging}</destFileName>
106111
</artifactItem>
107112

108-
</artifactItems>
113+
</artifactItems>
109114
<outputDirectory>${basedir}/apps</outputDirectory>
110115
</configuration>
111116
</execution>
@@ -141,6 +146,7 @@
141146
<plugin>
142147
<groupId>com.mycila</groupId>
143148
<artifactId>license-maven-plugin</artifactId>
149+
<version>3.0</version>
144150
<configuration>
145151
<header>${basedir}/license_header_plain.txt</header>
146152
<strictCheck>true</strictCheck>

0 commit comments

Comments
 (0)