Changeset 5982


Ignore:
Timestamp:
04/08/11 01:03:43 (2 years ago)
Author:
bfarka
Message:

added ServiceDependicies for all 4 services #1441

Location:
branches/OKBJavaConnector
Files:
73 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKBJavaConnector/pom.xml

    r5981 r5982  
    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   <groupId>com.heursticlab.okb</groupId> 
    4   <artifactId>OKBJavaConnector</artifactId> 
    5   <version>0.0.1-SNAPSHOT</version> 
    6   <dependencies> 
    7     <dependency> 
    8       <groupId>com.google.guava</groupId> 
    9       <artifactId>guava</artifactId> 
    10       <version>r08</version> 
    11       <scope>compile</scope> 
    12     </dependency> 
    13   </dependencies> 
    14   <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  <groupId>com.heursticlab.okb</groupId> 
     5  <artifactId>OKBJavaConnector</artifactId> 
     6  <version>0.0.1-SNAPSHOT</version> 
     7  <packaging>pom</packaging> 
     8  <dependencies> 
     9    <dependency> 
     10      <groupId>com.google.guava</groupId> 
     11      <artifactId>guava</artifactId> 
     12      <version>r08</version> 
     13      <scope>compile</scope> 
     14    </dependency> 
     15  </dependencies> 
     16  <build> 
    1517    <plugins> 
    1618      <plugin> 
     
    2830    </plugins> 
    2931  </build> 
     32  <modules> 
     33    <module>AuthenticationService</module> 
     34    <module>AdministrationService</module> 
     35    <module>RunCreationService</module> 
     36    <module>QueryService</module> 
     37  </modules> 
    3038</project> 
Note: See TracChangeset for help on using the changeset viewer.