File: pom.xml

package info (click to toggle)
libapfloat-java 1.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,720 kB
  • sloc: java: 63,075; xml: 1,194; sh: 103; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 721 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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.apfloat</groupId>
    <artifactId>apfloat-parent</artifactId>
    <version>1.15.0</version>
  </parent>

  <artifactId>listener</artifactId>

  <name>listener</name>
  <description>Test listener</description>

  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.x</version>
    </dependency>
  </dependencies>
</project>