diff --git a/pom.xml b/pom.xml
index 3a2fec37fb8a8a39bcf6bf0a2c5757ba09af5bfe..3eeb7f95faecf35b7e59fb07e6956885ee5b871c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,111 +1,96 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
+<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
 
-	<artifactId>c2mon-web-atmosphere</artifactId>
-	<version>0.3.1-SNAPSHOT</version>
-	<packaging>jar</packaging>
+  <artifactId>c2mon-web-atmosphere</artifactId>
+  <version>0.3.1-SNAPSHOT</version>
+  <packaging>jar</packaging>
 
-	<name>Atmosphere publisher for C2MON</name>
-	<description>Atmosphere publisher for C2MON</description>
+  <name>Atmosphere publisher for C2MON</name>
+  <description>Atmosphere publisher for C2MON</description>
 
-    <parent>
-        <groupId>cern.c2mon.client</groupId>
-        <artifactId>c2mon-client</artifactId>
-        <version>1.8.39</version>
-    </parent>
+  <parent>
+    <groupId>cern.c2mon.client</groupId>
+    <artifactId>c2mon-client</artifactId>
+    <version>1.8.39</version>
+  </parent>
 
-    <scm>
-        <url>https://gitlab.cern.ch/c2mon/c2mon-web-atmosphere</url>
-        <connection>scm:git:ssh://git@gitlab.cern.ch/c2mon/c2mon-web-atmosphere.git</connection>
-        <developerConnection>scm:git:ssh://git@gitlab.cern.ch:7999/c2mon/c2mon-web-atmosphere.git</developerConnection>
-        <tag>HEAD</tag>
-    </scm>
+  <scm>
+    <url>https://gitlab.cern.ch/c2mon/c2mon-web-atmosphere</url>
+    <connection>scm:git:ssh://git@gitlab.cern.ch/c2mon/c2mon-web-atmosphere.git</connection>
+    <developerConnection>scm:git:ssh://git@gitlab.cern.ch:7999/c2mon/c2mon-web-atmosphere.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
 
-	<properties>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<java.version>1.8</java.version>
-		<surefire.c2mon.client.jms.url>http://dipcm.web.cern.ch</surefire.c2mon.client.jms.url>
-		<surefire.c2mon.atmo.test.timeout>30</surefire.c2mon.atmo.test.timeout>
-	</properties>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <java.version>1.8</java.version>
+    <surefire.c2mon.client.jms.url>http://dipcm.web.cern.ch</surefire.c2mon.client.jms.url>
+    <surefire.c2mon.atmo.test.timeout>30</surefire.c2mon.atmo.test.timeout>
+  </properties>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.springframework.boot</groupId>
-			<artifactId>spring-boot-starter-web</artifactId>
-			<version>${org.springframework.boot.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.springframework.boot</groupId>
-			<artifactId>spring-boot-starter-websocket</artifactId>
-			<version>${org.springframework.boot.version}</version>
-		</dependency>
+  <dependencies>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-web</artifactId>
+      <version>${org.springframework.boot.version}</version>
+    </dependency>
 
-		<dependency>
-			<groupId>org.springframework.boot</groupId>
-			<artifactId>spring-boot-starter-test</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.atmosphere</groupId>
-			<artifactId>atmosphere-spring</artifactId>
-			<version>2.4.2</version>
-		</dependency>
-        
-         <dependency>
-          <!-- C2MON dependencies -->
-            <groupId>cern.c2mon.client</groupId>
-            <artifactId>c2mon-client-core</artifactId>
-          </dependency>
-        
-        <dependency>
-          <groupId>com.fasterxml.jackson.core</groupId>
-          <artifactId>jackson-core</artifactId>
-        </dependency>
-        <dependency>
-          <groupId>com.fasterxml.jackson.core</groupId>
-          <artifactId>jackson-databind</artifactId>
-        </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-websocket</artifactId>
+      <version>${org.springframework.boot.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-test</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.atmosphere</groupId>
+      <artifactId>atmosphere-spring</artifactId>
+      <version>2.4.21</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <version>1</version>
+    </dependency>
+    <dependency>
+      <!-- C2MON dependencies -->
+      <groupId>cern.c2mon.client</groupId>
+      <artifactId>c2mon-client-core</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-websocket</artifactId>
+      <version>${org.springframework.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.projectlombok</groupId>
+      <artifactId>lombok</artifactId>
+    </dependency>
+
+  </dependencies>
 
-        <dependency>
-        	<groupId>org.slf4j</groupId>
-        	<artifactId>slf4j-api</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.webjars</groupId>
-            <artifactId>webjars-locator</artifactId>
-            <version>[0.30,)</version>
-        </dependency>
-        <dependency>
-            <groupId>org.webjars</groupId>
-            <artifactId>atmosphere-javascript</artifactId>
-            <version>2.3.2</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-websocket</artifactId>
-            <version>${org.springframework.version}</version>
-            <scope>test</scope>
-        </dependency>
-		<dependency>
-	      <groupId>org.projectlombok</groupId>
-	      <artifactId>lombok</artifactId>
-	    </dependency>
-        
-	</dependencies>
-	
-	<build>
-		<plugins>
-      		<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.8</source>
-					<target>1.8</target>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
 </project>