add servlet-common dependency to mojarra and myfaces
This commit is contained in:
parent
50010b3a7b
commit
77d7d1db55
|
@ -68,6 +68,7 @@ dependencies {
|
|||
|
||||
testImplementation project(':instrumentation:jsf:jsf-testing-common')
|
||||
testInstrumentation project(':instrumentation:servlet:servlet-3.0:javaagent')
|
||||
testInstrumentation project(':instrumentation:servlet:servlet-common:javaagent')
|
||||
|
||||
mojarra12TestImplementation group: 'javax.faces', name: 'jsf-impl', version: '1.2-20'
|
||||
mojarra12TestImplementation group: 'javax.faces', name: 'jsf-api', version: '1.2'
|
||||
|
|
|
@ -30,6 +30,7 @@ dependencies {
|
|||
|
||||
testImplementation project(':instrumentation:jsf:jsf-testing-common')
|
||||
testInstrumentation project(':instrumentation:servlet:servlet-3.0:javaagent')
|
||||
testInstrumentation project(':instrumentation:servlet:servlet-common:javaagent')
|
||||
|
||||
myfaces12TestImplementation group: 'org.apache.myfaces.core', name: 'myfaces-impl', version: '1.2.12'
|
||||
myfaces12TestImplementation group: 'com.sun.facelets', name: 'jsf-facelets', version: '1.1.14'
|
||||
|
|
Loading…
Reference in New Issue