This project has retired. For details please refer to its Attic page.
Archiva Web :: Web Common – Project Dependencies

Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Type License
javax.servlet servlet-api 2.5 jar -
javax.ws.rs javax.ws.rs-api 2.0 jar CDDL 1.1-GPL2 w/ CPE
org.apache.archiva archiva-configuration 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva archiva-plexus-bridge 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva archiva-repository-layer 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva archiva-rest-api 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva archiva-rest-services 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva archiva-rss 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva archiva-scheduler-repository 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva archiva-security 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva archiva-security-common 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva audit 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva metadata-repository-api 2.2.9 jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-common-integrations 2.6.2 jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-rbac-model 2.6.2 jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-rbac-role-manager 2.6.2 jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-system 2.6.2 jar The Apache Software License, Version 2.0
org.apache.archiva.redback.components spring-quartz 2.1 jar The Apache Software License, Version 2.0
org.apache.archiva.redback.components spring-taskqueue 2.1 jar The Apache Software License, Version 2.0
org.jsoup jsoup 1.7.2 jar The MIT License
org.quartz-scheduler quartz 2.2.1 jar The Apache Software License, Version 2.0
org.springframework spring-beans 4.2.9.RELEASE jar The Apache Software License, Version 2.0
org.springframework spring-context-support 4.2.9.RELEASE jar The Apache Software License, Version 2.0
org.springframework spring-core 4.2.9.RELEASE jar The Apache Software License, Version 2.0
org.springframework spring-web 4.2.9.RELEASE jar The Apache Software License, Version 2.0

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Classifier Type License
junit junit 4.12 - jar Eclipse Public License 1.0
org.apache.archiva archiva-repository-admin-default 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-test-utils 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-webdav 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva metadata-store-jcr 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-rest-services 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-rest-services 2.6.2 tests jar The Apache Software License, Version 2.0
org.apache.commons commons-compress 1.2 - jar The Apache Software License, Version 2.0
org.apache.cxf cxf-rt-rs-client 3.0.3 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-core 2.9.1 - jar The Apache Software License, Version 2.0
org.apache.logging.log4j log4j-1.2-api 2.17.1 - jar Apache License, Version 2.0
org.apache.logging.log4j log4j-slf4j-impl 2.17.1 - jar Apache License, Version 2.0
org.apache.maven.wagon wagon-http 2.9 - jar Apache License, Version 2.0
org.apache.maven.wagon wagon-http-lightweight 2.9 - jar Apache License, Version 2.0
org.apache.tomcat tomcat-jsp-api 7.0.54 - jar http://www.apache.org/licenses/LICENSE-2.0.txt and http://www.opensource.org/licenses/cddl1.txt
org.apache.tomcat tomcat-juli 7.0.54 - jar Apache License, Version 2.0
org.apache.tomcat.embed tomcat-embed-core 7.0.54 - jar Apache License, Version 2.0
org.apache.tomcat.embed tomcat-embed-logging-juli 7.0.54 - jar Apache License, Version 2.0
org.assertj assertj-core 1.7.1 - jar LICENSE.txt
org.easymock easymock 3.2 - jar Apache 2
org.easymock easymockclassextension 3.2 - jar Apache 2
org.eclipse.jetty jetty-io 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-plus 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-security 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-server 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-util 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.slf4j jul-to-slf4j 1.7.36 - jar MIT License
xerces xercesImpl 2.12.2 - jar The Apache Software License, Version 2.0

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type License
javax.servlet javax.servlet-api 3.0.1 jar CDDL + GPLv2 with classpath exception
org.apache.tomcat tomcat-servlet-api 7.0.54 jar http://www.apache.org/licenses/LICENSE-2.0.txt and http://www.opensource.org/licenses/cddl1.txt

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Classifier Type License
aopalliance aopalliance 1.0 - jar Public Domain
asm asm 3.3.1 - jar BSD
com.fasterxml.jackson.core jackson-annotations 2.3.0 - jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.core jackson-core 2.3.0 - jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.core jackson-databind 2.3.0 - jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.3.0 - jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.jaxrs jackson-jaxrs-base 2.3.0 - jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider 2.3.0 - jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.jaxrs jackson-jaxrs-xml-provider 2.3.0 - jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.module jackson-module-jaxb-annotations 2.3.0 - jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.google.guava guava 16.0.1 - jar The Apache Software License, Version 2.0
com.google.inject guice 4.0 no_aop jar The Apache Software License, Version 2.0
commons-beanutils commons-beanutils 1.8.3 - jar The Apache Software License, Version 2.0
commons-codec commons-codec 1.11 - jar Apache License, Version 2.0
commons-collections commons-collections 3.2.2 - jar Apache License, Version 2.0
commons-configuration commons-configuration 1.10 - jar The Apache Software License, Version 2.0
commons-digester commons-digester 1.8.1 - jar The Apache Software License, Version 2.0
commons-io commons-io 2.11.0 - jar Apache License, Version 2.0
commons-lang commons-lang 2.6 - jar The Apache Software License, Version 2.0
commons-validator commons-validator 1.3.1 - jar /LICENSE.txt
dom4j dom4j 1.6.1 - jar -
jakarta-regexp jakarta-regexp 1.4 - jar -
javax.annotation javax.annotation-api 1.2 - jar CDDL + GPLv2 with classpath exception
javax.annotation jsr250-api 1.0 - jar COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprise cdi-api 1.0 - jar Apache License, Version 2.0
javax.inject javax.inject 1 - jar The Apache Software License, Version 2.0
javax.jcr jcr 2.0 - jar Day Specification License-Day Specification License addendum
javax.jdo jdo2-api 2.0 - jar -
javax.resource connector-api 1.5 - jar -
javax.transaction transaction-api 1.1 - jar -
javax.xml.stream stax-api 1.0-2 - jar GNU General Public Library-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
jaxen jaxen 1.1 - jar -
jdom jdom 1.0 - jar -
jpox jpox 1.1.9-1 - jar The Apache Software License, Version 2.0
net.java.dev.stax-utils stax-utils 20060502 - jar BSD
net.sf.ehcache ehcache 2.7.5 - jar src/assemble/EHCACHE-CORE-LICENSE.txt
org.apache.ant ant 1.8.3 - jar The Apache Software License, Version 2.0
org.apache.ant ant-launcher 1.8.3 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-checksum 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-common 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-consumer-api 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-filelock 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-indexer 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-maven2-metadata 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-maven2-model 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-model 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-policies 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-proxy 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-proxy-api 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-proxy-common 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-repository-admin-api 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-repository-scanner 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-scheduler-api 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-scheduler-indexing 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-scheduler-repository-api 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva archiva-xml-tools 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva generic-metadata-support 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva maven2-repository 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva metadata-model 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva metadata-model-maven2 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva repository-statistics 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva stage-repository-merge 2.2.9 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-authentication-api 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-authentication-keys 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-authentication-ldap 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-authentication-users 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-authorization-api 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-authorization-rbac 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-common-jdo 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-common-ldap 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-configuration 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-data-management 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-integrations-security 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-keys-api 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-keys-cached 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-keys-jdo 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-policy 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-rbac-cached 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-rbac-jdo 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-rest-api 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-users-api 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-users-cached 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-users-configurable 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-users-jdo 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback redback-users-ldap 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback.components expression-evaluator 2.1 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback.components spring-jdo2 2.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback.components spring-utils 2.1 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback.components.cache spring-cache-api 2.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback.components.cache spring-cache-ehcache 2.2 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback.components.registry spring-registry-api 2.4 - jar The Apache Software License, Version 2.0
org.apache.archiva.redback.components.registry spring-registry-commons 2.4 - jar The Apache Software License, Version 2.0
org.apache.cxf cxf-core 3.0.3 - jar The Apache Software License, Version 2.0
org.apache.cxf cxf-rt-frontend-jaxrs 3.0.3 - jar The Apache Software License, Version 2.0
org.apache.cxf cxf-rt-rs-extension-providers 3.0.3 - jar The Apache Software License, Version 2.0
org.apache.cxf cxf-rt-transports-http 3.0.3 - jar The Apache Software License, Version 2.0
org.apache.geronimo.specs geronimo-jpa_2.0_spec 1.1 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-jcr-commons 2.9.1 - jar The Apache Software License, Version 2.0
org.apache.lucene lucene-core 3.6.2 - jar Apache 2
org.apache.lucene lucene-highlighter 3.6.2 - jar Apache 2
org.apache.lucene lucene-memory 3.6.2 - jar Apache 2
org.apache.lucene lucene-queries 3.6.2 - jar Apache 2
org.apache.maven maven-aether-provider 3.0.5 - jar The Apache Software License, Version 2.0
org.apache.maven maven-artifact 2.0.8 - jar The Apache Software License, Version 2.0
org.apache.maven maven-artifact-manager 2.0.8 - jar The Apache Software License, Version 2.0
org.apache.maven maven-model 3.0.5 - jar The Apache Software License, Version 2.0
org.apache.maven maven-model-builder 3.0.5 - jar The Apache Software License, Version 2.0
org.apache.maven maven-repository-metadata 3.0.5 - jar The Apache Software License, Version 2.0
org.apache.maven.indexer indexer-artifact 5.1.1 - jar The Apache Software License, Version 2.0
org.apache.maven.indexer indexer-core 5.1.1 - jar The Apache Software License, Version 2.0
org.apache.maven.wagon wagon-provider-api 2.9 - jar Apache License, Version 2.0
org.apache.velocity velocity 1.7 - jar The Apache Software License, Version 2.0
org.apache.ws.xmlschema xmlschema-core 2.1.0 - jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-classworlds 2.4 - jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-component-annotations 1.5.5 - jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-digest 1.1 - jar -
org.codehaus.plexus plexus-interpolation 1.14 - jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-utils 3.0.15 - jar The Apache Software License, Version 2.0
org.codehaus.woodstox stax2-api 3.1.1 - jar The BSD License
org.codehaus.woodstox woodstox-core-asl 4.2.0 - jar The Apache Software License, Version 2.0
org.dom4j dom4j 2.1.3 - jar BSD 3-clause New License
org.eclipse.sisu org.eclipse.sisu.inject 0.0.0.M2a - jar Eclipse Public License, Version 1.0
org.eclipse.sisu org.eclipse.sisu.plexus 0.0.0.M2a - jar Eclipse Public License, Version 1.0
org.modelmapper modelmapper 0.7.3 - jar Apache License, Version 2.0
org.slf4j slf4j-api 1.7.36 - jar MIT License
org.sonatype.aether aether-api 1.13.1 - jar Eclipse Public License, Version 1.0
org.sonatype.aether aether-connector-file 1.13.1 - jar Eclipse Public License, Version 1.0
org.sonatype.aether aether-impl 1.13.1 - jar Eclipse Public License, Version 1.0
org.sonatype.aether aether-spi 1.13.1 - jar Eclipse Public License, Version 1.0
org.sonatype.aether aether-util 1.13.1 - jar Eclipse Public License, Version 1.0
org.springframework spring-aop 4.2.9.RELEASE - jar The Apache Software License, Version 2.0
org.springframework spring-context 4.2.9.RELEASE - jar The Apache Software License, Version 2.0
org.springframework spring-expression 4.2.9.RELEASE - jar The Apache Software License, Version 2.0
oro oro 2.0.8 - jar -
rome rome 0.9 - jar The Apache Software License, Version 2.0
xml-apis xml-apis 1.4.01 - jar The Apache Software License, Version 2.0-The SAX License-The W3C License

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type License
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
org.apache.logging.log4j log4j-api 2.17.1 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-core 2.17.1 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-jcl 2.17.1 jar Apache License, Version 2.0

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Classifier Type License
cglib cglib-nodep 2.2.2 - jar ASF 2.0
commons-dbcp commons-dbcp 1.3 - jar The Apache Software License, Version 2.0
commons-httpclient commons-httpclient 3.1 - jar Apache License
commons-pool commons-pool 1.5.4 - jar The Apache Software License, Version 2.0
concurrent concurrent 1.3.4 - jar >http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
joda-time joda-time 1.5.2 - jar Apache 2
org.apache.archiva.redback redback-keys-memory 2.6.2 - jar The Apache Software License, Version 2.0
org.apache.derby derby 10.10.1.1 - jar Apache 2
org.apache.httpcomponents httpclient 4.5.13 - jar Apache License, Version 2.0
org.apache.httpcomponents httpcore 4.4.15 - jar Apache License, Version 2.0
org.apache.jackrabbit jackrabbit-api 2.9.1 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-data 2.9.1 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-data 2.9.1 tests test-jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-spi 2.9.1 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-spi-commons 2.9.1 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-webdav 2.9.1 - jar The Apache Software License, Version 2.0
org.apache.maven.wagon wagon-http-shared 2.9 - jar Apache License, Version 2.0
org.apache.tika tika-core 1.3 - jar The Apache Software License, Version 2.0
org.apache.tomcat tomcat-el-api 7.0.54 - jar Apache License, Version 2.0
org.eclipse.jetty jetty-continuation 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-http 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-jndi 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-servlet 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-webapp 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-xml 8.1.14.v20131031 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty.orbit javax.activation 1.1.0.v201105071233 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty.orbit javax.mail.glassfish 1.4.1.v201005082020 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty.orbit javax.servlet 3.0.0.v201112011016 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty.orbit javax.transaction 1.1.1.v201105210645 - jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.hamcrest hamcrest-core 1.3 - jar New BSD License
org.objenesis objenesis 1.3 - jar Apache 2
org.springframework spring-test 4.2.9.RELEASE - jar The Apache Software License, Version 2.0
xmlunit xmlunit 1.0 - jar -

