sergehuber commented on code in PR #715: URL: https://github.com/apache/unomi/pull/715#discussion_r2428302931
########## kar/src/main/feature/feature.xml: ########## @@ -16,12 +16,12 @@ ~ limitations under the License. --> -<features name="unomi-kar" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0"> +<features name="unomi-features" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0"> Review Comment: This is unfortunately necessary. I've tried a lot of different ways to solve this problem but the resolver keeps getting in the way if I try to deploy both persistence implementations. I've however changed the packaging now to use start configurations that should be very flexible to build custom packages. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
