diff --git a/build.gradle b/build.gradle index 8217497..3a2b513 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.github.johnrengelman.shadow' version '7.1.2' } -version = "1.0" +version = "1.0.0" description = "Example of using jdbc for a hostpital." application { @@ -56,7 +56,7 @@ dependencies { testRuntimeOnly 'net.bytebuddy:byte-buddy:1.14.8' // allows mocking of classes (in addition to interfaces) testRuntimeOnly "org.objenesis:objenesis:3.3" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB) - // dependencies used by examples in this project + // testing dependencies for sql implementation "org.apache.groovy:groovy-sql" } diff --git a/pom.xml b/pom.xml index 4595d65..5ffb3bf 100644 --- a/pom.xml +++ b/pom.xml @@ -2,20 +2,48 @@ 4.0.0 - org.spockframework - spock-example - 1.0-SNAPSHOT + space.kklochko + jdbc_hospital_example + 1.0.0 jar - Spock Framework - Example Project + Example of using jdbc for a hostpital. UTF-8 UTF-8 4.0.15 + 17 + 17 + + org.apache.maven.plugins + maven-jar-plugin + 3.2.2 + + + + space.kklochko.jdbc_hospital_example.Main + true + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.4.1 + + + package + + shade + + + + - - spock-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - true - - - - - - - - foo - file:///fake.repository.to.make.maven.happy - - - bar - file:///fake.repository.to.make.maven.happy - -