diff options
author | 2017-08-31 10:52:33 -0500 | |
---|---|---|
committer | 2017-08-31 10:52:50 -0500 | |
commit | 3fc19dc9157f4d05bdbd6fd05a52f0592268c4e7 (patch) | |
tree | 69355ec5a2a03a1867862e6b757b51c45763ef1a /src/main/webapp/WEB-INF/web.xml | |
parent | ca63da6e0cb7fb63e231343d0b52a40036f6b6aa (diff) |
Revert package name changes
Reverted package name changes to avoid any potential issues. Renamed maven
group id only.
Issue-id: DMAAP-74
Change-Id: Ic741b602ade60f108d940c0571a1d94b7be2abc2
Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index c3e07b5..46d7b45 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -31,12 +31,12 @@ <param-value>/WEB-INF/spring-context.xml</param-value> </context-param> <listener> - <listener-class>org.onap.dmaap.messagerouter.msgrtr.nsa.cambria.listener.CambriaServletContextListener</listener-class> + <listener-class>com.att.nsa.cambria.listener.CambriaServletContextListener</listener-class> </listener> <filter> <display-name>ContentLengthFilter</display-name> <filter-name>ContentLengthFilter</filter-name> - <filter-class>org.onap.dmaap.messagerouter.msgrtr.nsa.filter.ContentLengthFilter</filter-class> + <filter-class>com.att.nsa.filter.ContentLengthFilter</filter-class> </filter> <filter-mapping> <filter-name>ContentLengthFilter</filter-name> |