Skip to content
Snippets Groups Projects
Commit e62dda09 authored by Vincent Hardion's avatar Vincent Hardion
Browse files

reorder dependencies

parent cfab7fc7
Branches
Tags
No related merge requests found
...@@ -24,23 +24,23 @@ ...@@ -24,23 +24,23 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>Interpolator-${aol}-${library}-${mode}</artifactId> <artifactId>GenericBender-${aol}-${library}-${mode}</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>Exceptions</artifactId> <artifactId>Monochromator-${aol}-${library}-${mode}</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>Utils</artifactId> <artifactId>Interpolator-${aol}-${library}-${mode}</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>Monochromator-${aol}-${library}-${mode}</artifactId> <artifactId>Utils</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>GenericBender-${aol}-${library}-${mode}</artifactId> <artifactId>Exceptions</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gnu</groupId> <groupId>org.gnu</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment