Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrant committed Sep 4, 2023
1 parent f2b9147 commit 6e24b91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flying-saucer-fop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@
<instructions>
<Bundle-SymbolicName>org.xhtmlrenderer.flying.saucer.fop</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
<!-- Dependency resolution seems not to work properly with default
<!-- Dependency resolution seems not to work properly with default
behavior of importing the exported packages. -->
<Import-Package>!org.xhtmlrenderer.*,*</Import-Package>
<!-- Do not export package org.xhtmlrenderer.simple as it is already
exported by flying-saucer-core and this would lead to a split package without
<!-- Do not export package org.xhtmlrenderer.simple as it is already
exported by flying-saucer-core and this would lead to a split package without
correctly marking it as such. -->
<Export-Package>!org.xhtmlrenderer.simple,org.xhtmlrenderer.*</Export-Package>
</instructions>
Expand Down
6 changes: 3 additions & 3 deletions flying-saucer-pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<!--
<!--
Note: The iText Bouncy Castle dependencies have been moved to a new group and version on maven central.
This caused some of the artifacts to be resolved twice. By excluding dependencies from the old group
and adding corresponding dependencies from the updated group, the artifacts are only resolved once.
and adding corresponding dependencies from the updated group, the artifacts are only resolved once.
-->
<dependency>
<groupId>com.lowagie</groupId>
Expand All @@ -58,7 +58,7 @@
<exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bctsp-jdk14</artifactId>
</exclusion>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 6e24b91

Please sign in to comment.