lucaconte / BeatTheMeddler

May become the "Signal [Modular] Community Edition"
31 stars 16 forks source link

Build TextSecure Server - pom.xml #2

Open maklei125 opened 8 years ago

maklei125 commented 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

`

org.eclipse.jetty.websocket
<artifactId>javax-websocket-server-impl</artifactId>
<version>9.1.0.M0</version>

` after that the build working fine.

ZennouRachid commented 7 years ago

@lucaconte and @maklei125 How to disable code verification with twilio please!