Pergunta

I was trying to add dependency in my existing maven project (maven version 3) for Waffle 1.4 jars. Can someone please help me if you have already done this before?

Found this dependency XML for Waffle version 1.3 but could not locate for 1.4.

 <dependency>
  <groupId>org.codehaus.waffle</groupId>
  <artifactId>waffle-testing</artifactId>
  <version>1.3</version>
 </dependency>
Foi útil?

Solução 2

With the Waffle 1.6 release, it is available in Maven central

https://search.maven.org/#search|ga|1|g%3A%22com.github.dblock.waffle%22

Outras dicas

The release 1.4 couldn't be found cause it's not released. Furthermore this can be read on the website of the project. Or you can check that via Maven Central.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top