Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pom.xml 1.03 KiB
<?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>fr.soleil.comete.bean</groupId>
<artifactId>ScanServerBeans</artifactId>
<version>2.4.11</version>
</parent>
<artifactId>ScanServerStatusBar</artifactId>
<name>ScanServerStatusBar</name>
<description>The status bar of a Scan Server embedded in Salsa on the bottom of the application</description>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.comete.bean</groupId>
<artifactId>AbstractTangoBox</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.comete.bean</groupId>
<artifactId>CurrentScanDataModel</artifactId>
</dependency>
</dependencies>
</project>