License |
License
DuraSpace Sourcecode License
|
---|---|
GroupId | GroupIdorg.dspace.dependencies.cocoon |
ArtifactId | ArtifactIddspace-cocoon-servlet-service-impl |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRepackaged Cocoon Servlet Service Implementation
This is version of the cocoon servlet service with patched as
per the following tickets:
http://jira.dspace.org/jira/browse/DS-253
with patch...
https://issues.apache.org/jira/browse/COCOON-2217
This is deployed to fix issues with streams not closing
we cannot use cocoon-servlet-service-impl 1.1.0 or 1.2.0
as they break block deployment.
More recently, patches were applied to try and resolve
http://jira.dspace.org/jira/browse/DS-768.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.dspace.dependencies.cocoon/dspace-cocoon-servlet-service-impl/ -->
<dependency>
<groupId>org.dspace.dependencies.cocoon</groupId>
<artifactId>dspace-cocoon-servlet-service-impl</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.dspace.dependencies.cocoon/dspace-cocoon-servlet-service-impl/
implementation 'org.dspace.dependencies.cocoon:dspace-cocoon-servlet-service-impl:1.0.3'
// https://jarcasting.com/artifacts/org.dspace.dependencies.cocoon/dspace-cocoon-servlet-service-impl/
implementation ("org.dspace.dependencies.cocoon:dspace-cocoon-servlet-service-impl:1.0.3")
'org.dspace.dependencies.cocoon:dspace-cocoon-servlet-service-impl:jar:1.0.3'
<dependency org="org.dspace.dependencies.cocoon" name="dspace-cocoon-servlet-service-impl" rev="1.0.3">
<artifact name="dspace-cocoon-servlet-service-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dspace.dependencies.cocoon', module='dspace-cocoon-servlet-service-impl', version='1.0.3')
)
libraryDependencies += "org.dspace.dependencies.cocoon" % "dspace-cocoon-servlet-service-impl" % "1.0.3"
[org.dspace.dependencies.cocoon/dspace-cocoon-servlet-service-impl "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.excalibur.components : excalibur-sourceresolve | jar | 2.2.3 |
org.springframework : spring-aop | jar | 2.5.6 |
org.springframework : spring-core | jar | 2.5.6 |
org.springframework : spring-beans | jar | 2.5.6 |
org.springframework : spring-context | jar | 2.5.6 |
org.springframework : spring-web | jar | 2.5.6 |
commons-collections : commons-collections | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.cocoon : cocoon-spring-configurator | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |
easymock : easymock | jar | 1.1 |