mirror of
https://github.com/google/nomulus.git
synced 2025-07-08 20:23:24 +02:00
Adding junit back into the runtime classpath (#399)
* Adding junit back into the runtime classpath Unfortunately, GenerateSqlSchemaCommand depends on junit via testcontainers. We should really move GenerateSqlSchemaCommand out of nomulus tool (we only use it during development) but this gets nomulus tool working for the time being. * Removed unnnecessary trace line. * lockfiles generated after update_dependency.sh
This commit is contained in:
parent
988f78274e
commit
df7d272157
39 changed files with 79 additions and 1 deletions
|
@ -175,6 +175,7 @@ javax.validation:validation-api:1.0.0.GA
|
|||
javax.xml.bind:jaxb-api:2.3.1
|
||||
jline:jline:1.0
|
||||
joda-time:joda-time:2.10.3
|
||||
junit:junit:4.12
|
||||
net.bytebuddy:byte-buddy:1.9.11
|
||||
net.java.dev.jna:jna-platform:5.3.1
|
||||
net.java.dev.jna:jna:5.3.1
|
||||
|
@ -204,6 +205,7 @@ org.dom4j:dom4j:2.1.1
|
|||
org.easymock:easymock:3.0
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.1
|
||||
org.glassfish.jaxb:txw2:2.3.1
|
||||
org.hamcrest:hamcrest-core:1.3
|
||||
org.hibernate.common:hibernate-commons-annotations:5.1.0.Final
|
||||
org.hibernate:hibernate-core:5.4.4.Final
|
||||
org.hibernate:hibernate-hikaricp:5.4.4.Final
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue