From b46af085dfd1959545f0dda9dfe17aa790ef59a0 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 31 Jul 2024 16:52:08 -0400 Subject: [PATCH] not all version of JDBC can be found and run --- pom.xml | 57 ++++++++++----------------------------------------------- 1 file changed, 10 insertions(+), 47 deletions(-) diff --git a/pom.xml b/pom.xml index 132fe14..6c619d2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,63 +4,26 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.intersystems.samples - iris-helloworld + com.isharkfly.open + iris-java-helloworld 1.0-SNAPSHOT jar InterSystems IRIS Sample - InterSystems IRIS Tutorial Code Sample. - http://intersystems.com - 2019 + InterSystems IRIS Tutorial Code Sample + http://intersystems.com + 2024 - - com.intersystems - intersystems-jdbc - 3.0.0 - + + com.intersystems + intersystems-jdbc + 3.2.0 + - - maven-assembly-plugin - - - package - - single - - - - - true - ${project.build.directory}/dependency/ - - src/main/resources/META-INF/MANIFEST.MF - - ${maven.build.timestamp} - ${project.description} - ${project.artifactId} - ${project.name} - ${project.organization.name} - ${project.url} - ${project.name} - ${project.organization.name} - ${project.groupId} - ${project.version} - true - - - - jar-with-dependencies - - - - - -