diff --git a/modules/virtualan-plugin/pom.xml b/modules/virtualan-plugin/pom.xml index 878fc529..9db6bc19 100644 --- a/modules/virtualan-plugin/pom.xml +++ b/modules/virtualan-plugin/pom.xml @@ -1,399 +1,399 @@ - - - io.virtualan - virtualan-project - 3.1.1-SNAPSHOT - ../.. - - 4.0.0 - io.virtualan - virtualan-plugin - jar - virtualan-plugin - 3.1.1-SNAPSHOT - - Virtualan is an open source-based Open API Interface driven Service virtualization tool. - Virtualan - Mock service developed on top of the - boot framework. Any Rest API can be converted as Virtual service in minutes using annotations. - Annotations: VirtualService and ApiVirtual - - - 17 - ${java.version} - ${java.version} - 2.3.2 - 2.7.14 - 5.0.3.RELEASE - 3.0.12 - 4.13.2 - 1.7.36 - 1.1.0.Final - 1.18.24 - 2.3.1 - 0.2.3 - 1.1.12 - 2.2.15 - 1.10 - 2.1.1 - 3.12.0 - 1.9.4 - 2.15.2 - - - - - elans3 - Elan Thangamani - elan.thangamani@virtualan.io - - - - src/main/java - - - com.googlecode.maven-download-plugin - download-maven-plugin - 1.2.1 - - - swagger-editor - compile - - wget - - - https://github.com/swagger-api/swagger-editor/archive/master.tar.gz - swagger-editor.tar.gz - true - ${project.build.directory} - - - - swagger-ui - compile - - wget - - - https://github.com/swagger-api/swagger-ui/archive/master.tar.gz - swagger-ui.tar.gz - true - ${project.build.directory} - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - 1.4.1 - - - - enforce - - - - - - com.vaadin.external.google:android-json - - - - - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.7 - - - ui-resource - compile - - copy-resources - - - target/classes/META-INF/resources/swagger-ui/ - - - ${project.build.directory}/swagger-ui-master/dist/ - - - - - - c-ui-resource - compile - - copy-resources - - - target/classes/META-INF/resources/swagger-ui/ - - - src/main/resources/META-INF/resources - - swaggerex-ui.html - - - - - - - editor-resource - compile - - copy-resources - - - target/classes/META-INF/resources/swagger-editor/ - - - ${project.build.directory}/swagger-editor-master/ - - dist/** - index.html - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.12.1 - - 17 - 17 - - - - com.github.eirslett - frontend-maven-plugin - 1.14.2 - - ../virtualan-ui - target - - - - install node and npm - - install-node-and-npm - - - v21.1.0 - 10.2.0 - - - - npm install - - npm - - - install - - - - npm run build - - npm - - - run build - - - - - - maven-resources-plugin - 3.3.1 - - - copy-resources - - compile - - copy-resources - - - ${project.build.directory}/classes/static - - - ${project.basedir}/../virtualan-ui/dist - true - - - - - - - - - - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - - - junit - junit - ${junit.version} - - - - com.fasterxml.jackson.core - jackson-databind - ${jackson-databind.version} - - - - org.codehaus.groovy - groovy - ${groovy.version} - - - - org.springframework.boot - spring-boot-starter-test - ${spring.boot.version} - test - - - com.vaadin.external.google - android-json - - - - - - org.springframework.boot - spring-boot-starter-web - ${spring.boot.version} - - - org.apache.logging.log4j - log4j-to-slf4j - - - - - org.apache.logging.log4j - log4j-to-slf4j - 2.17.2 - - - org.springframework.boot - spring-boot-starter-data-jpa - ${spring.boot.version} - - - - org.springframework.boot - spring-boot-starter-jdbc - ${spring.boot.version} - - - - org.springframework.boot - spring-boot-starter-batch - ${spring.boot.version} - - - - org.projectlombok - lombok - ${lombok.version} - - - - javax.xml.bind - jaxb-api - ${jaxb.version} - - - - org.openapitools - jackson-databind-nullable - ${jackson-databind-nullable.version} - - - - io.virtualan - mapson - ${mapson.version} - - - org.skyscreamer - jsonassert - - - - - - io.swagger.core.v3 - swagger-annotations - ${swagger-annotations.version} - - - - commons-configuration - commons-configuration - ${commons-configuration.version} - - - - javax.validation - validation-api - ${validation-api.version} - - - - javax.ws.rs - javax.ws.rs-api - ${rs-api.version} - - - org.apache.commons - commons-lang3 - ${commons-lang3.version} - - - org.reflections - reflections - 0.10.2 - - - commons-beanutils - commons-beanutils - ${commons-beanutils.version} - - - commons-logging - commons-logging - - - - - com.google.guava - guava - 33.0.0-jre - - - org.springdoc - springdoc-openapi-ui - 1.6.12 - - + + + io.virtualan + virtualan-project + 3.1.1-SNAPSHOT + ../.. + + 4.0.0 + io.virtualan + virtualan-plugin + jar + virtualan-plugin + 3.1.1-SNAPSHOT + + Virtualan is an open source-based Open API Interface driven Service virtualization tool. + Virtualan - Mock service developed on top of the + boot framework. Any Rest API can be converted as Virtual service in minutes using annotations. + Annotations: VirtualService and ApiVirtual + + + 17 + ${java.version} + ${java.version} + 2.3.2 + 3.4.10 + 5.0.3.RELEASE + 3.0.12 + 4.13.2 + 1.7.36 + 1.1.0.Final + 1.18.24 + 2.3.1 + 0.2.3 + 1.1.12 + 2.2.15 + 1.10 + 2.1.1 + 3.12.0 + 1.9.4 + 2.15.2 + + + + + elans3 + Elan Thangamani + elan.thangamani@virtualan.io + + + + src/main/java + + + com.googlecode.maven-download-plugin + download-maven-plugin + 1.2.1 + + + swagger-editor + compile + + wget + + + https://github.com/swagger-api/swagger-editor/archive/master.tar.gz + swagger-editor.tar.gz + true + ${project.build.directory} + + + + swagger-ui + compile + + wget + + + https://github.com/swagger-api/swagger-ui/archive/master.tar.gz + swagger-ui.tar.gz + true + ${project.build.directory} + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + + enforce + + + + + + com.vaadin.external.google:android-json + + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + ui-resource + compile + + copy-resources + + + target/classes/META-INF/resources/swagger-ui/ + + + ${project.build.directory}/swagger-ui-master/dist/ + + + + + + c-ui-resource + compile + + copy-resources + + + target/classes/META-INF/resources/swagger-ui/ + + + src/main/resources/META-INF/resources + + swaggerex-ui.html + + + + + + + editor-resource + compile + + copy-resources + + + target/classes/META-INF/resources/swagger-editor/ + + + ${project.build.directory}/swagger-editor-master/ + + dist/** + index.html + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.12.1 + + 17 + 17 + + + + com.github.eirslett + frontend-maven-plugin + 1.14.2 + + ../virtualan-ui + target + + + + install node and npm + + install-node-and-npm + + + v21.1.0 + 10.2.0 + + + + npm install + + npm + + + install + + + + npm run build + + npm + + + run build + + + + + + maven-resources-plugin + 3.3.1 + + + copy-resources + + compile + + copy-resources + + + ${project.build.directory}/classes/static + + + ${project.basedir}/../virtualan-ui/dist + true + + + + + + + + + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + + + junit + junit + ${junit.version} + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson-databind.version} + + + + org.codehaus.groovy + groovy + ${groovy.version} + + + + org.springframework.boot + spring-boot-starter-test + ${spring.boot.version} + test + + + com.vaadin.external.google + android-json + + + + + + org.springframework.boot + spring-boot-starter-web + ${spring.boot.version} + + + org.apache.logging.log4j + log4j-to-slf4j + + + + + org.apache.logging.log4j + log4j-to-slf4j + 2.17.2 + + + org.springframework.boot + spring-boot-starter-data-jpa + ${spring.boot.version} + + + + org.springframework.boot + spring-boot-starter-jdbc + ${spring.boot.version} + + + + org.springframework.boot + spring-boot-starter-batch + ${spring.boot.version} + + + + org.projectlombok + lombok + ${lombok.version} + + + + javax.xml.bind + jaxb-api + ${jaxb.version} + + + + org.openapitools + jackson-databind-nullable + ${jackson-databind-nullable.version} + + + + io.virtualan + mapson + ${mapson.version} + + + org.skyscreamer + jsonassert + + + + + + io.swagger.core.v3 + swagger-annotations + ${swagger-annotations.version} + + + + commons-configuration + commons-configuration + ${commons-configuration.version} + + + + javax.validation + validation-api + ${validation-api.version} + + + + javax.ws.rs + javax.ws.rs-api + ${rs-api.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + org.reflections + reflections + 0.10.2 + + + commons-beanutils + commons-beanutils + ${commons-beanutils.version} + + + commons-logging + commons-logging + + + + + com.google.guava + guava + 33.0.0-jre + + + org.springdoc + springdoc-openapi-ui + 1.6.12 + + \ No newline at end of file