Skip to content

Commit

Permalink
Merge pull request #85 from css-iter/community_issues_2448_2584
Browse files Browse the repository at this point in the history
Split of Batik bundles
  • Loading branch information
berryma4 committed Jun 28, 2019
2 parents 942b505 + d13e1ac commit e78a6f2
Showing 1 changed file with 70 additions and 1 deletion.
71 changes: 70 additions & 1 deletion repository/pom.xml
Expand Up @@ -186,7 +186,76 @@
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-all:1.10</id>
<id>org.apache.xmlgraphics:batik-bridge:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0",org.apache.batik.constants;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-dom:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0",org.apache.batik.constants;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-svg-dom:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-transcoder:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0",org.apache.xmlgraphics.batik-codec;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-codec:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-xml:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0",org.apache.batik.constants;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-awt-util:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-anim:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0",org.apache.batik.constants;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-gvt:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-script:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-ext:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>org.apache.xmlgraphics:batik-parser:1.10</id>
<instructions>
<Require-Bundle>org.apache.batik.util;bundle-version="1.10.0"</Require-Bundle>
</instructions>
</artifact>
<artifact>
<id>javax.xml.bind:jaxb-api:2.3.1</id>
Expand Down

0 comments on commit e78a6f2

Please sign in to comment.