Skip to content

Instantly share code, notes, and snippets.

@olegchir
Created April 24, 2019 21:51
Show Gist options
  • Save olegchir/0dcf22f8785f2adf1d599829be723e6d to your computer and use it in GitHub Desktop.
Save olegchir/0dcf22f8785f2adf1d599829be723e6d to your computer and use it in GitHub Desktop.
<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>
<groupId>com.sun.xml.wss</groupId>
<artifactId>xws-security</artifactId>
<version>3.0-java8-fix</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
</properties>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment