blob: e64239c10239a90c5013b7475b6e8f0d1bab278f [file] [log] [blame]
jar.manifest.attributes(
'-wab': 'src/main/webapp'
)
dependencies {
implementation 'javax.servlet:javax.servlet-api'
implementation 'org.springframework:spring-beans'
implementation 'org.springframework:spring-context'
implementation 'org.springframework:spring-core'
implementation 'org.springframework:spring-web'
implementation project(':util:org.eclipse.virgo.util.io')
implementation project(':apps:org.eclipse.virgo.apps.repository.core')
testImplementation 'org.springframework:spring-test'
}