Open maklei125 opened 8 years ago
To avoid the using the option "-DskipTests" the are an dependencies missing on pom.xml You have to add in pom.xml
`
<artifactId>javax-websocket-server-impl</artifactId> <version>9.1.0.M0</version>
` after that the build working fine.
@lucaconte and @maklei125 How to disable code verification with twilio please!
To avoid the using the option "-DskipTests" the are an dependencies missing on pom.xml You have to add in pom.xml
`
` after that the build working fine.