update poms to remove the ability to build SI, only package up maven central artifacts

This commit is contained in:
Mark Pollack
2009-03-25 21:06:58 +00:00
parent 75b211884c
commit fe581c9247
12 changed files with 21 additions and 462 deletions

View File

@@ -5,25 +5,13 @@
<artifactId>spring-integration-xml</artifactId>
<packaging>jar</packaging>
<name>Spring Integration XML Support</name>
<parent>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-parent</artifactId>
<version>1.0.2.RELEASE</version>
<relativePath>../build-spring-integration</relativePath>
</parent>
<version>1.0.2.RELEASE</version>
<dependencies>
<!--
<dependency>
<groupId>com.sun.xml</groupId>
<artifactId>com.sun.xml.bind</artifactId>
<version>2.1.7</version>
<scope>test</scope>
</dependency>
-->
<dependency>
<!-- 1.1.1 is in S2 bundle repository, but it is not in apache maven central repo. -->
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -39,60 +27,20 @@
<version>1.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.5.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>2.5.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm-tiger</artifactId>
<version>1.5.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<version>1.5.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>