Örnek
Şöyle yaparız.
test için testImplementation kullanılıyor çünkü testler container içinde çalışmıyor. Açıklaması şöylecompileOnly 'javax:javaee-api:8.0.1'compileOnly 'javax:javaee-web-api:8.0.1'implementation 'javax.resource:javax.resource-api:1.7.1'testImplementation 'javax:javaee-web-api'
Compile-only dependencies are distinctly different than regular compile dependencies. They are not included on the runtime classpath ...
Hiç yorum yok:
Yorum Gönder