Author: sagara
Date: Wed Oct  7 18:39:43 2009
New Revision: 822831

URL: http://svn.apache.org/viewvc?rev=822831&view=rev
Log:
WODEN-224 add dependencies.

Modified:
    webservices/woden/trunk/java/woden-om/pom.xml

Modified: webservices/woden/trunk/java/woden-om/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-om/pom.xml?rev=822831&r1=822830&r2=822831&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-om/pom.xml (original)
+++ webservices/woden/trunk/java/woden-om/pom.xml Wed Oct  7 18:39:43 2009
@@ -68,6 +68,34 @@
                    
<remoteRepositoryUrl>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository</remoteRepositoryUrl>
                </configuration>
            </plugin>
+                  <plugin>
+                               <artifactId>maven-jar-plugin</artifactId>
+                               <configuration>
+                                       <archive>
+                                               <manifestFile>
+                                                       
${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+                                       </archive>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${bundle.plugin.version}</version>
+                               <configuration>
+                                       <instructions>
+                                               
<Bundle-Version>${woden.osgi.version}</Bundle-Version>
+                                       </instructions>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <id>bundle-manifest</id>
+                                               <phase>process-classes</phase>
+                                               <goals>
+                                                       <goal>manifest</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>               
                   <!--
            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -85,18 +113,28 @@
        <dependency>
            <groupId>org.apache.woden</groupId>
            <artifactId>woden-impl-commons</artifactId>
-           <version>1.0-SNAPSHOT</version>
+           <version>${woden.version}</version>
        </dependency>
-     <!-- This dependency is need for getting shared test resources.
-          See http://tildemh.com/2007/12/19/maven2-unit-test-dependencies
-      -->
-         <!--
-     <dependency>
-       <groupId>org.apache.woden</groupId>
-       <artifactId>woden-impl-commons</artifactId>
-       <version>1.0-SNAPSHOT</version>
-       <scope>test</scope>
-       <classifier>tests</classifier>
-     </dependency> -->
+       <dependency>
+               <groupId>org.apache.ws.commons.axiom</groupId>
+               <artifactId>axiom-api</artifactId>
+               <version>${apache.axiom.version}</version>
+               <exclusions>
+                       <exclusion>
+                               <groupId>xerces</groupId>
+                               <artifactId>xercesImpl</artifactId>
+                       </exclusion>
+                       <exclusion>
+                               <groupId>xml-apis</groupId>
+                               <artifactId>xml-apis</artifactId>
+                       </exclusion>
+               </exclusions>
+       </dependency>
+       <dependency>
+               <groupId>org.apache.ws.commons.axiom</groupId>
+               <artifactId>axiom-impl</artifactId>
+               <version>${apache.axiom.version}</version>
+               <scope>runtime</scope>
+       </dependency>
    </dependencies>
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to