META-INF.maven.com.google.appengine.runtime-impl.pom.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright 2021 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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.google.appengine</groupId> <artifactId>runtime-impl</artifactId> <parent> <groupId>com.google.appengine</groupId> <artifactId>runtime-parent</artifactId> <version>2.0.30</version> </parent> <packaging>jar</packaging> <name>AppEngine :: runtime-impl</name> <dependencies> <dependency> <groupId>com.beust</groupId> <artifactId>jcommander</artifactId> </dependency> <dependency> <groupId>com.contrastsecurity</groupId> <artifactId>yamlbeans</artifactId> </dependency> <dependency> <groupId>com.google.appengine</groupId> <artifactId>appengine-utils</artifactId> </dependency> <dependency> <groupId>com.google.appengine</groupId> <artifactId>protos</artifactId> </dependency> <dependency> <groupId>com.google.appengine</groupId> <artifactId>appengine-apis</artifactId> </dependency> <dependency> <groupId>com.google.appengine</groupId> <artifactId>runtime-util</artifactId> </dependency> <dependency> <groupId>com.google.appengine</groupId> <artifactId>runtime-shared</artifactId> <exclusions> <exclusion> <groupId>com.google.appengine</groupId> <artifactId>appengine-api-1.0-sdk</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.appengine</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value-annotations</artifactId> </dependency> <dependency> <groupId>com.google.flogger</groupId> <artifactId>flogger-system-backend</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.flogger</groupId> <artifactId>google-extensions</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java-util</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.appengine</groupId> <artifactId>shared-sdk</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-stub</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-netty</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-datastore-v1</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-common-protos</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.google.cloud.datastore</groupId> <artifactId>datastore-v1-proto-client</artifactId> <exclusions> <exclusion> <groupId>com.google.guava</groupId> <artifactId>guava-jdk5</artifactId> </exclusion> </exclusions> <optional>true</optional> </dependency> <!-- io.netty are transitive deps needed by io.grpc--> <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http2</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-unix-common</artifactId> <optional>true</optional> </dependency> <!-- Test dependencies. --> <dependency> <groupId>com.google.appengine</groupId> <artifactId>appengine-tools-sdk</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.appengine</groupId> <artifactId>proto1</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-testlib</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.truth</groupId> <artifactId>truth</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.truth.extensions</groupId> <artifactId>truth-java8-extension</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy