Skip to content

Commit 5e99a47

Browse files
committed
do not ban gson
1 parent dfe63b3 commit 5e99a47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@
403403
<version>${amps.version}</version>
404404
<extensions>true</extensions>
405405
<configuration>
406+
<banningExcludes>
407+
<exclude>com.google.code.gson:gson</exclude>
408+
</banningExcludes>
406409
<productVersion>${jira.version}</productVersion>
407410
<productDataVersion>${jira.version}</productDataVersion>
408411
<productDataPath>${project.basedir}/test-resources/jira-generated-test-resources.zip

0 commit comments

Comments
 (0)