diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-25 09:55:06 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-25 09:55:52 -0400 |
commit | e22eec55bf0815dd1c303ac5fb1c6e6f211a70f0 (patch) | |
tree | de0e35104535e35452a2ef002cec6c3e94c2945e /ecomp-sdk/pom.xml | |
parent | e3982f6c2a13c903947a66d89e1af1ccbb161e5f (diff) |
Repair security filters
Revise app web.xml to remove typo in Java package name.
Also drop unneeded test class.
Issue: PORTAL-135
Change-Id: I49662928c5eed38520e9a9c5f839385148aef0fa
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r-- | ecomp-sdk/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index bb390560..8cae0a58 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -134,6 +134,19 @@ </lifecycleMappingMetadata> </configuration> </plugin> + <!-- maven-site-plugin config is provided by OParent --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>3.6</version> + <dependencies> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-webdav-jackrabbit</artifactId> + <version>2.10</version> + </dependency> + </dependencies> + </plugin> </plugins> </pluginManagement> |