mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #904 from rasika/master
Fix webapp CXF loading issue
This commit is contained in:
commit
435d1da3fe
@ -25,6 +25,10 @@
|
||||
http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd
|
||||
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
|
||||
|
||||
<import resource="classpath:META-INF/cxf/cxf.xml"/>
|
||||
<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/>
|
||||
<import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
|
||||
|
||||
<!--Discovery Service GET Endpoint-->
|
||||
<jaxrs:server id="DiscoveryService_rest" address="/discovery/get">
|
||||
<jaxrs:serviceBeans>
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -1209,13 +1209,13 @@
|
||||
<orbit.tomcat.jdbc.pooling.version>7.0.34.wso2v2</orbit.tomcat.jdbc.pooling.version>
|
||||
|
||||
<!-- CXF version -->
|
||||
<cxf.version>3.2.0</cxf.version>
|
||||
<cxf.version>2.7.16</cxf.version>
|
||||
<cxf.bindings.version>2.5.11</cxf.bindings.version>
|
||||
<jackson.version>1.9.0</jackson.version>
|
||||
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
|
||||
|
||||
<!-- Carbon Device Management -->
|
||||
<carbon.devicemgt.version>3.1.22</carbon.devicemgt.version>
|
||||
<carbon.devicemgt.version>3.1.29-SNAPSHOT</carbon.devicemgt.version>
|
||||
<carbon.devicemgt.version.range>[3.1.0, 4.0.0)</carbon.devicemgt.version.range>
|
||||
|
||||
<!-- Carbon App Management -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user