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 43
43
<version >2.10.0</version >
44
44
<type >jar</type >
45
45
</dependency >
46
+ <dependency >
47
+ <groupId >com.fasterxml.jackson.core</groupId >
48
+ <artifactId >jackson-core</artifactId >
49
+ <version >2.10.0</version >
50
+ </dependency >
46
51
<dependency >
47
52
<groupId >com.fasterxml.jackson.dataformat</groupId >
48
53
<artifactId >jackson-dataformat-yaml</artifactId >
105
110
<destFileName >${project.build.finalName} .${project.packaging} </destFileName >
106
111
</artifactItem >
107
112
108
- </artifactItems >
113
+ </artifactItems >
109
114
<outputDirectory >${basedir} /apps</outputDirectory >
110
115
</configuration >
111
116
</execution >
141
146
<plugin >
142
147
<groupId >com.mycila</groupId >
143
148
<artifactId >license-maven-plugin</artifactId >
149
+ <version >3.0</version >
144
150
<configuration >
145
151
<header >${basedir} /license_header_plain.txt</header >
146
152
<strictCheck >true</strictCheck >
You can’t perform that action at this time.
0 commit comments