diff --git a/README.md b/README.md index 2d602d7..e5065b2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Snowflake Loader +ATTENTION: PoC only!! It is not supposed to be used unless the limitations are clearly understood! + _Take data from a topic (different schemas are supported) and load the (nested) data into relational tables of Snowflake. The VARIANT column is not used._ Source code available here: [github](https://github.com/rtdi/SnowflakeLoader) diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index c9cc60a..a031aa3 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -14,7 +14,7 @@ jersey-servlet org.glassfish.jersey.servlet.ServletContainer - javax.ws.rs.Application + jakarta.ws.rs.Application io.rtdi.bigdata.snowflakeloader.JerseyApplicationSettings 1 diff --git a/pom.xml b/pom.xml index b06ba71..e5eea83 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,11 @@ 4.0.0 io.rtdi.bigdata.connector snowflakeloader - 0.7.4 + 0.7.6 war UTF-8 - 0.9.37 + 0.10.1 ${project.artifactId} @@ -45,7 +45,7 @@ net.snowflake snowflake-jdbc - 3.12.10 + 3.12.16 junit @@ -54,10 +54,10 @@ test - javax.servlet - javax.servlet-api - 4.0.1 - provided + jakarta.servlet + jakarta.servlet-api + 5.0.0 + provided \ No newline at end of file