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 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
jboss | javassist | 3.4.ga | - | jar | |
nlink | nlink | 20080126 | - | jar | |
ognl | ognl | 2.6.9-patch-20070908 | - | jar | |
org.apache.geronimo.specs | geronimo-j2ee_1.4_spec | 1.0 | - | jar | |
org.eclipse | core-commands | 3.3.2 | - | jar | |
org.eclipse | core-contenttype | 3.3.2 | - | jar | |
org.eclipse | core-expressions | 3.3.2 | - | jar | |
org.eclipse | core-filebuffers | 3.3.2 | - | jar | |
org.eclipse | core-jobs | 3.3.2 | - | jar | |
org.eclipse | core-resources | 3.3.2 | - | jar | |
org.eclipse | core-runtime | 3.3.2 | - | jar | |
org.eclipse | core-runtime-compatibility-registry | 3.3.2 | - | jar | |
org.eclipse | debug-core | 3.3.2 | - | jar | |
org.eclipse | equinox-app | 3.3.2 | - | jar | |
org.eclipse | equinox-common | 3.3.2 | - | jar | |
org.eclipse | equinox-preferences | 3.3.2 | - | jar | |
org.eclipse | equinox-registry | 3.3.2 | - | jar | |
org.eclipse | jdt-core | 3.3.2 | - | jar | |
org.eclipse | jdt-launching | 3.3.2 | - | jar | |
org.eclipse | jface | 3.3.2 | - | jar | |
org.eclipse | osgi | 3.3.2 | - | jar | |
org.eclipse | swt | 3.3.2 | - | jar | |
org.eclipse | swt-win32-win32-x86 | 3.3.2 | - | jar | |
org.eclipse | ui | 3.3.2 | - | jar | |
org.eclipse | ui-texteditor | 3.3.2 | - | jar | |
org.eclipse | ui-workbench | 3.3.2 | - | jar | |
org.seasar.container | s2-tiger | 2.4.25 | - | 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-addons | junit-addons | 1.4 | - | 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.eclipse | core-commands-source | 3.3.2 | - | jar | |
org.eclipse | core-contenttype-source | 3.3.2 | - | jar | |
org.eclipse | core-filebuffers-source | 3.3.2 | - | jar | |
org.eclipse | core-jobs-source | 3.3.2 | - | jar | |
org.eclipse | core-resources-source | 3.3.2 | - | jar | |
org.eclipse | core-runtime-compatibility-registry-source | 3.3.2 | - | jar | |
org.eclipse | core-runtime-source | 3.3.2 | - | jar | |
org.eclipse | debug-core-source | 3.3.2 | - | jar | |
org.eclipse | equinox-app-source | 3.3.2 | - | jar | |
org.eclipse | equinox-common-source | 3.3.2 | - | jar | |
org.eclipse | equinox-preferences-source | 3.3.2 | - | jar | |
org.eclipse | equinox-registry-source | 3.3.2 | - | jar | |
org.eclipse | jdt-core-source | 3.3.2 | - | jar | |
org.eclipse | jdt-launching-source | 3.3.2 | - | jar | |
org.eclipse | jface-source | 3.3.2 | - | jar | |
org.eclipse | osgi-source | 3.3.2 | - | jar | |
org.eclipse | swt-win32-win32-x86-source | 3.3.2 | - | jar | |
org.eclipse | ui-source | 3.3.2 | - | jar | |
org.eclipse | ui-texteditor-source | 3.3.2 | - | jar | |
org.eclipse | ui-workbench-source | 3.3.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 |
---|---|---|---|---|---|
junit | junit | 3.8.2 | - | jar | |
log4j | log4j | 1.2.13 | - | jar | |
org.apache.poi | poi | 3.0-FINAL | - | jar | |
org.easymock | easymock | 2.2 | - | jar | |
org.seasar.container | s2-extension | 2.4.25 | - | jar | |
org.seasar.container | s2-framework | 2.4.25 | - | 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 |
---|---|---|---|---|---|
xerces | xercesImpl | 2.6.2 | - | jar | |
xerces | xmlParserAPIs | 2.6.2 | - | jar |
http://uruma.sandbox.seasar.org/
DI Container with AOP
http://s2container.seasar.org/
DI Container with AOP
http://s2container.seasar.org/
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism
Patch for OGNL version 2.6.9 (http://www.ognl.org/)
AOP Alliance
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://www.jboss.org/products/javassist
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Log4j
http://logging.apache.org/log4j/docs/
Unnamed - org.apache.geronimo.specs:geronimo-j2ee_1.4_spec:jar:1.0
Unnamed - nlink:nlink:jar:20080126
Unnamed - junit-addons:junit-addons:jar:1.4
Unnamed - junit:junit:jar:3.8.2
Unnamed - xerces:xercesImpl:jar:2.6.2
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Unnamed - org.eclipse:core-commands:jar:3.3.2
Unnamed - org.eclipse:core-contenttype:jar:3.3.2
Unnamed - org.eclipse:core-expressions:jar:3.3.2
Unnamed - org.eclipse:core-filebuffers:jar:3.3.2
Unnamed - org.eclipse:core-jobs:jar:3.3.2
Unnamed - org.eclipse:core-resources:jar:3.3.2
Unnamed - org.eclipse:core-runtime:jar:3.3.2
Unnamed - org.eclipse:core-runtime-compatibility-registry:jar:3.3.2
Unnamed - org.eclipse:debug-core:jar:3.3.2
Unnamed - org.eclipse:equinox-app:jar:3.3.2
Unnamed - org.eclipse:equinox-common:jar:3.3.2
Unnamed - org.eclipse:equinox-preferences:jar:3.3.2
Unnamed - org.eclipse:equinox-registry:jar:3.3.2
Unnamed - org.eclipse:jdt-core:jar:3.3.2
Unnamed - org.eclipse:jdt-launching:jar:3.3.2
Unnamed - org.eclipse:jface:jar:3.3.2
Unnamed - org.eclipse:osgi:jar:3.3.2
Unnamed - org.eclipse:swt:jar:3.3.2
Unnamed - org.eclipse:swt-win32-win32-x86:jar:3.3.2
Unnamed - org.eclipse:ui:jar:3.3.2
Unnamed - org.eclipse:ui-texteditor:jar:3.3.2
Unnamed - org.eclipse:ui-workbench:jar:3.3.2
Unnamed - org.eclipse:ui-workbench-source:jar:3.3.2
Unnamed - org.eclipse:ui-source:jar:3.3.2
Unnamed - org.eclipse:ui-texteditor-source:jar:3.3.2
Unnamed - org.eclipse:core-commands-source:jar:3.3.2
Unnamed - org.eclipse:core-contenttype-source:jar:3.3.2
Unnamed - org.eclipse:core-filebuffers-source:jar:3.3.2
Unnamed - org.eclipse:core-jobs-source:jar:3.3.2
Unnamed - org.eclipse:core-resources-source:jar:3.3.2
Unnamed - org.eclipse:core-runtime-source:jar:3.3.2
Unnamed - org.eclipse:debug-core-source:jar:3.3.2
Unnamed - org.eclipse:equinox-app-source:jar:3.3.2
Unnamed - org.eclipse:equinox-common-source:jar:3.3.2
Unnamed - org.eclipse:equinox-preferences-source:jar:3.3.2
Unnamed - org.eclipse:equinox-registry-source:jar:3.3.2
Unnamed - org.eclipse:jdt-core-source:jar:3.3.2
Unnamed - org.eclipse:jdt-launching-source:jar:3.3.2
Unnamed - org.eclipse:jface-source:jar:3.3.2
Unnamed - org.eclipse:osgi-source:jar:3.3.2
Unnamed - org.eclipse:swt-win32-win32-x86-source:jar:3.3.2
Unnamed - org.eclipse:core-runtime-compatibility-registry-source:jar:3.3.2