diff options
author | Thomas <> | 2023-01-12 13:37:35 +0100 |
---|---|---|
committer | Thomas <> | 2023-01-12 13:37:35 +0100 |
commit | 71c1b9fc327e2eeb785af9452783e89f0c435bcf (patch) | |
tree | 6885e837ad14a24d9372320bb8a26df57d1436d8 /pdf-as-web-db | |
parent | 6fada4e066d79f55491ceafa84eb4a436b519913 (diff) | |
download | pdf-as-4-71c1b9fc327e2eeb785af9452783e89f0c435bcf.tar.gz pdf-as-4-71c1b9fc327e2eeb785af9452783e89f0c435bcf.tar.bz2 pdf-as-4-71c1b9fc327e2eeb785af9452783e89f0c435bcf.zip |
build(core): optimize dependency management
Diffstat (limited to 'pdf-as-web-db')
-rw-r--r-- | pdf-as-web-db/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pdf-as-web-db/build.gradle b/pdf-as-web-db/build.gradle index db84074c..e2ee78cf 100644 --- a/pdf-as-web-db/build.gradle +++ b/pdf-as-web-db/build.gradle @@ -21,7 +21,6 @@ dependencies { api "org.hibernate:hibernate-entitymanager:5.6.14.Final" implementation 'ch.qos.logback:logback-classic:1.2.11' implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion - testImplementation group: 'junit', name: 'junit', version: '4.+' } task releases(type: Copy) { |