diff options
| author | abranson <abranson@PCUWE01.cern.ch> | 2012-07-25 16:32:13 +0200 |
|---|---|---|
| committer | abranson <abranson@PCUWE01.cern.ch> | 2012-07-25 16:32:13 +0200 |
| commit | 05758b2129d8dd57d97b4237a7735673047fecbe (patch) | |
| tree | 4ddd312308836ca8112b3405e4cdf754383649a4 /pom.xml | |
| parent | 6e38d4871a6d12ef49ae2b86e43739dc57058fa3 (diff) | |
cristal-dev defines its own server, and depends on cristal-kernel rather
than the other way around.
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -10,6 +10,7 @@ <resource>
<directory>src/main/resources</directory>
<targetPath>META-INF/cristal</targetPath>
+ <filtering>true</filtering>
<includes>
<include>module.xml</include>
</includes>
@@ -58,4 +59,19 @@ </snapshots>
</repository>
</repositories>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-kernel</artifactId>
+ <version>2.3.2-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-kernel</artifactId>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file |
