From 21b0e461d272751b3d6c2721395bf6375b41c5b3 Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Fri, 19 Jun 2026 11:35:30 +0000
Subject: [PATCH] move to new repo

---
 moteur-zip-megatim/pom.xml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/moteur-zip-megatim/pom.xml b/moteur-zip-megatim/pom.xml
new file mode 100644
index 0000000..3d08438
--- /dev/null
+++ b/moteur-zip-megatim/pom.xml
@@ -0,0 +1,14 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.megatim</groupId> 
+  <artifactId>module-compression</artifactId>
+  <version>0.0.1-SNAPSHOT</version>
+  <name>mgt-compression-module</name>
+  <dependencies>
+  	<dependency>
+	    <groupId>net.lingala.zip4j</groupId>
+	    <artifactId>zip4j</artifactId>
+	    <version>2.9.1</version>
+	</dependency>
+  </dependencies>
+</project>
\ No newline at end of file

--
Gitblit v1.10.0