diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 286e4f10..00000000 --- a/pom.xml +++ /dev/null @@ -1,154 +0,0 @@ - - - - 5.1.0-SNAPSHOT - ${project.basedir}/wise-webapps - 17 - 17 - - - - scm:git:git@bitbucket.org:wisemapping/wisemapping-open-source.git - - - 4.0.0 - org.wisemapping - wisemapping - WiseMapping Project - 5.1.0-SNAPSHOT - pom - - - - WiseMapping Public License Version 1.0 - http://www.wisemapping.org/wisemapping-public-license-version-1-0-wpl - A business-friendly OSS license - - - - - - maven2-repository.dev.java.net - Java.net Maven 2 Repository - http://download.java.net/maven/2/ - default - - - - - WiseMapping - http://www.wisemapping.org/ - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.11.0 - - - org.apache.maven.plugins - maven-failsafe-plugin - 2.12 - - - exec-maven-plugin - org.codehaus.mojo - 3.0.0 - - - org.apache.maven.plugins - maven-resources-plugin - 3.3.1 - - - org.apache.maven.plugins - maven-site-plugin - 3.1 - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.4 - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - net.alchim31.maven - yuicompressor-maven-plugin - 1.1 - - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - org.codehaus.mojo - native2ascii-maven-plugin - 1.0-beta-1 - - - com.github.searls - jasmine-maven-plugin - 1.3.1.5 - - - org.apache.maven.plugins - maven-release-plugin - 2.5 - - - - - - org.apache.maven.plugins - maven-resources-plugin - - UTF-8 - - - - org.apache.maven.plugins - maven-compiler-plugin - - UTF-8 - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.2.2 - - - distribution/assembly/standalone-editor.xml - - - - - - - - - www.wisemapping.org - scp://www.wisemapping.org/docs/project/ - - - - - - wise-ui - wise-webapp - - - - - diff --git a/wise-api/pom.xml b/wise-api/pom.xml index c3785424..e3a3a406 100644 --- a/wise-api/pom.xml +++ b/wise-api/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent 3.2.1 - + org.wisemapping @@ -19,18 +19,9 @@ 5.1.0-SNAPSHOT 17 17 - 6.0.11 - 6.1.2 - 6.0.2 - - org.wisemapping - wise-ui - ${com.wisemapping.version} - war - org.apache.velocity velocity @@ -63,6 +54,7 @@ 6.1.3 test + org.junit.jupiter junit-jupiter-api @@ -104,11 +96,6 @@ postgresql 42.5.4 - - org.springframework.security - spring-security-taglibs - ${spring-security-taglibs.version} - jakarta.xml.bind jakarta.xml.bind-api @@ -180,38 +167,42 @@ 6.0.0 provided - - - jakarta.servlet.jsp.jstl - jakarta.servlet.jsp.jstl-api - 3.0.0 - - - org.glassfish.web - jakarta.servlet.jsp.jstl - 3.0.0 - + commons-io commons-io 2.11.0 + org.apache.httpcomponents fluent-hc 4.5.14 - - org.springframework.security - spring-security-config - ${org.springframework.addons} - + org.projectlombok lombok RELEASE compile + + + io.jsonwebtoken + jjwt-api + 0.11.5 + + + io.jsonwebtoken + jjwt-impl + 0.11.5 + + + + io.jsonwebtoken + jjwt-jackson + 0.11.5 +