Skip to content

Commit c6ad1ea

Browse files
committed
Use commons-lang3 in pojo generation
1 parent cd9b5ca commit c6ad1ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<sourceDirectory>${basedir}/src/main/resources/schema</sourceDirectory>
6868
<outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
6969
<targetPackage>org.mule.extension.jsonlogger.api.pojos</targetPackage>
70+
<useCommonsLang3>true</useCommonsLang3>
7071
</configuration>
7172
<executions>
7273
<execution>

0 commit comments

Comments
 (0)