-
Vittorio Niespolo authoredbe47bac1
pom.xml 856 B
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>voila-runtime-root</artifactId>
<groupId>it.micegroup.voila.runtime</groupId>
<version>1.9-SNAPSHOT</version>
<relativePath>../voila-runtime-root/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>voila-runtime-style-responsive-adminlte</artifactId>
<name>Java framework Responsive Style Admin LTE library runtime module</name>
<version>1.9-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>it.micegroup.voila.runtime</groupId>
<artifactId>voila-runtime-style-responsive</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</project>