phax / phase4

phase4 - AS4 client and server for integration into existing systems. Specific support for Peppol and CEF eDelivery built-in.
Apache License 2.0
154 stars 47 forks source link

package com.helger.xservlet does not exist #70

Closed reinhardt1053 closed 2 years ago

reinhardt1053 commented 2 years ago

Hello,

I compiled the source code from command line using: mvn clean install -U

I opened the project phase4-peppol-servlet in IntelliJ IDEA and the class AbstractXServlet is missing. Searching over to your repositories I could find that class defined in the project ph-web. Should that be a dependency?

phax commented 2 years ago

The class is in project ph-xservlet which is transitively imported via phase4-lib:

    <dependency>
      <groupId>com.helger.web</groupId>
      <artifactId>ph-xservlet</artifactId>
    </dependency>
phax commented 2 years ago

@reinhardt1053 did you manage to resolve this issue?

reinhardt1053 commented 2 years ago

Yes, thank you