All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.THIRD-PARTY.txt Maven / Gradle / Ivy

Go to download

This plugin provides integration between Spring and Maven. Plugin goals support loading an arbitrary Spring context XML file as part of the Maven build lifecycle. The XML file can be on the local file system or be accessible via any URL Spring's resource loading mechanism can understand. Spring's "classpath:context.xml" style notation is supported. From version 2.0.0 on, annotated Java classes can also be used to load a Spring context. The full set of Maven properties are injected into the Spring context (both XML and annotation style) as a bean named "mavenProperties". Maven properties are also registered as a top level PropertySource so that Spring's placeholder resolution framework automatically considers them. See Project Reports -> Plugin Documentation for details on plugin goals.

There is a newer version: 3.1.0
Show newest version
List of third-party dependencies grouped by their license type.

Apache Software License - Version 2.0 : 
  * Commons BeanUtils (commons-beanutils:commons-beanutils:1.8.3 - http://commons.apache.org/beanutils/)
  * Commons IO (commons-io:commons-io:1.3.2 - http://jakarta.apache.org/commons/io/)
  * Commons IO (commons-io:commons-io:2.4 - http://commons.apache.org/io/)
  * Apache Log4j (log4j:log4j:1.2.16 - http://logging.apache.org/log4j/1.2/)
  * Commons Lang (org.apache.commons:commons-lang3:3.1 - http://commons.apache.org/lang/)
  * Maven Aether Provider (org.apache.maven:maven-aether-provider:3.0.4 - http://maven.apache.org/ref/3.0.4//maven-aether-provider)
  * Maven Artifact (org.apache.maven:maven-artifact:3.0.4 - http://maven.apache.org/ref/3.0.4//maven-artifact)
  * Maven Compat (org.apache.maven:maven-compat:3.0.4 - http://maven.apache.org/ref/3.0.4//maven-compat)
  * Maven Core (org.apache.maven:maven-core:3.0.4 - http://maven.apache.org/ref/3.0.4//maven-core)
  * Maven Model (org.apache.maven:maven-model:3.0.4 - http://maven.apache.org/ref/3.0.4//maven-model)
  * Maven Model Builder (org.apache.maven:maven-model-builder:3.0.4 - http://maven.apache.org/ref/3.0.4//maven-model-builder)
  * Maven Plugin API (org.apache.maven:maven-plugin-api:3.0.4 - http://maven.apache.org/ref/3.0.4//maven-plugin-api)
  * Maven Repository Metadata Model (org.apache.maven:maven-repository-metadata:3.0.4 - http://maven.apache.org/ref/3.0.4//maven-repository-metadata)
  * Maven Settings (org.apache.maven:maven-settings:3.0.4 - http://maven.apache.org/ref/3.0.4//maven-settings)
  * Maven Settings Builder (org.apache.maven:maven-settings-builder:3.0.4 - http://maven.apache.org/ref/3.0.4//maven-settings-builder)
  * Apache Maven Wagon :: API (org.apache.maven.wagon:wagon-provider-api:2.2 - http://maven.apache.org/wagon//wagon-provider-api)
  * Plexus Classworlds (org.codehaus.plexus:plexus-classworlds:2.4 - http://plexus.codehaus.org/plexus-classworlds/)
  * Plexus :: Component Annotations (org.codehaus.plexus:plexus-component-annotations:1.5.5 - http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/)
  * Plexus Interpolation API (org.codehaus.plexus:plexus-interpolation:1.14 - http://plexus.codehaus.org/plexus-components/plexus-interpolation)
  * Plexus Common Utilities (org.codehaus.plexus:plexus-utils:2.0.6 - http://plexus.codehaus.org/plexus-utils)
  * JASYPT: Java Simplified Encryption (org.jasypt:jasypt:1.9.0 - http://www.jasypt.org)
  * Plexus Cipher: encryption/decryption Component (org.sonatype.plexus:plexus-cipher:1.4 - http://spice.sonatype.org/plexus-cipher)
  * Plexus Security Dispatcher Component (org.sonatype.plexus:plexus-sec-dispatcher:1.3 - http://spice.sonatype.org/plexus-sec-dispatcher)
  * Sisu Guava - Core Library (org.sonatype.sisu:sisu-guava:0.9.9 - http://code.google.com/p/guava-libraries/sisu-guava/)
  * Sisu Guice - Core Library (org.sonatype.sisu:sisu-guice:3.1.0 - http://code.google.com/p/google-guice/sisu-guice/)
  * Sisu-Inject-Bean : Aggregate OSGi bundle (org.sonatype.sisu:sisu-inject-bean:2.3.0 - http://sisu.sonatype.org/sisu-inject/containers/guice-bean/sisu-inject-bean/)
  * Spring AOP (org.springframework:spring-aop:3.2.0.RELEASE - https://github.com/SpringSource/spring-framework)
  * Spring Beans (org.springframework:spring-beans:3.2.0.RELEASE - https://github.com/SpringSource/spring-framework)
  * Spring Context (org.springframework:spring-context:3.2.0.RELEASE - https://github.com/SpringSource/spring-framework)
  * Spring Core (org.springframework:spring-core:3.2.0.RELEASE - https://github.com/SpringSource/spring-framework)
  * Spring Expression Language (SpEL) (org.springframework:spring-expression:3.2.0.RELEASE - https://github.com/SpringSource/spring-framework)

BSD License : 
  * Hamcrest Core (org.hamcrest:hamcrest-core:1.1 - no url defined)

Common Public License - Version 1.0 : 
  * JUnit (junit:junit:4.10 - http://junit.org)

Eclipse Public License - Version 1.0 : 
  * Aether :: API (org.sonatype.aether:aether-api:1.13.1 - http://aether.sonatype.org/aether-api/)
  * Aether :: Implementation (org.sonatype.aether:aether-impl:1.13.1 - http://aether.sonatype.org/aether-impl/)
  * Aether :: SPI (org.sonatype.aether:aether-spi:1.13.1 - http://aether.sonatype.org/aether-spi/)
  * Aether :: Utilities (org.sonatype.aether:aether-util:1.13.1 - http://aether.sonatype.org/aether-util/)
  * Sisu-Inject-Bean : Aggregate OSGi bundle (org.sonatype.sisu:sisu-inject-bean:2.3.0 - http://sisu.sonatype.org/sisu-inject/containers/guice-bean/sisu-inject-bean/)
  * Sisu-Inject-Plexus : Aggregate OSGi bundle (org.sonatype.sisu:sisu-inject-plexus:2.3.0 - http://sisu.sonatype.org/sisu-inject/containers/guice-bean/guice-plexus/sisu-inject-plexus/)

Educational Community License - Version 2.0 : 
  * Kuali Util (org.kuali.common:kuali-util:2.0.2 - http://site.kuali.org/common/kuali-util/2.0.2)

MIT License : 
  * JCL 1.1.1 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.6.4 - http://www.slf4j.org)
  * SLF4J API Module (org.slf4j:slf4j-api:1.6.4 - http://www.slf4j.org)
  * SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.6.4 - http://www.slf4j.org)

Public Domain : 
  * AOP alliance (aopalliance:aopalliance:1.0 - http://aopalliance.sourceforge.net)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy