Maven Repository - POM file for Spring composite-spring-web 6.1 6.1

Summary

composite-spring-web.

Collection of the standard spring web dependencies.

Declaration

Here is the list of declaration for composite-spring-web. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>nz.ac.auckland.composite</groupId>
   <artifactId>composite-spring-web</artifactId>
   <version>6.1</version>
</dependency>

If you think this Maven repository POM file listing for composite-spring-web is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The composite-spring-web-6.1 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Springspring-web 4.0.5.RELEASE
Spring Web
9




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  
  <parent>
    <groupId>nz.ac.auckland.groupapps.parent</groupId>
    <artifactId>parent-groupapps-central</artifactId>
    <version>1.3</version>
  </parent>
  
  <groupId>nz.ac.auckland.composite</groupId>
  <artifactId>composite-spring-web</artifactId>
  <version>6.1</version>
  <packaging>jar</packaging>
  <name>composite-spring-web</name>
  
  <description>
    Collection of the standard spring web dependencies 
  </description>

  <scm>
    <url>https://github.com/uoa-group-applications/composite-spring-web</url>
    <connection>scm:git:https://github.com/uoa-group-applications/composite-spring-web.git</connection>
    <developerConnection>scm:git:git@github.com:uoa-group-applications/composite-spring-web.git</developerConnection>
    <tag>composite-spring-web-6.1</tag>
  </scm>
  
  <dependencies>
  
    <dependency>
      <groupId>nz.ac.auckland.composite</groupId>
      <artifactId>composite-spring</artifactId>
      <version>[6.1,7)</version>
    </dependency>
    
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>4.0.5.RELEASE</version>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    
  </dependencies>
</project>