Author: ips
Date: 2010-07-29 15:32:09 -0400 (Thu, 29 Jul 2010)
New Revision: 971
Modified:
branches/EmbJopr_1_3/pom.xml
Log:
make i18nlog provided, overriding compiled scope from rhq-parent pom, so that jar does not
end up included in the admin-console war
Modified: branches/EmbJopr_1_3/pom.xml
===================================================================
--- branches/EmbJopr_1_3/pom.xml 2010-07-28 16:09:09 UTC (rev 970)
+++ branches/EmbJopr_1_3/pom.xml 2010-07-29 19:32:09 UTC (rev 971)
@@ -45,8 +45,8 @@
<scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/Emb...
<
developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branch...
-
<
url>http://git.fedorahosted.org/git/?p=rhq/rhq.git/jopr-embedded-paren...
- </scm>
+
<
url>http://git.fedorahosted.org/git/?p=rhq/rhq.git/jopr-embedded-paren...
+ </scm>
<issueManagement>
<system>jira</system>
@@ -78,7 +78,15 @@
<facelets.version>1.1.15.B1</facelets.version>
</properties>
-
+ <dependencies>
+ <dependency>
+ <groupId>i18nlog</groupId>
+ <artifactId>i18nlog</artifactId>
+ <version>1.0.10</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>