diff --git a/microservices/auth/pom.xml b/microservices/auth/pom.xml index 5470e3bfb83f00e1b0396ca8cac0160440c5847a..6ff290b089a6ea0a0c2d5654e95a626b99b9367e 100644 --- a/microservices/auth/pom.xml +++ b/microservices/auth/pom.xml @@ -11,15 +11,6 @@ <name>Auth Microservice</name> - <dependencies> - <!-- Ajoute ici les dépendances spécifiques à ton microservice --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <version>2.5.4</version> - </dependency> - </dependencies> - <build> <plugins> <plugin> diff --git a/microservices/correction_qcm/pom.xml b/microservices/correction_qcm/pom.xml index 90130afb958195490a8fa1b27aaa696182eec2d3..30a7d86b26ae52c8f55eb2339bbd9fdc351b013f 100644 --- a/microservices/correction_qcm/pom.xml +++ b/microservices/correction_qcm/pom.xml @@ -11,15 +11,6 @@ <name>Correction_qcm Microservice</name> - <dependencies> - <!-- Ajoute ici les dépendances spécifiques à ton microservice --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <version>2.5.4</version> - </dependency> - </dependencies> - <build> <plugins> <plugin> diff --git a/microservices/creation_qcm/pom.xml b/microservices/creation_qcm/pom.xml index c40516e47d99b4af8cefae1dab28c744c7e638db..d749eb80b71e2ace4a5bbf5ab852224b29427f6b 100644 --- a/microservices/creation_qcm/pom.xml +++ b/microservices/creation_qcm/pom.xml @@ -11,15 +11,6 @@ <name>Creation_qcm Microservice</name> - <dependencies> - <!-- Ajoute ici les dépendances spécifiques à ton microservice --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <version>2.5.4</version> - </dependency> - </dependencies> - <build> <plugins> <plugin> diff --git a/microservices/frontend/pom.xml b/microservices/frontend/pom.xml index 2147b8282d60793474f1673f696a5dbcc1351006..c3fcc5c3b6d653f17f638282bc95fec975a75b68 100644 --- a/microservices/frontend/pom.xml +++ b/microservices/frontend/pom.xml @@ -11,15 +11,6 @@ <name>frontend Microservice</name> - <dependencies> - <!-- Ajoute ici les dépendances spécifiques à ton microservice --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <version>2.5.4</version> - </dependency> - </dependencies> - <build> <plugins> <plugin> diff --git a/microservices/helloworld/pom.xml b/microservices/helloworld/pom.xml index a7c4f83dd0dd4194667a6f961e62f2be9ed12d61..4fac3b4a6157e09d02951e8d659869497b261a78 100644 --- a/microservices/helloworld/pom.xml +++ b/microservices/helloworld/pom.xml @@ -11,14 +11,6 @@ <name>Helloworld Microservice</name> - <dependencies> - <!-- Ajoute ici les dépendances spécifiques à ton microservice --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <version>2.5.4</version> - </dependency> - </dependencies> <properties> <!-- Propriétés pour SonarQube --> diff --git a/microservices/realise_qcm/pom.xml b/microservices/realise_qcm/pom.xml index 28e27b9815936f095f7dc35d9f2cfc78acea5fd7..ee71e1620d06fafaa14385b612221fd3dfe7c6f0 100644 --- a/microservices/realise_qcm/pom.xml +++ b/microservices/realise_qcm/pom.xml @@ -11,15 +11,6 @@ <name>Realise_qcm Microservice</name> - <dependencies> - <!-- Ajoute ici les dépendances spécifiques à ton microservice --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <version>2.5.4</version> - </dependency> - </dependencies> - <build> <plugins> <plugin> diff --git a/microservices/search_qcm/pom.xml b/microservices/search_qcm/pom.xml index f0ce45b562719f052fe7ee6897e6afef337350c2..1fd44538a8a9f0e47735245bc2a2b34ef881a7cf 100644 --- a/microservices/search_qcm/pom.xml +++ b/microservices/search_qcm/pom.xml @@ -11,15 +11,6 @@ <name>Search_qcm Microservice</name> - <dependencies> - <!-- Ajoute ici les dépendances spécifiques à ton microservice --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <version>2.5.4</version> - </dependency> - </dependencies> - <build> <plugins> <plugin>