<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.newrelic.agent.java.security</groupId>
  <artifactId>newrelic-security-api</artifactId>
  <version>1.0.3-limited-preview</version>
  <name>New Relic Security Java agent API</name>
  <description>The public API of the Security Java agent, and no-op implementations for safe usage without the agent. To be used in newrelic-java-agent only.</description>
  <url>https://github.com/newrelic/csec-java-agent</url>
  <licenses>
    <license>
      <name>New Relic Pre-Release Software Licesne</name>
      <url>https://github.com/newrelic/csec-java-agent/blob/main/LICENSE.md</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>newrelic</id>
      <name>New Relic</name>
      <email>opensource@newrelic.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:newrelic/csec-java-agent.git</connection>
    <url>git@github.com:newrelic/csec-java-agent.git</url>
  </scm>
</project>
