The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
com.jamonapi | jamon | 2.0 | - | jar | |
com.sun.facelets | jsf-facelets | 1.1.14 | - | jar | |
dumbster | dumbster | 1.6 | - | jar | |
javax.faces | jsf-api | 1.2_09 | - | jar | |
jboss | jboss-ejb3-all | alpha8 | - | jar | |
jboss | jbossha | 4.0.4.GA | - | jar | |
junit | junit | 4.5 | - | jar | |
junitperf | junitperf | 1.8 | - | jar | |
org.dbunit | dbunit | 2.2 | - | jar | |
org.hibernate | hibernate-entitymanager | 3.4.0.GA | - | jar | |
org.hibernate | hibernate-search | 3.1.0.GA | - | jar | |
org.hibernate | hibernate-validator | 3.1.0.GA | - | jar | |
org.jboss.ws.native | jbossws-native-jaxws-ext | 3.1.0.GA | - | jar | |
org.slf4j | slf4j-log4j12 | 1.5.2 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.jboss.seam | jboss-seam | 2.1.2 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
javax.activation | activation | 1.1 | - | jar | |
javax.mail | 1.4 | - | jar | ||
javax.servlet | servlet-api | 2.5 | - | jar | |
javax.xml.bind | jaxb-api | 2.1 | - | jar | |
javax.xml.stream | stax-api | 1.0-2 | - | jar | |
jboss | thirdparty-all | beta2 | - | jar | |
log4j | log4j | 1.2.14 | - | jar | |
org.apache.lucene | lucene-core | 2.4.0 | - | jar | |
org.hibernate | ejb3-persistence | 1.0.2.GA | - | jar | |
org.hibernate | hibernate-annotations | 3.4.0.GA | - | jar | |
org.hibernate | hibernate-commons-annotations | 3.1.0.GA | - | jar | |
org.hibernate | hibernate-core | 3.3.0.SP1 | - | jar | |
org.jboss.ws.native | jbossws-native-jaxws | 3.1.0.GA | - | jar | |
org.jboss.ws.native | jbossws-native-saaj | 3.1.0.GA | - | jar | |
org.slf4j | slf4j-api | 1.4.2 | - | jar | |
oro | oro | 2.0.8 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
javax.el | el-api | 1.0 | - | jar | |
org.jboss.el | jboss-el | 1.0_02.CR4 | - | jar |
Taylor JBoss Embedded Bootstrap
Project encapsulates the JBoss Embedded container and any dependencies with the container. Add it as a test scoped dependency and unpack it to src/test/resources.
Unnamed - jboss:jboss-ejb3-all:pom:alpha8
Unnamed - jboss:thirdparty-all:jar:beta2
Unnamed - jboss:jbossha:jar:4.0.4.GA
JBoss Web Services - Stack Native JAX-WS Ext
http://www.jboss.org/jbossws/jbossws-native/jbossws-native-jaxws-ext
JBoss Web Services - Stack Native JAX-WS
http://www.jboss.org/jbossws/jbossws-native/jbossws-native-jaxws
JBoss Web Services - Stack Native SAAJ
http://www.jboss.org/jbossws/jbossws-native/jbossws-native-saaj
Unnamed - javax.xml.bind:jaxb-api:jar:2.1
StAX is a standard XML processing API that allows you to stream XML data from and to your application.
Hibernate Entitity Manager
Annotations metadata for Hibernate
http://annotations.hibernate.org
Following the DRY (Don't Repeat Yourself) principle, Hibernate Validator let's you express your domain constraints once (and only once) and ensure their compliance at various level of your system automatically.
http://validator.hibernate.org
Hibernate Search
The core functionality of Hibernate
http://hibernate.org/hibernate-core
Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.
Java Persistence API
Apache Lucene Java Core
http://lucene.apache.org/java/lucene-core
Unnamed - org.jboss.seam:jboss-seam:ejb:2.1.2
http://jboss.com/products/seam/jboss-seam
Unnamed - org.jboss.el:jboss-el:jar:1.0_02.CR4
JBoss EL is a extended EL implementation, distributed with Seam
Unnamed - javax.el:el-api:jar:1.0
Unnamed - javax.faces:jsf-api:jar:1.2_09
Unnamed - com.sun.facelets:jsf-facelets:jar:1.1.14
Jamon is a Java API that allows developers to easily monitor production applications.
http://jamonapi.sourceforge.net/
Unnamed - javax.servlet:servlet-api:jar:2.5
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
Unnamed - junitperf:junitperf:jar:1.8
JavaBeans Activation Framework (JAF)
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
http://java.sun.com/products/javabeans/jaf/index.jsp
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
https://glassfish.dev.java.net/javaee5/mail/
DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
The slf4j log4j-12 binding
The slf4j API
Log4j