Skip to content

Commit 969dd32

Browse files
authored
Merge pull request #40 from anypointcloud/use-commons-lang3-for-pojos
Use commons-lang3 in pojo generation
2 parents cd9b5ca + c6ad1ea commit 969dd32

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)