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

META-INF.maven.com.minlia.cross.minlia-cross.pom.xml Maven / Gradle / Ivy

There is a newer version: 1.0.9.RELEASE
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<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>com.minlia.cloud</groupId>
    <artifactId>minlia-cloud-parent</artifactId>
    <version>1.0.2.RELEASE</version>
  </parent>

  <groupId>com.minlia.cross</groupId>
  <artifactId>minlia-cross</artifactId>
  <version>1.0.7.RELEASE</version>
  <name>Minlia Cross</name>


  <dependencies>

    <dependency>
      <groupId>com.minlia.cloud</groupId>
      <artifactId>minlia-cloud-common</artifactId>
      <version>1.0.2.RELEASE</version>
    </dependency>

    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
    </dependency>

    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
    </dependency>


    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
    </dependency>

    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-aop</artifactId>
    </dependency>

    <dependency>
      <groupId>org.aspectj</groupId>
      <artifactId>aspectjrt</artifactId>
    </dependency>

    <dependency>
      <groupId>org.aspectj</groupId>
      <artifactId>aspectjweaver</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-aspects</artifactId>
    </dependency>


  </dependencies>



  <scm>
    <connection>
      scm:git:https://github.com/minlia-projects/minlia-cross.git
    </connection>
    <developerConnection>
      scm:git:https://github.com/minlia-projects/minlia-cross.git
    </developerConnection>
    <url>https://github.com/minlia-projects/minlia-cross</url>
    <tag>1.0.7.RELEASE</tag>
  </scm>

  <developers>
    <developer>
      <name>will</name>
      <email>[email protected]</email>
      <organization>minlia</organization>
      <organizationUrl>https://www.minlia.com</organizationUrl>
    </developer>
  </developers>

</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy