xss
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>xss</artifactId>
<version>15.0.0.1</version>
</dependency><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>org.openidentityplatform.openam</groupId>
<artifactId>main</artifactId>
<version>15.0.0.1</version>
<relativePath>../ru.org.openam</relativePath>
</parent>
<artifactId>xss</artifactId>
<name>org.openidentityplatform.openam.xss</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy</artifactId>
<!-- <version>1.5.10</version> -->
<exclusions>
<!-- <exclusion> -->
<!-- <artifactId>xercesImpl</artifactId> -->
<!-- <groupId>xerces</groupId> -->
<!-- </exclusion> -->
<exclusion>
<artifactId>commons-httpclient</artifactId>
<groupId>commons-httpclient</groupId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<artifactId>xml-apis-ext</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>log</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<version>2.0.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.0.6.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>crypt</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>httpdump</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>2.2</version>
</extension>
</extensions>
<plugins>
<!-- <plugin> -->
<!-- <groupId>com.savage7.maven.plugins</groupId> -->
<!-- <artifactId>maven-external-dependency-plugin</artifactId> -->
<!-- <inherited>false</inherited> -->
<!-- <configuration> -->
<!-- <stagingDirectory> -->
<!-- ${project.build.directory}/dependencies/ -->
<!-- </stagingDirectory> -->
<!-- <force>false</force> -->
<!-- <artifactItems> -->
<!-- <artifactItem> -->
<!-- <groupId>com.googlecode</groupId> -->
<!-- <artifactId>antisamy-anythinggoes</artifactId> -->
<!-- <version>1.4.4</version> -->
<!-- <packaging>xml</packaging> -->
<!-- <downloadUrl> -->
<!-- http://owaspantisamy.googlecode.com/files/antisamy-anythinggoes-1.4.4.xml -->
<!-- </downloadUrl> -->
<!-- <install>true</install> -->
<!-- </artifactItem> -->
<!-- </artifactItems> -->
<!-- </configuration> -->
<!-- <executions> -->
<!-- <execution> -->
<!-- <id>clean-external-dependencies</id> -->
<!-- <phase>clean</phase> -->
<!-- <goals> -->
<!-- <goal>clean-external</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- <execution> -->
<!-- <id>resolve-install-external-dependencies</id> -->
<!-- <phase>generate-resources</phase> -->
<!-- <goals> -->
<!-- <goal>resolve-external</goal> -->
<!-- <goal>install-external</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- <execution> -->
<!-- <id>deploy-external-dependencies</id> -->
<!-- <phase>deploy</phase> -->
<!-- <goals> -->
<!-- <goal>deploy-external</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- </executions> -->
<!-- </plugin> -->
<!-- <plugin> -->
<!-- <groupId>org.apache.maven.plugins</groupId> -->
<!-- <artifactId>maven-dependency-plugin</artifactId> -->
<!-- <configuration> -->
<!-- <stripVersion>true</stripVersion> -->
<!-- </configuration> -->
<!-- <executions> -->
<!-- <execution> -->
<!-- <id>com.googlecode</id> -->
<!-- <phase>generate-resources</phase> -->
<!-- <goals> -->
<!-- <goal>copy</goal> -->
<!-- </goals> -->
<!-- <configuration> -->
<!-- <artifactItems> -->
<!-- <artifactItem> -->
<!-- <groupId>com.googlecode</groupId> -->
<!-- <artifactId>antisamy-anythinggoes</artifactId> -->
<!-- <version>1.4.4</version> -->
<!-- <type>xml</type> -->
<!-- <outputDirectory>src/main/resources</outputDirectory> -->
<!-- </artifactItem> -->
<!-- </artifactItems> -->
<!-- </configuration> -->
<!-- </execution> -->
<!-- </executions> -->
<!-- </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<systemProperties>
<property>
<name>ru.org.openam.xss.XSSRequestWrapper.escapeGtLtParamsPattern</name>
<value>IDToken[2,3]</value>
</property>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>