Skip to content
Snippets Groups Projects
Commit 17af6641 authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

migration to maven mutli-modules

parent a584460e
No related branches found
No related tags found
No related merge requests found
...@@ -26,4 +26,11 @@ ...@@ -26,4 +26,11 @@
<timezone>1</timezone> <timezone>1</timezone>
</developer> </developer>
</developers> </developers>
<dependencies>
<dependency>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</dependency>
</dependencies>
</project> </project>
...@@ -27,4 +27,11 @@ ...@@ -27,4 +27,11 @@
</developer> </developer>
</developers> </developers>
<dependencies>
<dependency>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</dependency>
</dependencies>
</project> </project>
...@@ -74,10 +74,6 @@ ...@@ -74,10 +74,6 @@
<groupId>org.tango</groupId> <groupId>org.tango</groupId>
<artifactId>JTangoCommons</artifactId> <artifactId>JTangoCommons</artifactId>
</dependency> </dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>hdbtdbArchivingApi</artifactId> <artifactId>hdbtdbArchivingApi</artifactId>
...@@ -85,10 +81,16 @@ ...@@ -85,10 +81,16 @@
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>commonArchivingApi</artifactId> <artifactId>commonArchivingApi</artifactId>
</dependency> <exclusions>
<dependency> <exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
...@@ -32,5 +32,9 @@ ...@@ -32,5 +32,9 @@
<groupId>fr.soleil.deviceservers</groupId> <groupId>fr.soleil.deviceservers</groupId>
<artifactId>archiving-common-collector</artifactId> <artifactId>archiving-common-collector</artifactId>
</dependency> </dependency>
<dependency>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</dependency>
</dependencies> </dependencies>
</project> </project>
...@@ -43,4 +43,12 @@ ...@@ -43,4 +43,12 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies>
<dependency>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</dependency>
</dependencies>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment