<dependency>
<groupId>com.github.flowersinthesand</groupId>
<artifactId>portal-core</artifactId>
<version>0.6</version>
</dependency>
<dependency>
<groupId>com.github.flowersinthesand</groupId>
<artifactId>portal-spring</artifactId>
<version>0.6</version>
</dependency>
<dependency>
<groupId>com.github.flowersinthesand</groupId>
<artifactId>portal-atmosphere</artifactId>
<version>0.6</version>
</dependency>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>1.0.12</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>