2015-01-09 15:20:25 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-06-27 11:31:16 +02:00
|
|
|
<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">
|
2015-01-09 15:20:25 +01:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>pmd-scala</artifactId>
|
2020-06-07 11:51:10 +02:00
|
|
|
<name>PMD Scala - Transitional package (deprecated)</name>
|
|
|
|
<description>This is deprecated, use pmd-scala_2.13 directly</description>
|
2020-05-31 11:56:43 +01:00
|
|
|
<packaging>pom</packaging>
|
2015-01-09 15:20:25 +01:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>net.sourceforge.pmd</groupId>
|
|
|
|
<artifactId>pmd</artifactId>
|
2023-09-30 17:15:59 +02:00
|
|
|
<version>7.0.0-SNAPSHOT</version>
|
2022-06-04 11:00:30 +02:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2015-01-09 15:20:25 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2020-06-07 11:51:10 +02:00
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>pmd-scala_2.13</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2019-09-17 04:20:10 +02:00
|
|
|
</dependency>
|
2015-01-09 15:20:25 +01:00
|
|
|
</dependencies>
|
|
|
|
</project>
|