Skip to content

Commit

Permalink
Support for atmosphere-3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Feb 13, 2024
1 parent b69bc75 commit c657c5e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions samples/chat/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?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/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
Expand Down Expand Up @@ -46,14 +47,16 @@
<version>2.16.1</version>
</dependency>
</dependencies>

<properties>
<doclint>none</doclint>
</properties>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.20</version>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.20</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit c657c5e

Please sign in to comment.