Skip to content
Snippets Groups Projects
Commit 38bdfaa9 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

CDMA projects are reorganized as maven modules (CI-926)

parent ac50b18b
Branches
Tags
No related merge requests found
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.cdma.plugins</groupId> <groupId>org.cdma.plugin</groupId>
<artifactId>MamboSoleil</artifactId> <artifactId>mambo-soleil</artifactId>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
...@@ -105,8 +105,8 @@ ...@@ -105,8 +105,8 @@
</exclusions> </exclusions>
</dependency> </dependency>
<!-- <dependency> --> <!-- <dependency> -->
<!-- <groupId>org.cdma.plugins</groupId> --> <!-- <groupId>org.cdma.plugin</groupId> -->
<!-- <artifactId>NetcdfAnsto</artifactId> --> <!-- <artifactId>netcdf-ansto</artifactId> -->
<!-- <exclusions> --> <!-- <exclusions> -->
<!-- <exclusion> --> <!-- <exclusion> -->
<!-- <artifactId>hdf-java</artifactId> --> <!-- <artifactId>hdf-java</artifactId> -->
...@@ -129,8 +129,8 @@ ...@@ -129,8 +129,8 @@
<version>1.2</version> <version>1.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.cdma.plugins</groupId> <groupId>org.cdma.plugin</groupId>
<artifactId>NexusSoleil</artifactId> <artifactId>nexus-soleil</artifactId>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>slf4j-simple</artifactId> <artifactId>slf4j-simple</artifactId>
...@@ -139,8 +139,8 @@ ...@@ -139,8 +139,8 @@
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.cdma.plugins</groupId> <groupId>org.cdma.plugin</groupId>
<artifactId>EdfSoleil</artifactId> <artifactId>edf-soleil</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment