Skip to content

Instantly share code, notes, and snippets.

@ofaydin
Created April 23, 2022 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ofaydin/db6b91e1d4b1502693a56cb82e2535f6 to your computer and use it in GitHub Desktop.
Save ofaydin/db6b91e1d4b1502693a56cb82e2535f6 to your computer and use it in GitHub Desktop.
C:\Users\omerfaruk\Documents\code2abd>mvn dependency:tree
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for iwb:framework:jar:0.0.1-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.jdom:jdom:jar -> duplicate declaration of version 1.1.3 @ line 352, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ---------------------------< iwb:framework >----------------------------
[INFO] Building framework 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ framework ---
[INFO] iwb:framework:jar:0.0.1-SNAPSHOT
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.2.5.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-aop:jar:2.2.5.RELEASE:compile
[INFO] | | +- org.springframework:spring-aop:jar:5.2.4.RELEASE:compile
[INFO] | | \- org.aspectj:aspectjweaver:jar:1.9.5:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.5.RELEASE:compile
[INFO] | | +- com.zaxxer:HikariCP:jar:3.4.2:compile
[INFO] | | \- org.springframework:spring-jdbc:jar:5.2.4.RELEASE:compile
[INFO] | +- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
[INFO] | +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] | +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] | +- org.hibernate:hibernate-core:jar:5.4.12.Final:compile
[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] | | +- org.javassist:javassist:jar:3.24.0-GA:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.10.8:compile
[INFO] | | +- antlr:antlr:jar:2.7.7:compile
[INFO] | | +- org.jboss:jandex:jar:2.1.1.Final:compile
[INFO] | | +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] | | +- org.dom4j:dom4j:jar:2.1.1:compile
[INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final:compile
[INFO] | | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:compile
[INFO] | | +- org.glassfish.jaxb:txw2:jar:2.3.2:compile
[INFO] | | \- com.sun.istack:istack-commons-runtime:jar:3.0.8:compile
[INFO] | +- org.springframework.data:spring-data-jpa:jar:2.2.5.RELEASE:compile
[INFO] | | +- org.springframework.data:spring-data-commons:jar:2.2.5.RELEASE:compile
[INFO] | | +- org.springframework:spring-orm:jar:5.2.4.RELEASE:compile
[INFO] | | +- org.springframework:spring-context:jar:5.2.4.RELEASE:compile
[INFO] | | +- org.springframework:spring-tx:jar:5.2.4.RELEASE:compile
[INFO] | | \- org.springframework:spring-beans:jar:5.2.4.RELEASE:compile
[INFO] | \- org.springframework:spring-aspects:jar:5.2.4.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.5.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.2.5.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:2.2.5.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.5.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.5.RELEASE:compile
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile
[INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.12.1:compile
[INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.30:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.25:runtime
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.2.5.RELEASE:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.2:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.2:compile
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.2:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.5.RELEASE:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.31:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.31:compile
[INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.31:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.5.RELEASE:compile
[INFO] | | +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] | | \- org.hibernate.validator:hibernate-validator:jar:6.0.18.Final:compile
[INFO] | +- org.springframework:spring-web:jar:5.2.4.RELEASE:compile
[INFO] | \- org.springframework:spring-webmvc:jar:5.2.4.RELEASE:compile
[INFO] | \- org.springframework:spring-expression:jar:5.2.4.RELEASE:compile
[INFO] +- org.postgresql:postgresql:jar:42.2.10:runtime
[INFO] +- com.sun.xml.ws:jaxws-ri:pom:2.3.2:compile
[INFO] | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | +- com.sun.xml.ws:jaxws-rt:jar:2.3.2:compile
[INFO] | | +- com.sun.xml.ws:policy:jar:2.7.6:compile
[INFO] | | +- org.glassfish.gmbal:gmbal:jar:4.0.0:compile
[INFO] | | | +- org.glassfish.external:management-api:jar:3.2.1:compile
[INFO] | | | +- org.glassfish.pfl:pfl-basic:jar:4.0.1:compile
[INFO] | | | +- org.glassfish.pfl:pfl-tf:jar:4.0.1:compile
[INFO] | | | | +- org.glassfish.pfl:pfl-asm:jar:4.0.1:compile
[INFO] | | | | \- org.glassfish.pfl:pfl-dynamic:jar:4.0.1:compile
[INFO] | | | +- org.glassfish.pfl:pfl-basic-tools:jar:4.0.1:compile
[INFO] | | | \- org.glassfish.pfl:pfl-tf-tools:jar:4.0.1:compile
[INFO] | | +- org.jvnet.staxex:stax-ex:jar:1.8.1:compile
[INFO] | | +- com.sun.xml.stream.buffer:streambuffer:jar:1.5.7:compile
[INFO] | | +- org.jvnet.mimepull:mimepull:jar:1.9.12:compile
[INFO] | | +- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:compile
[INFO] | | +- org.glassfish.ha:ha-api:jar:3.1.12:compile
[INFO] | | +- com.sun.xml.messaging.saaj:saaj-impl:jar:1.5.1:compile
[INFO] | | +- com.fasterxml.woodstox:woodstox-core:jar:5.1.0:runtime
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:4.1:runtime
[INFO] | +- com.sun.xml.ws:jaxws-tools:jar:2.3.2:compile
[INFO] | | +- com.sun.xml.bind:jaxb-xjc:jar:2.3.2:compile
[INFO] | | \- com.sun.xml.bind:jaxb-jxc:jar:2.3.2:compile
[INFO] | +- com.sun.xml.ws:jaxws-eclipselink-plugin:jar:2.3.2:compile
[INFO] | | +- jakarta.mail:jakarta.mail-api:jar:1.6.4:compile
[INFO] | | \- org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.7.4:compile
[INFO] | | \- org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.4:compile
[INFO] | | \- org.eclipse.persistence:org.eclipse.persistence.asm:jar:2.7.4:compile
[INFO] | +- com.sun.xml.ws:sdo-eclipselink-plugin:jar:2.3.2:compile
[INFO] | | +- org.eclipse.persistence:org.eclipse.persistence.sdo:jar:2.7.4:compile
[INFO] | | \- org.eclipse.persistence:commonj.sdo:jar:2.1.1:compile
[INFO] | +- com.sun.xml.ws:release-documentation:zip:docbook:2.3.2:compile
[INFO] | +- com.sun.xml.ws:samples:zip:2.3.2:compile
[INFO] | +- jakarta.xml.ws:jakarta.xml.ws-api:jar:2.3.2:compile
[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile
[INFO] | +- jakarta.xml.soap:jakarta.xml.soap-api:jar:1.4.1:compile
[INFO] | \- jakarta.jws:jakarta.jws-api:jar:1.1.1:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.5.RELEASE:test
[INFO] | +- org.springframework.boot:spring-boot-test:jar:2.2.5.RELEASE:test
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.5.RELEASE:test
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.4.0:compile
[INFO] | | \- net.minidev:json-smart:jar:2.3:compile
[INFO] | | \- net.minidev:accessors-smart:jar:1.2:compile
[INFO] | | \- org.ow2.asm:asm:jar:5.0.4:compile
[INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.5.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
[INFO] | | | +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] | | | \- org.junit.platform:junit-platform-commons:jar:1.5.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test
[INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test
[INFO] | +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:test
[INFO] | | +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] | | \- org.junit.platform:junit-platform-engine:jar:1.5.2:test
[INFO] | +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test
[INFO] | +- org.assertj:assertj-core:jar:3.13.2:test
[INFO] | +- org.hamcrest:hamcrest:jar:2.1:compile
[INFO] | +- org.mockito:mockito-core:jar:3.1.0:test
[INFO] | | +- net.bytebuddy:byte-buddy-agent:jar:1.10.8:test
[INFO] | | \- org.objenesis:objenesis:jar:2.6:test
[INFO] | +- org.skyscreamer:jsonassert:jar:1.5.0:test
[INFO] | | \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] | +- org.springframework:spring-core:jar:5.2.4.RELEASE:compile
[INFO] | | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile
[INFO] | +- org.springframework:spring-test:jar:5.2.4.RELEASE:test
[INFO] | \- org.xmlunit:xmlunit-core:jar:2.6.3:test
[INFO] +- commons-io:commons-io:jar:2.5:compile
[INFO] +- javax.xml.bind:jaxb-api:jar:2.3.0:compile
[INFO] +- com.google.guava:guava:jar:16.0.1:compile
[INFO] +- com.lowagie:itext:jar:2.1.7:compile
[INFO] | +- bouncycastle:bcmail-jdk14:jar:138:compile
[INFO] | +- bouncycastle:bcprov-jdk14:jar:138:compile
[INFO] | \- org.bouncycastle:bctsp-jdk14:jar:1.38:compile
[INFO] | +- org.bouncycastle:bcprov-jdk14:jar:1.38:compile
[INFO] | \- org.bouncycastle:bcmail-jdk14:jar:1.38:compile
[INFO] +- commons-lang:commons-lang:jar:2.6:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:3.11:compile
[INFO] | +- org.apache.poi:poi:jar:3.11:compile
[INFO] | \- org.apache.poi:poi-ooxml-schemas:jar:3.11:compile
[INFO] +- log4j:log4j:jar:1.2.17:compile
[INFO] +- net.sourceforge.jexcelapi:jxl:jar:2.6.12:compile
[INFO] +- org.json:json:jar:20190722:compile
[INFO] +- org.apache.commons:commons-csv:jar:1.7:compile
[INFO] +- com.opencsv:opencsv:jar:5.5.2:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] | +- org.apache.commons:commons-text:jar:1.9:compile
[INFO] | +- commons-beanutils:commons-beanutils:jar:1.9.4:compile
[INFO] | \- org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] +- com.auth0:mvc-auth-commons:jar:1.0.0:compile
[INFO] | +- javax.servlet:javax.servlet-api:jar:4.0.1:compile
[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.57:compile
[INFO] | +- com.auth0:auth0:jar:1.1.0:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.14.7:compile
[INFO] | | | \- com.squareup.okio:okio:jar:1.17.2:compile
[INFO] | | \- com.squareup.okhttp3:logging-interceptor:jar:3.14.7:compile
[INFO] | +- com.auth0:java-jwt:jar:3.2.0:compile
[INFO] | \- com.auth0:jwks-rsa:jar:0.2.0:compile
[INFO] +- com.rabbitmq:amqp-client:jar:3.6.6:compile
[INFO] +- org.springframework.boot:spring-boot-configuration-processor:jar:2.2.5.RELEASE:compile (optional)
[INFO] +- io.jsonwebtoken:jjwt:jar:0.9.1:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-databind:jar:2.10.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.2:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.10.2:compile
[INFO] +- com.sun.mail:smtp:jar:1.6.5:compile
[INFO] | \- com.sun.mail:mailapi:jar:1.6.5:compile
[INFO] | \- com.sun.activation:jakarta.activation:jar:1.2.2:compile
[INFO] +- org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.2.1:compile
[INFO] +- com.graphql-java:graphql-java:jar:2019-08-01T04-03-44-e9b53f6:compile
[INFO] | +- org.antlr:antlr4-runtime:jar:4.7.2:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] | +- com.graphql-java:java-dataloader:jar:2.1.1:compile
[INFO] | \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] +- org.jsoup:jsoup:jar:1.14.3:compile
[INFO] +- c3p0:c3p0:jar:0.9.1.2:compile
[INFO] +- com.smartbear.soapui:soapui:jar:5.5.0:compile
[INFO] | +- xmlbeans:xbean:jar:fixed-2.4.0:compile
[INFO] | +- xmlbeans:xbean_xpath:jar:2.4.0:compile
[INFO] | +- xmlbeans:xmlpublic:jar:2.4.0:compile
[INFO] | +- javax.xml.bind:jsr173_api:jar:1.0:compile
[INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] | +- com.smartbear.utils.analytics:analytics-core:jar:5.5.0:compile
[INFO] | | +- org.slf4j:slf4j-log4j12:jar:1.7.30:compile
[INFO] | | +- io.keen:keen-client-api-java:jar:2.0.2:compile
[INFO] | | \- com.mixpanel:mixpanel-java:jar:1.4.4:compile
[INFO] | +- com.smartbear.utils.analytics:out-app-analytics-provider:jar:5.5.0:compile
[INFO] | +- com.jgoodies:forms:jar:1.0.7:compile
[INFO] | +- com.jgoodies:looks:jar:2.2.0:compile
[INFO] | +- com.jgoodies:binding:jar:2.0.1:compile
[INFO] | +- com.fifesoft:rsyntaxtextarea:jar:2.5.0:compile
[INFO] | +- jetty:jetty:jar:6.1.26:compile
[INFO] | +- jetty:jetty-util:jar:6.1.26:compile
[INFO] | +- jetty:servlet-api:jar:2.5-20081211:compile
[INFO] | +- org.apache.ws.security:wss4j:jar:1.6.16:compile
[INFO] | | \- org.opensaml:opensaml:jar:2.5.1-1:compile
[INFO] | | \- org.opensaml:openws:jar:1.4.2-1:compile
[INFO] | | \- org.opensaml:xmltooling:jar:1.3.2-1:compile
[INFO] | | \- joda-time:joda-time:jar:2.10.5:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit:jar:2.36.0:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.36.0:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.5.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | +- org.brotli:dec:jar:0.1.2:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.26.v20200117:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.26.v20200117:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.26.v20200117:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.26.v20200117:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.26.v20200117:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.26.v20200117:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.26.v20200117:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.26.v20200117:compile
[INFO] | +- org.w3c.css:sac:jar:1.3:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.7:compile
[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.11:compile
[INFO] | +- org.apache.httpcomponents:httpclient-cache:jar:4.5.11:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] | +- org.apache.httpcomponents:httpcore-nio:jar:4.4.13:compile
[INFO] | +- org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:jar:0.31:compile
[INFO] | | +- org.apache.oltu.oauth2:org.apache.oltu.oauth2.common:jar:0.31:compile
[INFO] | | \- org.codehaus.jettison:jettison:jar:1.2:compile
[INFO] | +- org.apache.oltu.oauth2:org.apache.oltu.oauth2.httpclient4:jar:0.31:compile
[INFO] | +- com.google.oauth-client:google-oauth-client:jar:1.21.0:compile
[INFO] | | +- com.google.http-client:google-http-client:jar:1.21.0:compile
[INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.apache.maven:maven-plugin-api:jar:2.0:compile
[INFO] | +- javax.activation:activation:jar:1.1:compile
[INFO] | +- javax.mail:mail:jar:1.4:compile
[INFO] | +- json:json-lib:jar:2.2.2-jdk15:compile
[INFO] | +- ezmorph:ezmorph:jar:1.0.5:compile
[INFO] | +- xom:xom:jar:1.1:compile
[INFO] | | \- xerces:xmlParserAPIs:jar:2.6.2:compile
[INFO] | +- swingx:swingx:jar:soapui:compile
[INFO] | +- commons-codec:commons-codec:jar:1.13:compile
[INFO] | +- org.codehaus.groovy:groovy-all:jar:2.4.4:compile
[INFO] | +- rhino:js:jar:1.7R2:compile
[INFO] | +- saxon:saxon:jar:9.1.0.8j:compile
[INFO] | +- saxon:saxon-dom:jar:9.1.0.8j:compile
[INFO] | +- xmlunit:xmlunit:jar:1.2:compile
[INFO] | +- xalan:xalan:jar:2.7.1:compile
[INFO] | +- bouncycastle:bcprov-jdk15:jar:144:compile
[INFO] | +- jtidy:jtidy:jar:r872-jdk15:compile
[INFO] | +- hermesjms:hermes:jar:1.14:compile
[INFO] | +- amf:flex-messaging-common:jar:1.0:compile
[INFO] | +- amf:flex-messaging-core:jar:1.0:compile
[INFO] | +- amf:flex-messaging-opt:jar:1.0:compile
[INFO] | +- amf:flex-messaging-proxy:jar:1.0:compile
[INFO] | +- amf:flex-messaging-remoting:jar:1.0:compile
[INFO] | +- thoughtworks:xstream:jar:1.3.1:compile
[INFO] | +- net.sourceforge.cssparser:cssparser:jar:0.9.5:compile
[INFO] | +- net.sourceforge.nekohtml:nekohtml:jar:1.9.22:compile
[INFO] | +- org.samba.jcifs:jcifs:jar:1.2.9:compile
[INFO] | +- l2fprod:l2fprod-common-directorychooser:jar:7.3:compile
[INFO] | +- l2fprod:l2fprod-common-fontchooser:jar:7.3:compile
[INFO] | +- org.apache.santuario:xmlsec:jar:1.4.5:compile
[INFO] | +- org.apache.xerces:xml-apis:jar:2.9.1:compile
[INFO] | +- xalan:serializer:jar:2.7.1:compile
[INFO] | | \- xml-apis:xml-apis:jar:1.3.04:compile
[INFO] | +- org.apache.ws.commons.util:ws-commons-util:jar:1.0.2:compile
[INFO] | +- com.btr:proxy-vole:jar:20131209:compile
[INFO] | +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] | +- org.sonatype.install4j:i4jruntime:jar:5.1.14:compile
[INFO] | +- org.codehaus.mojo:animal-sniffer-annotations:jar:1.11:compile
[INFO] | \- org.reflections:reflections:jar:0.9.9-RC1:compile
[INFO] | \- dom4j:dom4j:jar:1.6.1:compile
[INFO] +- io.github.hakky54:sslcontext-kickstart-for-pem:jar:7.4.1:compile
[INFO] | +- io.github.hakky54:sslcontext-kickstart:jar:7.4.1:compile
[INFO] | \- org.bouncycastle:bcpkix-jdk15on:jar:1.70:compile
[INFO] | \- org.bouncycastle:bcutil-jdk15on:jar:1.70:compile
[INFO] +- eviware:soap-xmlbeans:jar:1.2:compile
[INFO] +- javax.jms:jms:jar:1.1:compile
[INFO] +- eviware:policy-xmlbeans:jar:1.5:compile
[INFO] +- commons-cli:commons-cli:jar:1.2:compile
[INFO] +- commons-ssl:not-yet-commons-ssl:jar:0.3.11:compile
[INFO] +- commons-configuration:commons-configuration:jar:1.6:compile
[INFO] | +- commons-digester:commons-digester:jar:1.8:compile
[INFO] | \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
[INFO] +- org.apache.xmlbeans:xmlbeans:jar:2.4.0:compile
[INFO] | \- stax:stax-api:jar:1.0.1:compile
[INFO] +- wsdl4j:wsdl4j:jar:1.6.3:compile
[INFO] +- org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7:compile
[INFO] +- org.jdom:jdom:jar:1.1.3:compile
[INFO] +- org.fife.ui:rsyntaxtextarea:jar:2.0.4.1:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.3.6:compile
[INFO] +- xerces:xercesImpl:jar:2.8.0:compile
[INFO] +- junit:junit:jar:4.13.2:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:2.1:compile
[INFO] +- jaxen:jaxen:jar:1.1.4:compile
[INFO] +- com.sun.xsom:xsom:jar:20110809:compile
[INFO] | \- relaxngDatatype:relaxngDatatype:jar:20020414:compile
[INFO] +- com.hierynomus:sshj:jar:0.32.0:compile
[INFO] | +- com.jcraft:jzlib:jar:1.1.3:runtime
[INFO] | +- com.hierynomus:asn-one:jar:0.6.0:runtime
[INFO] | \- net.i2p.crypto:eddsa:jar:0.3.0:runtime
[INFO] +- org.apache.httpcomponents.client5:httpclient5:jar:5.0:compile
[INFO] | +- org.apache.httpcomponents.core5:httpcore5:jar:5.0:compile
[INFO] | \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0:compile
[INFO] +- io.xlate:staedi:jar:1.19.0:compile
[INFO] \- javax.json:javax.json-api:jar:1.1.4:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.048 s
[INFO] Finished at: 2022-04-23T17:31:58+03:00
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment