Download waffle-tomcat7-1.6.jar file

Introduction

You can download waffle-tomcat7-1.6.jar in this page.

License

Open Source

Type List

waffle-tomcat7-1.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.dblock.waffle/waffle-tomcat7/pom.properties
META-INF/maven/com.github.dblock.waffle/waffle-tomcat7/pom.xml
waffle.apache.GenericWindowsPrincipal.class
waffle.apache.MixedAuthenticator.class
waffle.apache.NegotiateAuthenticator.class
waffle.apache.WaffleAuthenticatorBase.class
waffle.apache.WindowsRealm.class

Pom

waffle-tomcat7-1.6.pom file content.

<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.github.dblock.waffle</groupId>
    <artifactId>waffle-parent</artifactId>
    <version>1.6</version>
    <relativePath>../build</relativePath>
  </parent>
  <artifactId>waffle-tomcat7</artifactId>
  <packaging>jar</packaging>

  <name>waffle-tomcat7</name>
  <description>Tomcat 7 integration for WAFFLE</description>

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>waffle-jna</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>waffle-tests</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-api</artifactId>
      <version>7.0.32</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-catalina</artifactId>
      <version>7.0.32</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-coyote</artifactId>
      <version>7.0.32</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-juli</artifactId>
      <version>7.0.32</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-servlet-api</artifactId>
      <version>7.0.32</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-util</artifactId>
      <version>7.0.32</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.dblock.waffle</groupId>
   <artifactId>waffle-tomcat7</artifactId>
   <version>1.6</version>
</dependency>

Download

If you think the following waffle-tomcat7-1.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download waffle-tomcat7-1.6.jar file




PreviousNext

Related