http-auth
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.org.retep.xmpp.protocol</groupId>
<artifactId>http-auth</artifactId>
<version>10.6</version>
</dependency><?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"> <parent> <groupId>uk.org.retep.xmpp.protocol</groupId> <artifactId>model-gen</artifactId> <version>10.6</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>uk.org.retep.xmpp.protocol</groupId> <artifactId>http-auth</artifactId> <version>10.6</version> <packaging>jar</packaging> <name>retepXMPP XMPP Protocol http-auth</name> <dependencies> </dependencies> <build> <plugins> <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin</artifactId> <configuration> <schemaIncludes> <include>org/xmpp/schemas/http-auth.xsd</include> </schemaIncludes> <bindingIncludes> <include>org/xmpp/schemas/http-auth.xjb</include> </bindingIncludes> <episodes> </episodes> </configuration> </plugin> </plugins> </build> </project>