File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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 >
105110 <destFileName >${project.build.finalName} .${project.packaging} </destFileName >
106111 </artifactItem >
107112
108- </artifactItems >
113+ </artifactItems >
109114 <outputDirectory >${basedir} /apps</outputDirectory >
110115 </configuration >
111116 </execution >
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 >
You can’t perform that action at this time.
0 commit comments