Project Dependencies
compile
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 |
|---|---|---|---|---|---|
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| jaxen | jaxen | 1.1-beta-8 | - | jar | |
| log4j | log4j | 1.2.13 | - | jar | |
| org.apache.directory.mina | mina-core | 0.9.3 | - | jar | |
| org.embedchat | protocol | 0.5-SNAPSHOT | - | jar | |
| org.hibernate | hibernate-annotations | 3.1beta8 | - | jar | |
| org.slf4j | slf4j-log4j12 | 1.0 | - | jar |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| hsqldb | hsqldb | 1.8.0.1 | - | jar |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| dbunit | dbunit | 2.1 | - | jar | |
| junit | junit | 4.0 | - | jar | |
| org.embedchat | minatestcase | 0.5-SNAPSHOT | - | jar |
system
The following is a list of system dependencies for this project. These dependencies are required to compile the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| javax.persistence | ejb | 3.0-public-draft-20060118 | - | jar | |
| javax.transaction | jta | 1.0.1B | - | jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
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 |
|---|---|---|---|---|---|
| antlr | antlr | 2.7.6rc1 | - | jar | |
| asm | asm | 1.5.3 | - | jar | |
| cglib | cglib | 2.1_3 | - | jar | |
| commons-collections | commons-collections | 2.1.1 | - | jar | |
| commons-lang | commons-lang | 2.1 | - | jar | |
| dom4j | dom4j | 1.6.1 | - | jar | |
| ehcache | ehcache | 1.1 | - | jar | |
| org.hibernate | hibernate | 3.1.2 | - | jar |
Project Dependency Graph
Dependency Tree
- org.embedchat:server:jar
- javax.transaction:jta:jar
- commons-logging:commons-logging:jar
- dbunit:dbunit:jar
- log4j:log4j:jar
- jaxen:jaxen:jar
- org.apache.directory.mina:mina-core:jar
- javax.persistence:ejb:jar
- org.embedchat:minatestcase:jar
- org.embedchat:protocol:jar
- junit:junit:jar
- org.slf4j:slf4j-log4j12:jar
- org.hibernate:hibernate-annotations:jar
- hsqldb:hsqldb:jar
Dependency Listings
Free open source chat solution
http://www.embedchat.org/server
E:\projects\embedchat\trunk\server\..\lib\jta-1.0.1B.jar
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Unnamed - dbunit:dbunit:jar:2.1
Log4j
http://logging.apache.org/log4j/docs/
Jaxen is a universal Java XPath engine.
dom4j: the flexible XML framework for Java
MINA (Multipurpose Infrastructure for Network Applications) is a network application framework which helps users develop high performance and highly scalable network applications easily.
http://directory.apache.org/projects/mina/
E:\projects\embedchat\trunk\server\..\lib\ejb3-persistence.jar
Free open source chat solution
http://www.embedchat.org/minatestcase
Protocol implementation for EmbedChat client-server communication
http://www.embedchat.org/protocol
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
See http://www.slf4j.org/ Javadocs for the Log4jLoggerAdapter are available at http://www.slf4j.org/api/org/slf4j/impl/Log4jLoggerAdapter.html
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
Unnamed - org.hibernate:hibernate:jar:3.1.2
Relational Persistence for Java