Commit 3f7d85a0 authored by Kevin Bi's avatar Kevin Bi
Browse files

"Added pom.xml file for repo, used for tacoco"

parent 6bd47a54
Loading
Loading
Loading
Loading

pom.xml

0 → 100644
+19 −0
Original line number Diff line number Diff line
<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.kevinbi</groupId>
  <artifactId>github-fl-research</artifactId>
  <version>1.0-SNAPSHOT</version>
  <name>Fault Localization Research</name>
  <url>https://gitlab.cs.washington.edu/kevinb22/fault-localization-research</url>
  

  <dependencies>
    <dependency>
      <groupId>org.spideruci.hamcrest</groupId>
      <artifactId>primitive-hamcrest</artifactId>
      <version>0.0.1-SNAPSHOT</version>
    </dependency>
  </dependencies>
</project>