timetracker-ejb3-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.andromda.timetracker</groupId>
<artifactId>timetracker-ejb3-client</artifactId>
<version>3.4</version>
</dependency><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.andromda.timetracker</groupId>
<artifactId>timetracker-ejb3</artifactId>
<version>3.4</version>
</parent>
<artifactId>timetracker-ejb3-client</artifactId>
<packaging>jar</packaging>
<name>Timetracker EJB3 Client</name>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>timetracker-ejb3-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>timetracker-ejb3-core</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-j2ee</artifactId>
</dependency>
<!--dependency>
<groupId>org.jboss</groupId>
<artifactId>jbossall-client</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb3-client</artifactId>
</dependency-->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-ejb3x</artifactId>
</dependency>
<!--dependency>
<groupId>org.jboss</groupId>
<artifactId>ejb3-persistence</artifactId>
</dependency-->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-annotations-ejb3</artifactId>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-serialization</artifactId>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-remoting</artifactId>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jnp-client</artifactId>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-aop-jdk50-client</artifactId>
</dependency>
<!--dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-aspect-jdk50-client</artifactId>
</dependency-->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
</plugins>
<resources>
<resource>
<directory>target/src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
</build>
</project>