1 2 Previous Next 15 Replies Latest reply on Dec 15, 2017 1:49 PM by darckyn Go to original post
      • 15. Re: Spring app on wildfly 11
        darckyn

        Hello.

         

        I would like to thank you for helping me solve the problem.

         

        I investigated a little and found that the dependency that is missing is from the "org.reactivestreams" and (in pom.xml) the maven code to insert and resolve the dependency would be this:

         

                  <dependency>

                    <groupId>org.reactivestreams</groupId>

                    <artifactId>reactive-streams</artifactId>

                    <version>1.0.1</version>

                </dependency>

         

        Hope this helps

        1 2 Previous Next