We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d85a2 commit 95d4856Copy full SHA for 95d4856
pom.xml
@@ -1,7 +1,14 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3
<modelVersion>4.0.0</modelVersion>
4
-
+ <name>Netty HTTP Authenticator</name>
5
+ <url>https://github.com/vzhn/netty-http-authenticator</url>
6
+ <developers>
7
+ <developer>
8
+ <name>Vladimir Zhilin</name>
9
+ <email>zhilin.vladimir.nic@gmail.com</email>
10
+ </developer>
11
+ </developers>
12
<groupId>io.github.vzhn</groupId>
13
<artifactId>netty-http-authenticator</artifactId>
14
<description>HTTP authenticator for Netty</description>
0 commit comments