From 6828df6116855fbbeb1170cea1479cfbb5e76c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Bud=C3=A4us?= Date: Mon, 20 Jun 2022 15:18:32 +0200 Subject: Add test dependencies Address maven build warnings --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 40 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index ffc5360..0f6dd62 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,28 @@ 1.3.4 jar UIC barcode - encoding and decoding of bar code content according to UIC IRS 90918-9 + encoding and decoding of Aztec barcode content according to UIC IRS 90918-9 + + + UTF-8 + + + + + + junit + junit + 4.13.2 + test + + + org.bouncycastle + bcprov-jdk15on + 1.70 + test + + + src/main/java @@ -30,6 +51,7 @@ org.apache.maven.plugins maven-source-plugin + 3.2.0 attach-sources @@ -37,20 +59,24 @@ jar + + attach-javadocs + + jar + + - - org.apache.maven.plugins - maven-source-plugin - - - attach-javadocs - - jar - - - - + + org.apache.maven.plugins + maven-site-plugin + 3.7.1 + + en_gb + ${project.build.directory}/site + false + + @@ -59,7 +85,7 @@ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo -- cgit v1.2.3