hisrc-hyperjaxb-ejb-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-hyperjaxb-ejb-plugin</artifactId> <version>2.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-hyperjaxb-ejb</artifactId> <version>2.2.0</version> </parent> <artifactId>hisrc-hyperjaxb-ejb-plugin</artifactId> <packaging>jar</packaging> <name>HiSrc HyperJAXB EJB Plugin</name> <properties> <root.basedir>${basedir}/../..</root.basedir> </properties> <dependencies> <dependency> <groupId>jakarta.activation</groupId> <artifactId>jakarta.activation-api</artifactId> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-basicjaxb-annox-parser</artifactId> </dependency> <dependency> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-hyperjaxb-annox-plugin</artifactId> </dependency> <dependency> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-basicjaxb-plugins</artifactId> </dependency> <dependency> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-basicjaxb-tools</artifactId> </dependency> <dependency> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-basicjaxb-runtime</artifactId> </dependency> <dependency> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-hyperjaxb-ejb-roundtrip</artifactId> </dependency> <dependency> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-hyperjaxb-ejb-runtime</artifactId> </dependency> <dependency> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-hyperjaxb-ejb-schemas-persistence</artifactId> </dependency> <dependency> <groupId>org.patrodyne.jvnet</groupId> <artifactId>hisrc-hyperjaxb-ejb-schemas-customizations</artifactId> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-xjc</artifactId> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>codemodel</artifactId> </dependency> <dependency> <groupId>jakarta.persistence</groupId> <artifactId>jakarta.persistence-api</artifactId> </dependency> <dependency> <groupId>org.jboss.weld.se</groupId> <artifactId>weld-se-core</artifactId> </dependency> <dependency> <groupId>io.smallrye</groupId> <artifactId>jandex</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> </build> </project>