vladislav.tyapukhin 1f702ca533 Initial commit
2025-06-16 22:22:41 +04:00

55 lines
3.2 KiB
XML

<component>
<dependencySets>
<dependencySet>
<outputDirectory>bundles</outputDirectory>
<includes>
<include>org.neo4j.driver:neo4j-java-driver:jar</include>
<include>org.reactivestreams:reactive-streams:jar</include>
<include>edu.stanford.protege:protege-launcher:jar</include>
<include>org.apache.felix:org.apache.felix.main:jar</include>
<include>org.apache.maven:maven-artifact</include>
<include>edu.stanford.protege:protege-common:jar</include>
<include>edu.stanford.protege:protege-editor-core:jar</include>
<include>org.eclipse.equinox:org.eclipse.equinox.registry:jar</include>
<include>org.eclipse.equinox:org.eclipse.equinox.supplement:jar</include>
<include>org.eclipse.equinox:org.eclipse.equinox.common:jar</include>
<include>net.sourceforge.owlapi:owlapi-osgidistribution:jar</include>
<include>edu.stanford.protege:protege-editor-owl:jar</include>
<include>ch.qos.logback:logback-core:jar</include>
<include>ch.qos.logback:logback-classic:jar</include>
<include>com.google.code.findbugs:jsr305:jar</include>
<include>com.google.guava:guava:jar</include>
<include>org.slf4j:slf4j-api:jar</include>
<include>org.slf4j:log4j-over-slf4j:jar</include>
<include>org.slf4j:jul-to-slf4j:jar</include>
<include>commons-io:commons-io:jar</include>
<include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar</include>
<include>org.eclipse.jgit:org.eclipse.jgit:jar</include>
<include>com.googlecode.javaewah:JavaEWAH:jar</include>
<include>javax.xml.bind:jaxb-api:jar</include>
<include>com.sun.xml.bind:jaxb-core:jar</include>
<include>com.sun.xml.bind:jaxb-impl:jar</include>
<include>com.sun.activation:javax.activation</include>
<!-- CORBA dependencies -->
<include>org.glassfish.corba:glassfish-corba-orb:jar</include>
<include>org.glassfish.corba:glassfish-corba-internal-api:jar</include>
<include>org.glassfish.corba:glassfish-corba-omgapi:jar</include>
<include>org.glassfish.gmbal:gmbal:jar</include>
<include>org.glassfish.external:management-api:jar</include>
<include>org.glassfish.pfl:pfl-basic:jar</include>
<include>org.glassfish.pfl:pfl-tf:jar</include>
<include>org.glassfish.pfl:pfl-dynamic:jar</include>
<include>org.ow2.asm:asm:jar</include>
<include>org.ow2.asm:asm-util:jar</include>
<include>org.ow2.asm:asm-tree:jar</include>
<include>org.ow2.asm:asm-analysis:jar</include>
</includes>
<useStrictFiltering>true</useStrictFiltering>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
</dependencySets>
</component>