diff options
Diffstat (limited to 'eaaf_modules/eaaf_module_auth_sl20')
| -rw-r--r-- | eaaf_modules/eaaf_module_auth_sl20/pom.xml | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/eaaf_modules/eaaf_module_auth_sl20/pom.xml b/eaaf_modules/eaaf_module_auth_sl20/pom.xml index 9b237b78..482596a2 100644 --- a/eaaf_modules/eaaf_module_auth_sl20/pom.xml +++ b/eaaf_modules/eaaf_module_auth_sl20/pom.xml @@ -42,7 +42,11 @@        <groupId>com.fasterxml.jackson.core</groupId>        <artifactId>jackson-databind</artifactId>      </dependency> - +    <dependency> +      <groupId>org.springframework</groupId> +      <artifactId>spring-webmvc</artifactId> +      <scope>provided</scope> +    </dependency>      <dependency>        <groupId>javax.servlet</groupId>        <artifactId>javax.servlet-api</artifactId> | 
