27 lines
657 B
Diff
27 lines
657 B
Diff
diff --git a/project.xml b/project.xml
|
|
index a6b19a5..de300ac 100644
|
|
--- a/project.xml
|
|
+++ b/project.xml
|
|
@@ -1,9 +1,20 @@
|
|
<?xml version="1.0"?>
|
|
<project>
|
|
- <extend>${maven.repo.local}/plexus/poms/plexus-components-1.0.pom</extend>
|
|
<id>plexus-i18n</id>
|
|
<artifactId>plexus-i18n</artifactId>
|
|
<name>Plexus I18N Component</name>
|
|
<currentVersion>1.0-beta-3</currentVersion>
|
|
+
|
|
+ <dependencies>
|
|
+ <dependency>
|
|
+ <groupId>plexus</groupId>
|
|
+ <artifactId>plexus</artifactId>
|
|
+ <version>0.16</version>
|
|
+ </dependency>
|
|
+ </dependencies>
|
|
+
|
|
+ <build>
|
|
+ <sourceDirectory>src/main/java</sourceDirectory>
|
|
+ </build>
|
|
|
|
</project>
|