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 |
---|---|---|---|---|---|
net.smartlab.web | smartweb-test | 1.0.3 | - | 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.servlet | servlet-api | 2.4 | - | 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 |
---|---|---|---|---|---|
antlr | antlr | 2.7.2 | - | jar | |
asm | asm | 1.5.3 | - | jar | |
asm | asm-attrs | 1.5.3 | - | jar | |
cglib | cglib | 2.1_3 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-chain | commons-chain | 1.1 | - | jar | |
commons-collections | commons-collections | 2.1.1 | - | jar | |
commons-digester | commons-digester | 1.8 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
commons-validator | commons-validator | 1.3.1 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javax.transaction | jta | 1.0.1B | - | jar | |
net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
net.smartlab.config | smartconfig | 1.0.0 | - | jar | |
net.smartlab.web | smartweb | 1.2.5-SNAPSHOT | - | jar | |
org.apache.struts | struts-core | 1.3.8 | - | jar | |
org.apache.struts | struts-taglib | 1.3.8 | - | jar | |
org.hibernate | hibernate | 3.2.4.sp1 | - | jar | |
oro | oro | 2.0.8 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar |
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 |
---|---|---|---|---|---|
junit | junit | 3.8.1 | - | jar | |
junit-addons | junit-addons | 1.4 | - | jar | |
org.dbunit | dbunit | 2.2.1 | - | jar | |
org.slf4j | slf4j-api | 1.4.3 | - | jar | |
org.slf4j | slf4j-nop | 1.4.3 | - | jar | |
poi | poi | 2.5.1-final-20040804 | - | jar | |
xerces | xercesImpl | 2.6.2 | - | jar | |
xerces | xmlParserAPIs | 2.6.2 | - | jar |
Polling module.
http://smartweb.sourceforge.net/modules/poll
Unnamed - javax.servlet:servlet-api:jar:2.4
Web application development framework test cases.
http://smartweb.sourceforge.net/test
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.
Unnamed - junit-addons:junit-addons:jar:1.4
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 - xerces:xercesImpl:jar:2.6.2
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Unnamed - poi:poi:jar:2.5.1-final-20040804
Unnamed - commons-collections:commons-collections:jar:2.1.1
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)}/
The slf4j NOP binding
The slf4j API
Web application development framework.