APPENDIX C − POM.XML FOR GRAPHWALKER

<?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>

  <groupId>com.company</groupId>

  <version>1.0-SNAPSHOT</version>

  <artifactId>myProject</artifactId>

  <name>GraphWalker Example</name>

 

  <properties>

    <graphwalker.version>4.0.0-SNAPSHOT</graphwalker.version>

    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

  </properties>

 

  <dependencies>

    <dependency>

      <groupId>org.graphwalker</groupId> ...

Get Practical Test Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.