Skip to content

Commit

Permalink
Run the server tck
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Nov 5, 2024
1 parent ba24405 commit bf232e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-jetty-embedded-11</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down Expand Up @@ -107,6 +113,12 @@
<artifactId>bson</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>compile</scope>
<version>7.9.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit bf232e4

Please sign in to comment.