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

META-INF.maven.net.guerlab.smart.article.smart-article-service.pom.xml Maven / Gradle / Ivy

There is a newer version: 21.5.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>net.guerlab.smart.article</groupId>
    <artifactId>smart-article-parent</artifactId>
    <version>1.0.1</version>
  </parent>
  <groupId>net.guerlab.smart.article</groupId>
  <artifactId>smart-article-service</artifactId>
  <version>1.0.1</version>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE Version 3</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
    </license>
  </licenses>
  <properties>
    <main.basedir>${basedir}/..</main.basedir>
  </properties>
  <dependencies>
    <dependency>
      <groupId>net.guerlab.smart.article</groupId>
      <artifactId>smart-article-core</artifactId>
    </dependency>
    <dependency>
      <groupId>net.guerlab.smart.platform</groupId>
      <artifactId>smart-platform-server-parent</artifactId>
    </dependency>
    <dependency>
      <groupId>net.guerlab.spring</groupId>
      <artifactId>guerlab-spring-mybatis-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>mysql</groupId>
      <artifactId>mysql-connector-java</artifactId>
    </dependency>
  </dependencies>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy