lang-java-reach
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.eclipse.steady</groupId> <artifactId>lang-java-reach</artifactId> <version>3.2.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- This file is part of Eclipse Steady. 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 http://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. SPDX-License-Identifier: Apache-2.0 SPDX-FileCopyrightText: Copyright (c) 2018-2020 SAP SE or an SAP affiliate company and Eclipse Steady contributors --> <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>org.eclipse.steady</groupId> <artifactId>lang-java-reach</artifactId> <version>3.2.5</version> <name>steady-lang-java-reach</name> <description>Performs static analysis of application and OSS source code in order to analyze the reachability of vulnerable Java constructs</description> <url>https://eclipse.github.io/steady/lang-java-reach/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>plate</id> <name>Henrik Plate</name> <email>henrik.plate@sap.com</email> <organization>SAP SE</organization> <organizationUrl>http://www.sap.com</organizationUrl> </developer> <developer> <id>ponta</id> <name>Serena Elisa Ponta</name> <email>serena.ponta@sap.com</email> <organization>SAP SE</organization> <organizationUrl>http://www.sap.com</organizationUrl> </developer> <developer> <id>sabetta</id> <name>Antonino Sabetta</name> <email>antonino.sabetta@sap.com</email> <organization>SAP SE</organization> <organizationUrl>http://www.sap.com</organizationUrl> </developer> <developer> <id>dangremont</id> <name>Cedric Dangremont</name> <email>cedric.dangremont@sap.com</email> <organization>SAP SE</organization> <organizationUrl>http://www.sap.com</organizationUrl> </developer> <developer> <id>pezze</id> <name>Alessandro Pezze</name> </developer> <developer> <id>patil</id> <name>Sumeet Patil</name> <email>sumeet.patil@sap.com</email> <organization>SAP SE</organization> <organizationUrl>http://www.sap.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/eclipse/steady.git/lang-java-reach</connection> <developerConnection>scm:git:ssh://github.com:sap/eclipse/steady.git/lang-java-reach</developerConnection> <url>https://github.com/eclipse/steady/tree/master/lang-java-reach</url> </scm> <dependencies> <dependency> <groupId>org.eclipse.steady</groupId> <artifactId>lang-java</artifactId> <version>3.2.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.ibm.wala</groupId> <artifactId>com.ibm.wala.core</artifactId> <version>1.4.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.ibm.wala</groupId> <artifactId>com.ibm.wala.util</artifactId> <version>1.4.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.ibm.wala</groupId> <artifactId>com.ibm.wala.shrike</artifactId> <version>1.4.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <version>2.0.1.Final</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <version>4.7.2</version> <scope>compile</scope> </dependency> </dependencies> </project>