Skip to content

Commit

Permalink
fix failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhn committed Apr 29, 2021
1 parent c6ffcfd commit d20444e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<version>1.2-SNAPSHOT</version>
<version>1.3</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jetty.version>9.4.38.v20210224</jetty.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -40,19 +41,19 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.38.v20210224</version>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>9.4.18.v20190429</version>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.4.18.v20190429</version>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -195,6 +196,6 @@
<connection>scm:git:git://github.com/vzhn/netty-http-authenticator.git</connection>
<developerConnection>scm:git:[email protected]/vzhn/netty-http-authenticator.git</developerConnection>
<url>https://github.com/vzhn/netty-http-authenticator.git</url>
<tag>v1.1</tag>
<tag>v1.3</tag>
</scm>
</project>

0 comments on commit d20444e

Please sign in to comment.