in src/main/java/org/apache/sling/maven/jspc/JspCServletContext.java [98:104]
public JspCServletContext(Log log, URL resourceBaseURL, TldLocationsCache tldLocationsCache) {
this.tldLocationsCache = tldLocationsCache;
this.attributes = new Hashtable<>();
this.log = log;
this.resourceBaseURL = resourceBaseURL;
this.baseURLs.add(resourceBaseURL);
}