<?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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.cdma.gui.plugin</groupId> <artifactId>databrowser-plugins</artifactId> <version>1.3.13</version> </parent> <artifactId>cdma-plugin</artifactId> <name>DataBrowser CDMA Plugin</name> <description>CDMA plugin for DataBrowser</description> <build> <plugins> <plugin> <artifactId>maven-resources-plugin</artifactId> <configuration> <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin> </plugins> </build> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>org.cdma.gui</groupId> <artifactId>databrowser-core</artifactId> </dependency> <dependency> <groupId>org.cdma.gui.plugin</groupId> <artifactId>tango-plugin</artifactId> </dependency> <dependency> <groupId>fr.soleil.lib.comete</groupId> <artifactId>CDMADataSource</artifactId> </dependency> <dependency> <groupId>fr.soleil.lib</groupId> <artifactId>CDMABox</artifactId> </dependency> <dependency> <groupId>org.cdma</groupId> <artifactId>core</artifactId> </dependency> <dependency> <groupId>org.cdma</groupId> <artifactId>utilities</artifactId> </dependency> <dependency> <groupId>org.cdma.plugin</groupId> <artifactId>nexus-soleil</artifactId> </dependency> <dependency> <groupId>org.cdma.plugin</groupId> <artifactId>edf-soleil</artifactId> </dependency> <dependency> <groupId>org.cdma.plugin</groupId> <artifactId>mambo-soleil</artifactId> </dependency> <dependency> <groupId>fr.soleil.comete.bean</groupId> <artifactId>TangoTree</artifactId> </dependency> <dependency> <groupId>fr.soleil.lib.comete</groupId> <artifactId>CometeSwing</artifactId> </dependency> </dependencies> </project>