aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-db
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web-db')
-rw-r--r--pdf-as-web-db/build.gradle1
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) {