Changeset 5982 for branches/OKBJavaConnector/pom.xml
- Timestamp:
- 04/08/11 01:03:43 (14 years ago)
- File:
-
- 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> 15 17 <plugins> 16 18 <plugin> … … 28 30 </plugins> 29 31 </build> 32 <modules> 33 <module>AuthenticationService</module> 34 <module>AdministrationService</module> 35 <module>RunCreationService</module> 36 <module>QueryService</module> 37 </modules> 30 38 </project>
Note: See TracChangeset
for help on using the changeset viewer.