Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/08/11 15:31:51 (14 years ago)
Author:
bfarka
Message:

added dependencies for junit #1441

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKBJavaConnector/AdministrationService/pom.xml

    r5982 r5985  
    1 <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">
    2   <modelVersion>4.0.0</modelVersion>
    3   <parent>
    4     <artifactId>OKBJavaConnector</artifactId>
    5     <groupId>com.heursticlab.okb</groupId>
    6     <version>0.0.1-SNAPSHOT</version>
    7   </parent>
    8   <groupId>com.heursticlab.okb</groupId>
    9   <artifactId>AdministrationService</artifactId>
    10   <version>0.0.1-SNAPSHOT</version>
    11   <build>
     1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     2  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     3  <modelVersion>4.0.0</modelVersion>
     4  <parent>
     5    <artifactId>OKBJavaConnector</artifactId>
     6    <groupId>com.heursticlab.okb</groupId>
     7    <version>0.0.1-SNAPSHOT</version>
     8  </parent>
     9  <groupId>com.heursticlab.okb</groupId>
     10  <artifactId>AdministrationService</artifactId>
     11  <version>0.0.1-SNAPSHOT</version>
     12  <dependencies>
     13
     14    <dependency>
     15      <groupId>com.google.guava</groupId>
     16      <artifactId>guava</artifactId>
     17   
     18      <scope>compile</scope>
     19    </dependency>
     20    <dependency>
     21      <groupId>junit</groupId>
     22      <artifactId>junit</artifactId>
     23 
     24      <scope>test</scope>
     25    </dependency>
     26  </dependencies>
     27  <build>
    1228    <plugins>
    1329      <plugin>
Note: See TracChangeset for help on using the changeset viewer.