<?xml version="1.0" encoding="UTF-8"?> <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.sonarsource.php</groupId> <version>2.8</version> <artifactId>php</artifactId> </parent> <artifactId>php-frontend</artifactId> <name>PHP :: Frontend</name> <dependencies> <dependency> <groupId>org.sonarsource.sslr</groupId> <artifactId>sslr-core</artifactId> </dependency> <dependency> <groupId>org.sonarsource.sslr-squid-bridge</groupId> <artifactId>sslr-squid-bridge</artifactId> </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-deprecated</artifactId> </dependency> <dependency> <groupId>org.sonarsource.sslr</groupId> <artifactId>sslr-testing-harness</artifactId> </dependency> <!-- unit tests --> <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-testing-harness</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>org.sonarsource.php</groupId> <artifactId>php-frontend</artifactId> <version>2.8</version> </dependency>
org.sonarsource.php:php-frontend:2.8