summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-atom-runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/binding-atom-runtime/pom.xml')
-rw-r--r--java/sca/modules/binding-atom-runtime/pom.xml32
1 files changed, 6 insertions, 26 deletions
diff --git a/java/sca/modules/binding-atom-runtime/pom.xml b/java/sca/modules/binding-atom-runtime/pom.xml
index 48fd0e7376..6fc07583f2 100644
--- a/java/sca/modules/binding-atom-runtime/pom.xml
+++ b/java/sca/modules/binding-atom-runtime/pom.xml
@@ -98,6 +98,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-impl</artifactId>
+ <version>1.2.7</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.abdera</groupId>
<artifactId>abdera-core</artifactId>
<version>0.4.0-incubating</version>
@@ -128,12 +134,6 @@
</exclusion>
</exclusions>
</dependency>
-
- <dependency>
- <groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-impl</artifactId>
- <version>1.2.7</version>
- </dependency>
<dependency>
<groupId>org.apache.abdera</groupId>
@@ -209,24 +209,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
-
- <configuration>
- <instructions>
- <Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.binding.atom.abdera</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.atom*</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>