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

pom.xml updated for better dependency management

parent b5ea2996
No related branches found
No related tags found
No related merge requests found
......@@ -59,9 +59,9 @@
</scm>
<modules>
<module>databrowser-core</module> <!-- code -->
<module>databrowser-gui</module> <!-- code -->
<!-- <module>databrowser-plugins</module> --> <!-- code -->
<module>databrowser-core</module>
<module>databrowser-gui</module>
<module>databrowser-plugins</module>
</modules>
<dependencyManagement>
......@@ -76,6 +76,11 @@
<artifactId>databrowser-gui</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cdma.gui.plugin</groupId>
<artifactId>databrowser-plugins</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cdma.gui.plugin</groupId>
<artifactId>tango-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment