Skip to content
Snippets Groups Projects
Commit efbf125c authored by Katy Saintin's avatar Katy Saintin
Browse files

Update maven dependency for IRFU

parent 1f713055
No related branches found
No related tags found
No related merge requests found
Showing
with 207 additions and 17 deletions
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_92">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>TangoPlugin</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.8
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
...@@ -4,51 +4,120 @@ ...@@ -4,51 +4,120 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <groupId>org.cdma.gui</groupId>
<groupId>fr.soleil.lib</groupId>
<artifactId>DataBrowserPlugins</artifactId>
<version>1.2.0</version>
</parent>
<artifactId>TangoPlugin</artifactId> <artifactId>TangoPlugin</artifactId>
<name>TangoPlugin</name> <name>TangoPlugin</name>
<version>1.2.0</version>
<description>Tango Plugin for DataBrowser</description> <description>Tango Plugin for DataBrowser</description>
<dependencies> <dependencies>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.cdma.gui</groupId>
<artifactId>DataBrowserPlugin</artifactId> <artifactId>DataBrowserPlugin</artifactId>
<version>1.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib.comete</groupId> <groupId>fr.soleil.lib.comete</groupId>
<artifactId>TangoDataSource</artifactId> <artifactId>TangoDataSource</artifactId>
<exclusions> <version>2.2.6-5489</version>
<exclusion> <scope>system</scope>
<artifactId>slf4j-log4j12</artifactId> <systemPath>${project.basedir}/lib/fr.soleil.lib.comete.TangoDataSource-2.2.6-5489.jar</systemPath>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.comete.bean</groupId> <groupId>fr.soleil.comete.bean</groupId>
<artifactId>TangoTree</artifactId> <artifactId>TangoTree</artifactId>
<version>2.1.1-6598</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/fr.soleil.comete.bean.TangoTree-2.1.1-6598.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib.comete</groupId>
<artifactId>DataConnectionManagement</artifactId> <artifactId>CometeDefinition</artifactId>
<version>2.4.5-5492</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/fr.soleil.lib.comete.CometeDefinition-2.4.5-5492.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib.comete</groupId> <groupId>fr.soleil.lib.comete</groupId>
<artifactId>CometeDefinition</artifactId> <artifactId>DataConnectionManagement</artifactId>
<version>1.2.26-5492</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/fr.soleil.lib.DataConnectionManagement-1.2.26-5492.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib.comete</groupId> <groupId>fr.soleil.lib.comete</groupId>
<artifactId>CometeSwing</artifactId> <artifactId>CometeSwing</artifactId>
<version>2.4.15-5492</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/fr.soleil.lib.comete.CometeSwing-2.4.15-5492.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.comete.bean</groupId> <groupId>fr.soleil.comete.bean</groupId>
<artifactId>CometeTrend</artifactId> <artifactId>CometeTrend</artifactId>
<version>2.1.1-6598</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/fr.soleil.comete.bean.CometeTrend-2.1.1-6598.jar</systemPath>
</dependency>
<dependency>
<groupId>org.swinglabs</groupId>
<artifactId>swingx</artifactId>
<version>1.6</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/org.swinglabs.swingx-1.6.jar</systemPath>
</dependency>
<dependency>
<groupId>org.tango</groupId>
<artifactId>JTangoCommons</artifactId>
<version>9.0.9-30728</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/org.tango.JTangoCommons-9.0.9-30728.jar</systemPath>
</dependency>
<dependency>
<groupId>org.tango</groupId>
<artifactId>JavaTangoIDL</artifactId>
<version>5.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/org.tango.JavaTangoIDL-5.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>org.tango</groupId>
<artifactId>TangORB-javacommon</artifactId>
<version>9.2.5-30725</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/org.tango.TangORB-javacommon-9.2.5-30725.jar</systemPath>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>SwingUtilities</artifactId>
<version>1.2.22-5494</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/fr.soleil.lib.SwingUtilities-1.2.22-5494.jar</systemPath>
</dependency> </dependency>
</dependencies> </dependencies>
<distributionManagement>
<repository>
<id>irfulxsis1-deploy</id>
<name>LDISC shared export</name>
<url>scp://irfulxsis1/home/data/mnt/maven/ldisc-shared</url>
</repository>
<snapshotRepository>
<id>irfulxsis1-deploy</id>
<name>LDISC shared export</name>
<uniqueVersion>true</uniqueVersion>
<url>scp://irfulxsis1/home/data/mnt/maven/ldisc-shared</url>
</snapshotRepository>
</distributionManagement>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
</project> </project>
<?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.lib</groupId>
<artifactId>DataBrowserPlugins</artifactId>
<version>1.2.0</version>
</parent>
<artifactId>TangoPlugin</artifactId>
<name>TangoPlugin</name>
<description>Tango Plugin for DataBrowser</description>
<dependencies>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>DataBrowserPlugin</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib.comete</groupId>
<artifactId>TangoDataSource</artifactId>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>fr.soleil.comete.bean</groupId>
<artifactId>TangoTree</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>DataConnectionManagement</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib.comete</groupId>
<artifactId>CometeDefinition</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib.comete</groupId>
<artifactId>CometeSwing</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.comete.bean</groupId>
<artifactId>CometeTrend</artifactId>
</dependency>
</dependencies>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment