Skip to content

Commit

Permalink
Merge pull request #5779 from angel-ramoscardona/karaf-upgrade-4.4.6
Browse files Browse the repository at this point in the history
[PPP-4893][PPP-5077][PPP-5128][PPP-4407][PPP-4660][PPP-4760][PPP-5043…
  • Loading branch information
wseyler authored Nov 14, 2024
2 parents ae7969c + 22f74fa commit 90397d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public void testExpandProperties() throws Exception {
assertTrue( "org.apache package should have been added", processedPackages
.contains( "org.apache" ) );

assertTrue( "pentaho package should have been added with versioning", processedPackages
.contains( "org.slf4j.impl; version=\"1.7.7\"" ) );
assertTrue( "org.slf4j package should have been added with versioning", processedPackages
.contains( "org.slf4j; version=\"1.7.7\"" ) );

}

Expand Down

0 comments on commit 90397d7

Please sign in to comment.