Skip to content

Commit

Permalink
Merge pull request #855 from reshmabidikar/work-for-1841
Browse files Browse the repository at this point in the history
Update killbill-plugin-api to version 0.27.3 for 1841 (CI fails as KB needs to be updated with this change), merging anyway.
  • Loading branch information
reshmabidikar authored May 1, 2024
2 parents a1f5102 + b74546c commit 9759115
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<check.skip-enforcer>false</check.skip-enforcer>
<check.skip-rat>false</check.skip-rat>
<check.skip-spotbugs>false</check.skip-spotbugs>
<check.spotbugs-exclude-filter-file />
<check.spotbugs-exclude-filter-file/>
<compiler.fail-warnings>false</compiler.fail-warnings>
<deploy.deploy-at-end>true</deploy.deploy-at-end>
<derby.version>10.15.2.0</derby.version>
Expand Down Expand Up @@ -136,7 +136,7 @@
<killbill-client.version>1.3.4</killbill-client.version>
<killbill-commons.version>0.26.3</killbill-commons.version>
<killbill-platform.version>0.41.10</killbill-platform.version>
<killbill-plugin-api.version>0.27.2</killbill-plugin-api.version>
<killbill-plugin-api.version>0.27.3</killbill-plugin-api.version>
<killbill-testing-mysql.version>1.0.2</killbill-testing-mysql.version>
<logback.version>1.3.14</logback.version>
<metrics.version>4.2.12</metrics.version>
Expand All @@ -146,8 +146,8 @@
<osgi.annotation.version>8.1.0</osgi.annotation.version>
<osgi.dependency>*;scope=compile|runtime;inline=true</osgi.dependency>
<osgi.description>${project.description}</osgi.description>
<osgi.export />
<osgi.extra-import />
<osgi.export/>
<osgi.extra-import/>
<osgi.fixupmessages>"Classes found in the wrong directory...","Unused Import-Package instructions...","While traversing the type tree for...";is:=ignore</osgi.fixupmessages>
<osgi.import>
${osgi.extra-import},
Expand Down Expand Up @@ -211,7 +211,7 @@
</osgi.import>
<osgi.name>${project.name}</osgi.name>
<osgi.noclassforname>true</osgi.noclassforname>
<osgi.private />
<osgi.private/>
<osgi.symbolic-name>${project.groupId}.${project.artifactId}</osgi.symbolic-name>
<osgi.transitive-dependency>true</osgi.transitive-dependency>
<osgi.version>8.0.0</osgi.version>
Expand Down Expand Up @@ -1906,7 +1906,7 @@
<include>junit:junit:[4.11,)</include>
</includes>
</bannedDependencies>
<banDuplicatePomDependencyVersions />
<banDuplicatePomDependencyVersions/>
<requireUpperBoundDeps>
<excludes>
<!-- Wildcards don't seem to work -->
Expand Down Expand Up @@ -2151,8 +2151,8 @@
<skip>${check.skip-rat}</skip>
<ignoreErrors>${check.ignore-rat}</ignoreErrors>
<licenseFamilies>
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
<licenseFamily implementation="org.apache.rat.license.MITLicenseFamily" />
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/>
<licenseFamily implementation="org.apache.rat.license.MITLicenseFamily"/>
</licenseFamilies>
<useDefaultExcludes>true</useDefaultExcludes>
<parseSCMIgnoresAsExcludes>true</parseSCMIgnoresAsExcludes>
Expand Down

0 comments on commit 9759115

Please sign in to comment.