<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.entcore</groupId>
    <artifactId>ent-core</artifactId>
    <version>6.16.5</version>
  </parent>
  <artifactId>admin</artifactId>
  <version>6.16.5</version>
  <dependencies>
    <dependency>
      <groupId>org.entcore</groupId>
      <artifactId>common</artifactId>
      <version>${entCoreLibsVersion}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.entcore</groupId>
      <artifactId>session</artifactId>
      <version>${entCoreLibsVersion}</version>
      <classifier>fat</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>fr.wseduc</groupId>
      <artifactId>mod-sms-proxy</artifactId>
      <version>${modSmsProxyVersion}</version>
      <classifier>fat</classifier>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