Project Dependency Graph

Dependency Tree

Licenses

The BSD License: Stax2 API

Eclipse Public License 1.0: JUnit

MIT License: JUL to SLF4J bridge, SLF4J API Module

GPL2 w/ CPE: javax.ws.rs-api

New BSD License: Hamcrest Core

Apache 2: Apache Derby Database Engine and Embedded JDBC Driver, EasyMock, EasyMock Class extension, Joda time, Lucene Core, Lucene Highlighter, Lucene Memory, Lucene Queries, Objenesis

Eclipse Public License, Version 1.0: Aether :: API, Aether :: Connector :: File, Aether :: Implementation, Aether :: SPI, Aether :: Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus

BSD: ASM Core, stax-utils

GNU General Public Library: Streaming API for XML

Public domain, Sun Microsoystems: Dough Lea's util.concurrent package

Unknown: JDO2 API, Plexus Digest / Hashcode Components, connector-api, dom4j, jakarta-regexp, jaxen, jdom, oro, servlet-api, transaction-api, xmlunit

The MIT License: jsoup

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform, Streaming API for XML

Apache License, Version 2.0: Apache Commons Codec, Apache Commons Collections, Apache Commons IO, Apache HttpClient, Apache HttpCore, Apache Log4j 1.x Compatibility API, Apache Log4j API, Apache Log4j Commons Logging Bridge, Apache Log4j Core, Apache Log4j SLF4J Binding, Apache Maven Wagon :: API, Apache Maven Wagon :: Providers :: HTTP Provider, Apache Maven Wagon :: Providers :: HTTP Shared Library, Apache Maven Wagon :: Providers :: Lightweight HTTP Provider, AssertJ fluent assertions, CDI APIs, ModelMapper, tomcat-el-api, tomcat-embed-core, tomcat-embed-logging-juli, tomcat-juli

Apache License, Version 2.0 and Common Development And Distribution License (CDDL) Version 1.0: tomcat-jsp-api, tomcat-servlet-api

Apache Software License - Version 2.0: Jetty :: Continuation, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: JNDI Naming, Jetty :: Plus, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Webapp Application Support, Jetty :: XML utilities, Jetty Orbit :: Activation, Jetty Orbit :: Glassfish Mail, Jetty Orbit :: Servlet API, Jetty Orbit :: Transaction API

GNU Lesser General Public License, Version 2.1: Jackson-JAXRS-JSON, Jackson-JAXRS-XML, Jackson-JAXRS-base, Jackson-annotations, Jackson-core, Jackson-dataformat-XML, Jackson-module-JAXB-annotations, jackson-databind

CDDL 1.1: javax.ws.rs-api

The SAX License: XML Commons External Components XML APIs

Apache License: HttpClient

Day Specification License addendum: Content Repository for JavaTM Technology API

BSD 3-clause New License: dom4j

The W3C License: XML Commons External Components XML APIs

ASF 2.0: Code Generation Library

Day Specification License: Content Repository for JavaTM Technology API

Public Domain: AOP alliance

Eclipse Public License - Version 1.0: Jetty :: Continuation, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: JNDI Naming, Jetty :: Plus, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Webapp Application Support, Jetty :: XML utilities, Jetty Orbit :: Activation, Jetty Orbit :: Glassfish Mail, Jetty Orbit :: Servlet API, Jetty Orbit :: Transaction API

CDDL + GPLv2 with classpath exception: Java Servlet API, javax.annotation API

The Apache Software License, Version 2.0: Apache Ant Core, Apache Ant Launcher, Apache CXF Core, Apache CXF JAX-RS Client, Apache CXF JAX-RS Extensions: Providers, Apache CXF Runtime HTTP Transport, Apache CXF Runtime JAX-RS Frontend, Apache Commons Configuration, Apache Commons Logging, Apache Geronimo JSR-317 JPA 2.0 Spec API, Apache Jackrabbit API, Apache Tika core, Apache Velocity, Archiva Base :: Checksum, Archiva Base :: Common, Archiva Base :: Configuration, Archiva Base :: Consumers :: API, Archiva Base :: FileLock, Archiva Base :: Indexer, Archiva Base :: Maven 2 Metadata, Archiva Base :: Maven 2 Model, Archiva Base :: Model, Archiva Base :: Plexus Bridge, Archiva Base :: Policies, Archiva Base :: Proxy, Archiva Base :: Proxy Api, Archiva Base :: Proxy Common, Archiva Base :: Repository Admin Api, Archiva Base :: Repository Admin Default, Archiva Base :: Repository Interface Layer, Archiva Base :: Repository Scanner, Archiva Base :: Security Common, Archiva Base :: Test Utility, Archiva Base :: XML Tools, Archiva Core Plugins :: Audit Logging, Archiva Core Plugins :: Generic Metadata Support, Archiva Core Plugins :: JCR Storage for Metadata, Archiva Core Plugins :: Maven 2.x Repository Support, Archiva Core Plugins :: Repository Statistics, Archiva Core Plugins :: Stage Repository Merge, Archiva Metadata :: Maven 2 Model, Archiva Metadata :: Model, Archiva Metadata :: Repository API, Archiva Scheduler :: API, Archiva Scheduler :: Indexing, Archiva Scheduler :: Repository Scanning, Archiva Scheduler :: Repository Scanning Api, Archiva Web :: REST support :: Api, Archiva Web :: REST support :: Services, Archiva Web :: RSS, Archiva Web :: Security Configuration, Archiva Web :: Web Common, Archiva Web :: WebDAV, Commons BeanUtils, Commons Compress, Commons DBCP, Commons Digester, Commons Lang, Commons Pool, Expression Evaluator Components, Google Guice - Core Library, Guava: Google Core Libraries for Java, JPOX-Core, Jackrabbit Core, Jackrabbit Data, Jackrabbit JCR Commons, Jackrabbit SPI, Jackrabbit SPI Commons, Jackrabbit WebDAV Library, Jackson-JAXRS-JSON, Jackson-JAXRS-XML, Jackson-JAXRS-base, Jackson-annotations, Jackson-core, Jackson-dataformat-XML, Jackson-module-JAXB-annotations, Maven :: Indexer Artifact Utils, Maven :: Indexer Core, Maven Aether Provider, Maven Artifact, Maven Artifact Manager, Maven Model, Maven Model Builder, Maven Repository Metadata Model, Plexus :: Component Annotations, Plexus Classworlds, Plexus Common Utilities, Plexus Interpolation API, ROME, RSS and atOM utilitiEs for Java, Redback :: Authentication API, Redback :: Authentication Provider :: Keys, Redback :: Authentication Provider :: Ldap, Redback :: Authentication Provider :: Users, Redback :: Authorization API, Redback :: Authorization Provider :: RBAC, Redback :: Configuration, Redback :: Core System, Redback :: Data Management Utilities, Redback :: Integration :: Common, Redback :: Integration :: REST :: Api, Redback :: Integration :: REST :: Services, Redback :: Integration :: Security, Redback :: JDO Common API, Redback :: Key Management API, Redback :: Key Management Provider :: Cached, Redback :: Key Management Provider :: JDO, Redback :: Key Management Provider :: Memory, Redback :: Ldap Common API, Redback :: Policy, Redback :: RBAC Model, Redback :: RBAC Provider :: Cached, Redback :: RBAC Provider :: JDO, Redback :: RBAC Role Manager, Redback :: User Management API, Redback :: Users Provider :: Cached, Redback :: Users Provider :: Configurable, Redback :: Users Provider :: JDO, Redback :: Users Provider :: LDAP, Redback Spring Registry Api, Redback Spring Registry commons-configuration, Spring AOP, Spring Beans, Spring Cache API, Spring Cache Provider :: ehcache, Spring Context, Spring Context Support, Spring Core, Spring Expression Language (SpEL), Spring JDO2 Component, Spring Quartz Component, Spring Task Queue, Spring TestContext Framework, Spring Utils Goodies, Spring Web, Validator, Woodstox, XML Commons External Components XML APIs, Xerces2-j, XmlSchema Core, ehcache, jackson-databind, javax.inject, quartz

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information Sealed
aopalliance-1.0.jar 4.47 kB 15 9 2 1.3 Yes -
asm-3.3.1.jar 43.58 kB 24 23 2 1.2 No -
cglib-nodep-2.2.2.jar 326.92 kB 255 251 9 1.2 Yes -
jackson-annotations-2.3.0.jar 35.06 kB 61 49 1 1.6 Yes -
jackson-core-2.3.0.jar 197.98 kB 109 87 8 1.6 Yes -
jackson-databind-2.3.0.jar 914.03 kB 599 565 20 1.6 Yes -
jackson-dataformat-xml-2.3.0.jar 76.94 kB 64 42 6 1.6 Yes -
jackson-jaxrs-base-2.3.0.jar 24.41 kB 31 16 4 1.6 Yes -
jackson-jaxrs-json-provider-2.3.0.jar 15.31 kB 29 11 2 1.6 Yes -
jackson-jaxrs-xml-provider-2.3.0.jar 14.36 kB 27 9 2 1.6 Yes -
jackson-module-jaxb-annotations-2.3.0.jar 27.60 kB 30 12 3 1.6 Yes -
guava-16.0.1.jar 2.23 MB 1709 1678 17 1.6 Yes -
guice-4.0-no_aop.jar 423.56 kB 344 329 8 1.6 Yes -
commons-beanutils-1.8.3.jar 232.02 kB 155 137 6 1.3 Yes -
commons-codec-1.11.jar 335.04 kB 243 96 7 1.6 Yes -
commons-collections-3.2.2.jar 588.34 kB 484 460 12 1.3 Yes -
commons-configuration-1.10.jar 362.68 kB 219 194 10 1.5 Yes -
commons-dbcp-1.3.jar 148.82 kB 80 62 5 1.4 Yes -
commons-digester-1.8.1.jar 146.11 kB 119 100 6 1.2 Yes -
commons-httpclient-3.1.jar 305.00 kB 183 167 8 1.2 Yes -
commons-io-2.11.0.jar 327.14 kB 224 182 11 1.6 Yes -
commons-lang-2.6.jar 284.22 kB 155 133 10 1.3 Yes -
commons-logging-1.2.jar 61.83 kB 42 28 2 1.2 Yes -
commons-pool-1.5.4.jar 96.22 kB 66 52 2 1.3 Yes -
commons-validator-1.3.1.jar 138.96 kB 93 46 3 1.3 Yes -
concurrent-1.3.4.jar 189.28 kB 230 221 2 1.1 No -
dom4j-1.6.1.jar 313.90 kB 208 190 14 1.3 Yes -
jakarta-regexp-1.4.jar 28.58 kB 22 17 1 1.1 No -
javax.annotation-api-1.2.jar 26.37 kB 29 15 3 1.6 Yes -
jsr250-api-1.0.jar 5.85 kB 16 11 2 1.5 Yes -
cdi-api-1.0.jar 44.91 kB 92 75 7 1.5 Yes -
javax.inject-1.jar 2.50 kB 8 6 1 1.5 No -
jcr-2.0.jar 69.25 kB 138 120 10 1.4 Yes -
jdo2-api-2.0.jar 82.51 kB 100 84 5 1.3 Yes -
connector-api-1.5.jar 36.48 kB 72 62 6 1.4 Yes -
javax.servlet-api-3.0.1.jar 85.35 kB 94 74 4 1.5 Yes -
servlet-api-2.5.jar 105.11 kB 68 42 2 1.5 Yes -
transaction-api-1.1.jar 15.07 kB 24 18 2 1.3 Yes -
javax.ws.rs-api-2.0.jar 112.76 kB 139 125 5 1.6 Yes -
stax-api-1.0-2.jar 23.35 kB 44 37 3 1.5 Yes -
jaxen-1.1.jar 226.53 kB 236 214 17 1.2 Yes -
jdom-1.0.jar 153.25 kB 87 75 8 1.1 Yes -
joda-time-1.5.2.jar 531.33 kB 672 222 7 1.3 Yes -
jpox-1.1.9-1.jar 1.94 MB 951 880 42 1.3 Yes -
junit-4.12.jar 314.93 kB 323 286 30 1.5 Yes -
stax-utils-20060502.jar 128.48 kB 90 82 5 1.3 Yes -
ehcache-2.7.5.jar 6.76 MB 4805 1173 93 1.6 Yes -
ant-1.8.3.jar 1.94 MB 1171 1093 59 1.4 Yes -
ant-launcher-1.8.3.jar 18.43 kB 14 5 1 1.4 Yes -
archiva-checksum-2.2.9.jar 16.42 kB 17 4 1 1.6 Yes -
archiva-common-2.2.9.jar 20.54 kB 23 9 2 1.6 Yes -
archiva-configuration-2.2.9.jar 99.74 kB 63 45 3 1.6 Yes -
archiva-consumer-api-2.2.9.jar 14.79 kB 22 8 2 1.6 Yes -
archiva-filelock-2.2.9.jar 15.92 kB 20 5 1 1.6 Yes -
archiva-indexer-2.2.9.jar 44.63 kB 38 21 3 1.6 Yes -
archiva-maven2-metadata-2.2.9.jar 10.43 kB 15 1 1 1.6 Yes -
archiva-maven2-model-2.2.9.jar 12.94 kB 16 2 1 1.6 Yes -
archiva-model-2.2.9.jar 26.21 kB 26 13 1 1.6 Yes -
archiva-plexus-bridge-2.2.9.jar 16.02 kB 19 4 1 1.6 Yes -
archiva-policies-2.2.9.jar 26.93 kB 32 17 2 1.6 Yes -
archiva-proxy-2.2.9.jar 30.49 kB 19 5 1 1.6 Yes -
archiva-proxy-api-2.2.9.jar 12.19 kB 17 3 1 1.6 Yes -
archiva-proxy-common-2.2.9.jar 16.53 kB 20 5 1 1.6 Yes -
archiva-repository-admin-api-2.2.9.jar 53.75 kB 58 35 10 1.6 Yes -
archiva-repository-admin-default-2.2.9.jar 68.12 kB 39 15 10 1.6 Yes -
archiva-repository-layer-2.2.9.jar 36.92 kB 33 15 5 1.6 Yes -
archiva-repository-scanner-2.2.9.jar 28.57 kB 25 9 2 1.6 Yes -
archiva-rest-api-2.2.9.jar 53.86 kB 59 43 2 1.6 Yes -
archiva-rest-services-2.2.9.jar 117.66 kB 56 39 3 1.6 Yes -
archiva-rss-2.2.9.jar 20.14 kB 21 6 2 1.6 Yes -
archiva-scheduler-api-2.2.9.jar 9.20 kB 15 2 1 1.6 No -
archiva-scheduler-indexing-2.2.9.jar 34.38 kB 27 12 1 1.6 Yes -
archiva-scheduler-repository-2.2.9.jar 21.54 kB 18 3 1 1.6 Yes -
archiva-scheduler-repository-api-2.2.9.jar 12.45 kB 17 2 1 1.6 Yes -
archiva-security-2.2.9.jar 21.30 kB 22 8 1 1.6 Yes -
archiva-security-common-2.2.9.jar 10.91 kB 17 1 1 1.6 Yes -
archiva-test-utils-2.2.9.jar 9.94 kB 17 3 1 1.6 Yes -
archiva-webdav-2.2.9.jar 68.81 kB 34 18 2 1.6 Yes -
archiva-xml-tools-2.2.9.jar 22.83 kB 19 6 1 1.6 Yes -
audit-2.2.9.jar 18.65 kB 22 8 1 1.6 Yes -
generic-metadata-support-2.2.9.jar 11.02 kB 17 2 1 1.6 Yes -
maven2-repository-2.2.9.jar 80.23 kB 55 32 3 1.6 Yes -
metadata-model-2.2.9.jar 29.79 kB 32 17 2 1.6 Yes -
metadata-model-maven2-2.2.9.jar 9.69 kB 16 1 1 1.6 Yes -
metadata-repository-api-2.2.9.jar 36.78 kB 44 24 4 1.6 Yes -
metadata-store-jcr-2.2.9.jar 34.26 kB 20 3 1 1.6 Yes -
repository-statistics-2.2.9.jar 22.68 kB 22 6 1 1.6 Yes -
stage-repository-merge-2.2.9.jar 18.08 kB 18 3 1 1.6 Yes -
redback-authentication-api-2.6.2.jar 28.76 kB 32 17 1 1.6 Yes -
redback-authentication-keys-2.6.2.jar 12.20 kB 17 1 1 1.6 Yes -
redback-authentication-ldap-2.6.2.jar 14.04 kB 17 1 1 1.6 Yes -
redback-authentication-users-2.6.2.jar 13.00 kB 17 1 1 1.6 Yes -
redback-authorization-api-2.6.2.jar 12.76 kB 21 7 1 1.6 Yes -
redback-authorization-rbac-2.6.2.jar 15.78 kB 21 4 2 1.6 Yes -
redback-common-integrations-2.6.2.jar 86.85 kB 75 40 11 1.6 Yes -
redback-common-jdo-2.6.2.jar 14.30 kB 19 2 2 1.6 Yes -
redback-common-ldap-2.6.2.jar 43.97 kB 35 16 4 1.6 Yes -
redback-configuration-2.6.2.jar 18.59 kB 20 4 1 1.6 Yes -
redback-data-management-2.6.2.jar 15.27 kB 17 2 1 1.6 Yes -
redback-integrations-security-2.6.2.jar 10.87 kB 19 1 1 1.6 No -
redback-keys-api-2.6.2.jar 12.47 kB 19 5 1 1.6 Yes -
redback-keys-cached-2.6.2.jar 12.00 kB 17 1 1 1.6 Yes -
redback-keys-jdo-2.6.2.jar 38.98 kB 27 7 2 1.6 Yes -
redback-keys-memory-2.6.2.jar 12.37 kB 18 2 1 1.6 Yes -
redback-policy-2.6.2.jar 42.15 kB 49 32 3 1.6 Yes -
redback-rbac-cached-2.6.2.jar 16.61 kB 17 1 1 1.6 Yes -
redback-rbac-jdo-2.6.2.jar 75.54 kB 31 12 2 1.6 Yes -
redback-rbac-model-2.6.2.jar 26.90 kB 31 17 1 1.6 Yes -
redback-rbac-role-manager-2.6.2.jar 62.34 kB 43 21 7 1.6 Yes -
redback-rest-api-2.6.2.jar 1.19 MB 133 24 2 1.6 Yes -
redback-rest-services-2.6.2.jar 77.03 kB 40 22 3 1.6 Yes -
redback-rest-services-2.6.2-tests.jar 47.27 kB 38 15 2 1.6 Yes -
redback-system-2.6.2.jar 16.12 kB 22 6 2 1.6 Yes -
redback-users-api-2.6.2.jar 17.49 kB 25 10 1 1.6 Yes -
redback-users-cached-2.6.2.jar 13.16 kB 17 1 1 1.6 Yes -
redback-users-configurable-2.6.2.jar 12.00 kB 17 1 1 1.6 Yes -
redback-users-jdo-2.6.2.jar 49.46 kB 31 9 2 1.6 Yes -
redback-users-ldap-2.6.2.jar 26.73 kB 25 7 3 1.6 Yes -
expression-evaluator-2.1.jar 13.97 kB 22 6 2 1.6 Yes -
spring-jdo2-2.2.jar 24.79 kB 25 9 1 1.6 Yes -
spring-quartz-2.1.jar 21.44 kB 25 8 2 1.6 Yes -
spring-taskqueue-2.1.jar 23.61 kB 31 14 2 1.6 Yes -
spring-utils-2.1.jar 14.85 kB 19 2 2 1.6 Yes -
spring-cache-api-2.2.jar 22.89 kB 34 15 4 1.6 Yes -
spring-cache-ehcache-2.2.jar 17.34 kB 21 3 1 1.6 Yes -
spring-registry-api-2.4.jar 10.54 kB 18 3 1 1.6 Yes -
spring-registry-commons-2.4.jar 17.26 kB 19 2 1 1.6 Yes -
commons-compress-1.2.jar 168.60 kB 105 81 11 1.4 Yes -
cxf-core-3.0.3.jar 1.33 MB 944 784 74 1.6 Yes -
cxf-rt-frontend-jaxrs-3.0.3.jar 583.81 kB 279 232 18 1.6 Yes -
cxf-rt-rs-client-3.0.3.jar 150.46 kB 83 55 5 1.6 Yes -
cxf-rt-rs-extension-providers-3.0.3.jar 97.51 kB 66 43 8 1.6 Yes -
cxf-rt-transports-http-3.0.3.jar 259.25 kB 168 123 12 1.6 Yes -
derby-10.10.1.1.jar 2.83 MB 1644 1584 100 1.6 No sealed
Total Size Entries Classes Packages Java Version Debug Information Sealed
134 29.35 MB 20476 13573 882 1.6 127 1
compile: 115 compile: 23.82 MB compile: 16493 compile: 10412 compile: 677 - compile: 110 -
test: 17 test: 5.38 MB test: 3847 test: 3059 test: 199 - test: 15 test: 1
runtime: 1 runtime: 61.83 kB runtime: 42 runtime: 28 runtime: 2 - runtime: 1 -
provided: 1 provided: 85.35 kB provided: 94 provided: 74 provided: 4 - provided: 1 -

Dependency Repository Locations

Repo ID URL Release Snapshot
central https://repo.maven.apache.org/maven2 Yes No

Repository locations for each of the Dependencies.

Artifact local-repository
aopalliance:aopalliance:jar:1.0 Found at http://localhost:8081/repository/maven-public/
asm:asm:jar:3.3.1 Found at http://localhost:8081/repository/maven-public/
cglib:cglib-nodep:jar:2.2.2 Found at http://localhost:8081/repository/maven-public/
com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0 Found at http://localhost:8081/repository/maven-public/
com.fasterxml.jackson.core:jackson-core:jar:2.3.0 Found at http://localhost:8081/repository/maven-public/
com.fasterxml.jackson.core:jackson-databind:jar:2.3.0 Found at http://localhost:8081/repository/maven-public/
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.3.0 Found at http://localhost:8081/repository/maven-public/
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.0 Found at http://localhost:8081/repository/maven-public/
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.0 Found at http://localhost:8081/repository/maven-public/
com.fasterxml.jackson.jaxrs:jackson-jaxrs-xml-provider:jar:2.3.0 Found at http://localhost:8081/repository/maven-public/
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.0 Found at http://localhost:8081/repository/maven-public/
com.google.guava:guava:jar:16.0.1 Found at http://localhost:8081/repository/maven-public/
com.google.inject:guice:jar:no_aop:4.0 Found at http://localhost:8081/repository/maven-public/
commons-beanutils:commons-beanutils:jar:1.8.3 Found at http://localhost:8081/repository/maven-public/
commons-codec:commons-codec:jar:1.11 Found at http://localhost:8081/repository/maven-public/
commons-collections:commons-collections:jar:3.2.2 Found at http://localhost:8081/repository/maven-public/
commons-configuration:commons-configuration:jar:1.10 Found at http://localhost:8081/repository/maven-public/
commons-dbcp:commons-dbcp:jar:1.3 Found at http://localhost:8081/repository/maven-public/
commons-digester:commons-digester:jar:1.8.1 Found at http://localhost:8081/repository/maven-public/
commons-httpclient:commons-httpclient:jar:3.1 Found at http://localhost:8081/repository/maven-public/
commons-io:commons-io:jar:2.11.0 Found at http://localhost:8081/repository/maven-public/
commons-lang:commons-lang:jar:2.6 Found at http://localhost:8081/repository/maven-public/
commons-logging:commons-logging:jar:1.2 Found at http://localhost:8081/repository/maven-public/
commons-pool:commons-pool:jar:1.5.4 Found at http://localhost:8081/repository/maven-public/
commons-validator:commons-validator:jar:1.3.1 Found at http://localhost:8081/repository/maven-public/
concurrent:concurrent:jar:1.3.4 Found at http://localhost:8081/repository/maven-public/
dom4j:dom4j:jar:1.6.1 Found at http://localhost:8081/repository/maven-public/
jakarta-regexp:jakarta-regexp:jar:1.4 Found at http://localhost:8081/repository/maven-public/
javax.annotation:javax.annotation-api:jar:1.2 Found at http://localhost:8081/repository/maven-public/
javax.annotation:jsr250-api:jar:1.0 Found at http://localhost:8081/repository/maven-public/
javax.enterprise:cdi-api:jar:1.0 Found at http://localhost:8081/repository/maven-public/
javax.inject:javax.inject:jar:1 Found at http://localhost:8081/repository/maven-public/
javax.jcr:jcr:jar:2.0 Found at http://localhost:8081/repository/maven-public/
javax.jdo:jdo2-api:jar:2.0 Found at http://localhost:8081/repository/maven-public/
javax.resource:connector-api:jar:1.5 Found at http://localhost:8081/repository/maven-public/
javax.servlet:javax.servlet-api:jar:3.0.1 Found at http://localhost:8081/repository/maven-public/
javax.servlet:servlet-api:jar:2.5 Found at http://localhost:8081/repository/maven-public/
javax.transaction:transaction-api:jar:1.1 Found at http://localhost:8081/repository/maven-public/
javax.ws.rs:javax.ws.rs-api:jar:2.0 Found at http://localhost:8081/repository/maven-public/
javax.xml.stream:stax-api:jar:1.0-2 Found at http://localhost:8081/repository/maven-public/
jaxen:jaxen:jar:1.1 Found at http://localhost:8081/repository/maven-public/
jdom:jdom:jar:1.0 Found at http://localhost:8081/repository/maven-public/
joda-time:joda-time:jar:1.5.2 Found at http://localhost:8081/repository/maven-public/
jpox:jpox:jar:1.1.9-1 Found at http://localhost:8081/repository/maven-public/
junit:junit:jar:4.12 Found at http://localhost:8081/repository/maven-public/
net.java.dev.stax-utils:stax-utils:jar:20060502 Found at http://localhost:8081/repository/maven-public/
net.sf.ehcache:ehcache:jar:2.7.5 Found at http://localhost:8081/repository/maven-public/
org.apache.ant:ant:jar:1.8.3 Found at http://localhost:8081/repository/maven-public/
org.apache.ant:ant-launcher:jar:1.8.3 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva:archiva-checksum:jar:2.2.9 -
org.apache.archiva:archiva-common:jar:2.2.9 -
org.apache.archiva:archiva-configuration:jar:2.2.9 -
org.apache.archiva:archiva-consumer-api:jar:2.2.9 -
org.apache.archiva:archiva-filelock:jar:2.2.9 -
org.apache.archiva:archiva-indexer:jar:2.2.9 -
org.apache.archiva:archiva-maven2-metadata:jar:2.2.9 -
org.apache.archiva:archiva-maven2-model:jar:2.2.9 -
org.apache.archiva:archiva-model:jar:2.2.9 -
org.apache.archiva:archiva-plexus-bridge:jar:2.2.9 -
org.apache.archiva:archiva-policies:jar:2.2.9 -
org.apache.archiva:archiva-proxy:jar:2.2.9 -
org.apache.archiva:archiva-proxy-api:jar:2.2.9 -
org.apache.archiva:archiva-proxy-common:jar:2.2.9 -
org.apache.archiva:archiva-repository-admin-api:jar:2.2.9 -
org.apache.archiva:archiva-repository-admin-default:jar:2.2.9 -
org.apache.archiva:archiva-repository-layer:jar:2.2.9 -
org.apache.archiva:archiva-repository-scanner:jar:2.2.9 -
org.apache.archiva:archiva-rest-api:jar:2.2.9 -
org.apache.archiva:archiva-rest-services:jar:2.2.9 -
org.apache.archiva:archiva-rss:jar:2.2.9 -
org.apache.archiva:archiva-scheduler-api:jar:2.2.9 -
org.apache.archiva:archiva-scheduler-indexing:jar:2.2.9 -
org.apache.archiva:archiva-scheduler-repository:jar:2.2.9 -
org.apache.archiva:archiva-scheduler-repository-api:jar:2.2.9 -
org.apache.archiva:archiva-security:jar:2.2.9 -
org.apache.archiva:archiva-security-common:jar:2.2.9 -
org.apache.archiva:archiva-test-utils:jar:2.2.9 -
org.apache.archiva:archiva-webdav:jar:2.2.9 -
org.apache.archiva:archiva-xml-tools:jar:2.2.9 -
org.apache.archiva:audit:jar:2.2.9 -
org.apache.archiva:generic-metadata-support:jar:2.2.9 -
org.apache.archiva:maven2-repository:jar:2.2.9 -
org.apache.archiva:metadata-model:jar:2.2.9 -
org.apache.archiva:metadata-model-maven2:jar:2.2.9 -
org.apache.archiva:metadata-repository-api:jar:2.2.9 -
org.apache.archiva:metadata-store-jcr:jar:2.2.9 -
org.apache.archiva:repository-statistics:jar:2.2.9 -
org.apache.archiva:stage-repository-merge:jar:2.2.9 -
org.apache.archiva.redback:redback-authentication-api:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-authentication-keys:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-authentication-ldap:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-authentication-users:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-authorization-api:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-authorization-rbac:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-common-integrations:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-common-jdo:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-common-ldap:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-configuration:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-data-management:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-integrations-security:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-keys-api:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-keys-cached:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-keys-jdo:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-keys-memory:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-policy:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-rbac-cached:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-rbac-jdo:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-rbac-model:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-rbac-role-manager:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-rest-api:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-rest-services:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-rest-services:jar:tests:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-system:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-users-api:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-users-cached:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-users-configurable:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-users-jdo:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback:redback-users-ldap:jar:2.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback.components:expression-evaluator:jar:2.1 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback.components:spring-jdo2:jar:2.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback.components:spring-quartz:jar:2.1 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback.components:spring-taskqueue:jar:2.1 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback.components:spring-utils:jar:2.1 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback.components.cache:spring-cache-api:jar:2.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback.components.cache:spring-cache-ehcache:jar:2.2 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback.components.registry:spring-registry-api:jar:2.4 Found at http://localhost:8081/repository/maven-public/
org.apache.archiva.redback.components.registry:spring-registry-commons:jar:2.4 Found at http://localhost:8081/repository/maven-public/
org.apache.commons:commons-compress:jar:1.2 Found at http://localhost:8081/repository/maven-public/
org.apache.cxf:cxf-core:jar:3.0.3 Found at http://localhost:8081/repository/maven-public/
org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.3 Found at http://localhost:8081/repository/maven-public/
org.apache.cxf:cxf-rt-rs-client:jar:3.0.3 Found at http://localhost:8081/repository/maven-public/
org.apache.cxf:cxf-rt-rs-extension-providers:jar:3.0.3 Found at http://localhost:8081/repository/maven-public/
org.apache.cxf:cxf-rt-transports-http:jar:3.0.3 Found at http://localhost:8081/repository/maven-public/
org.apache.derby:derby:jar:10.10.1.1 Found at http://localhost:8081/repository/maven-public/
org.apache.geronimo.specs:geronimo-jpa_2.0_spec:jar:1.1 Found at http://localhost:8081/repository/maven-public/
org.apache.httpcomponents:httpclient:jar:4.5.13 Found at http://localhost:8081/repository/maven-public/
org.apache.httpcomponents:httpcore:jar:4.4.15 Found at http://localhost:8081/repository/maven-public/
org.apache.jackrabbit:jackrabbit-api:jar:2.9.1 Found at http://localhost:8081/repository/maven-public/
org.apache.jackrabbit:jackrabbit-core:jar:2.9.1 Found at http://localhost:8081/repository/maven-public/
org.apache.jackrabbit:jackrabbit-data:jar:2.9.1 Found at http://localhost:8081/repository/maven-public/
org.apache.jackrabbit:jackrabbit-data:test-jar:tests:2.9.1 Found at http://localhost:8081/repository/maven-public/
org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.9.1 Found at http://localhost:8081/repository/maven-public/
org.apache.jackrabbit:jackrabbit-spi:jar:2.9.1 Found at http://localhost:8081/repository/maven-public/
org.apache.jackrabbit:jackrabbit-spi-commons:jar:2.9.1 Found at http://localhost:8081/repository/maven-public/
org.apache.jackrabbit:jackrabbit-webdav:jar:2.9.1 Found at http://localhost:8081/repository/maven-public/
org.apache.logging.log4j:log4j-1.2-api:jar:2.17.1 Found at http://localhost:8081/repository/maven-public/
org.apache.logging.log4j:log4j-api:jar:2.17.1 Found at http://localhost:8081/repository/maven-public/
org.apache.logging.log4j:log4j-core:jar:2.17.1 Found at http://localhost:8081/repository/maven-public/
org.apache.logging.log4j:log4j-jcl:jar:2.17.1 Found at http://localhost:8081/repository/maven-public/
org.apache.logging.log4j:log4j-slf4j-impl:jar:2.17.1 Found at http://localhost:8081/repository/maven-public/
org.apache.lucene:lucene-core:jar:3.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.lucene:lucene-highlighter:jar:3.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.lucene:lucene-memory:jar:3.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.lucene:lucene-queries:jar:3.6.2 Found at http://localhost:8081/repository/maven-public/
org.apache.maven:maven-aether-provider:jar:3.0.5 Found at http://localhost:8081/repository/maven-public/
org.apache.maven:maven-artifact:jar:2.0.8 Found at http://localhost:8081/repository/maven-public/
org.apache.maven:maven-artifact-manager:jar:2.0.8 Found at http://localhost:8081/repository/maven-public/
org.apache.maven:maven-model:jar:3.0.5 Found at http://localhost:8081/repository/maven-public/
org.apache.maven:maven-model-builder:jar:3.0.5 Found at http://localhost:8081/repository/maven-public/
org.apache.maven:maven-repository-metadata:jar:3.0.5 Found at http://localhost:8081/repository/maven-public/
org.apache.maven.indexer:indexer-artifact:jar:5.1.1 Found at http://localhost:8081/repository/maven-public/
org.apache.maven.indexer:indexer-core:jar:5.1.1 Found at http://localhost:8081/repository/maven-public/
org.apache.maven.wagon:wagon-http:jar:2.9 Found at http://localhost:8081/repository/maven-public/
org.apache.maven.wagon:wagon-http-lightweight:jar:2.9 Found at http://localhost:8081/repository/maven-public/
org.apache.maven.wagon:wagon-http-shared:jar:2.9 Found at http://localhost:8081/repository/maven-public/
org.apache.maven.wagon:wagon-provider-api:jar:2.9 Found at http://localhost:8081/repository/maven-public/
org.apache.tika:tika-core:jar:1.3 Found at http://localhost:8081/repository/maven-public/
org.apache.tomcat:tomcat-el-api:jar:7.0.54 Found at http://localhost:8081/repository/maven-public/
org.apache.tomcat:tomcat-jsp-api:jar:7.0.54 Found at http://localhost:8081/repository/maven-public/
org.apache.tomcat:tomcat-juli:jar:7.0.54 Found at http://localhost:8081/repository/maven-public/
org.apache.tomcat:tomcat-servlet-api:jar:7.0.54 Found at http://localhost:8081/repository/maven-public/
org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.54 Found at http://localhost:8081/repository/maven-public/
org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:7.0.54 Found at http://localhost:8081/repository/maven-public/
org.apache.velocity:velocity:jar:1.7 Found at http://localhost:8081/repository/maven-public/
org.apache.ws.xmlschema:xmlschema-core:jar:2.1.0 Found at http://localhost:8081/repository/maven-public/
org.assertj:assertj-core:jar:1.7.1 Found at http://localhost:8081/repository/maven-public/
org.codehaus.plexus:plexus-classworlds:jar:2.4 Found at http://localhost:8081/repository/maven-public/
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 Found at http://localhost:8081/repository/maven-public/
org.codehaus.plexus:plexus-digest:jar:1.1 Found at http://localhost:8081/repository/maven-public/
org.codehaus.plexus:plexus-interpolation:jar:1.14 Found at http://localhost:8081/repository/maven-public/
org.codehaus.plexus:plexus-utils:jar:3.0.15 Found at http://localhost:8081/repository/maven-public/
org.codehaus.woodstox:stax2-api:jar:3.1.1 Found at http://localhost:8081/repository/maven-public/
org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0 Found at http://localhost:8081/repository/maven-public/
org.dom4j:dom4j:jar:2.1.3 Found at http://localhost:8081/repository/maven-public/
org.easymock:easymock:jar:3.2 Found at http://localhost:8081/repository/maven-public/
org.easymock:easymockclassextension:jar:3.2 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-continuation:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-http:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-io:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-jndi:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-plus:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-security:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-server:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-servlet:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-util:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-webapp:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty:jetty-xml:jar:8.1.14.v20131031 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.v201105071233 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.v201005082020 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016 Found at http://localhost:8081/repository/maven-public/
org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.v201105210645 Found at http://localhost:8081/repository/maven-public/
org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M2a Found at http://localhost:8081/repository/maven-public/
org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M2a Found at http://localhost:8081/repository/maven-public/
org.hamcrest:hamcrest-core:jar:1.3 Found at http://localhost:8081/repository/maven-public/
org.jsoup:jsoup:jar:1.7.2 Found at http://localhost:8081/repository/maven-public/
org.modelmapper:modelmapper:jar:0.7.3 Found at http://localhost:8081/repository/maven-public/
org.objenesis:objenesis:jar:1.3 Found at http://localhost:8081/repository/maven-public/
org.quartz-scheduler:quartz:jar:2.2.1 Found at http://localhost:8081/repository/maven-public/
org.slf4j:jul-to-slf4j:jar:1.7.36 Found at http://localhost:8081/repository/maven-public/
org.slf4j:slf4j-api:jar:1.7.36 Found at http://localhost:8081/repository/maven-public/
org.sonatype.aether:aether-api:jar:1.13.1 Found at http://localhost:8081/repository/maven-public/
org.sonatype.aether:aether-connector-file:jar:1.13.1 Found at http://localhost:8081/repository/maven-public/
org.sonatype.aether:aether-impl:jar:1.13.1 Found at http://localhost:8081/repository/maven-public/
org.sonatype.aether:aether-spi:jar:1.13.1 Found at http://localhost:8081/repository/maven-public/
org.sonatype.aether:aether-util:jar:1.13.1 Found at http://localhost:8081/repository/maven-public/
org.springframework:spring-aop:jar:4.2.9.RELEASE Found at http://localhost:8081/repository/maven-public/
org.springframework:spring-beans:jar:4.2.9.RELEASE Found at http://localhost:8081/repository/maven-public/
org.springframework:spring-context:jar:4.2.9.RELEASE Found at http://localhost:8081/repository/maven-public/
org.springframework:spring-context-support:jar:4.2.9.RELEASE Found at http://localhost:8081/repository/maven-public/
org.springframework:spring-core:jar:4.2.9.RELEASE Found at http://localhost:8081/repository/maven-public/
org.springframework:spring-expression:jar:4.2.9.RELEASE Found at http://localhost:8081/repository/maven-public/
org.springframework:spring-test:jar:4.2.9.RELEASE Found at http://localhost:8081/repository/maven-public/
org.springframework:spring-web:jar:4.2.9.RELEASE Found at http://localhost:8081/repository/maven-public/
oro:oro:jar:2.0.8 Found at http://localhost:8081/repository/maven-public/
rome:rome:jar:0.9 Found at http://localhost:8081/repository/maven-public/
xerces:xercesImpl:jar:2.12.2 Found at http://localhost:8081/repository/maven-public/
xml-apis:xml-apis:jar:1.4.01 Found at http://localhost:8081/repository/maven-public/
xmlunit:xmlunit:jar:1.0 Found at http://localhost:8081/repository/maven-public/
Total local-repository
228 (compile: 161, test: 61, runtime: 4, provided: 2) 189