Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def getJars(self, includeCompileTimeOnlyDependencies=False):
jars = tmt.EclipseProject.getJars(self, includeCompileTimeOnlyDependencies=includeCompileTimeOnlyDependencies)
if self.needsDb():
jars.append(tmt.TmtProject.projects['h2-1.3.169.jar'])
return jars