X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=blobdiff_plain;f=cachecontrol-example-jsp%2Fpom.xml;h=1b78cb5e23852bbc8f9972af6c4601500299d99e;hp=16cc1638a7b41b7f2d5c45ef7307a00caa1789ca;hb=c6a422a97f64165ab1f99ee1b57aefcea1ec37f4;hpb=9743e0050c184bf4c2a871ab7224b7041822941e diff --git a/cachecontrol-example-jsp/pom.xml b/cachecontrol-example-jsp/pom.xml index 16cc1638..1b78cb5e 100644 --- a/cachecontrol-example-jsp/pom.xml +++ b/cachecontrol-example-jsp/pom.xml @@ -16,6 +16,14 @@ + + + ${pom.parent.groupId} + ${pom.parent.artifactId}-cachecontrol + ${pom.parent.version} + runtime + + javax.servlet @@ -24,6 +32,39 @@ runtime + + + org.springframework + spring-webmvc + ${springframework.version} + runtime + + + org.springframework + spring-context + ${springframework.version} + runtime + + + + commons-logging + commons-logging + + + + + org.springframework + spring-aspects + ${springframework.version} + runtime + + + org.aspectj + aspectjrt + ${aspectj.version} + runtime + + org.slf4j @@ -32,6 +73,7 @@ runtime + ${pom.parent.groupId}