Skip to content

Commit

Permalink
Remove the maven profile soaProfile - because productization no longe…
Browse files Browse the repository at this point in the history
…r needs it (6.0+)
  • Loading branch information
ge0ffrey committed Aug 9, 2013
1 parent 590383a commit 0ce78c3
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions kie-parent-with-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,29 +83,6 @@
<!-- IMPORTANT: Do not declare any build configuration here! Declare it in kie-parent-metadata. -->
<build/>

<profiles>
<profile>
<id>soaProfile</id>
<activation>
<property>
<name>soa</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-remoting</artifactId>
<version>2.2.4.EAP5</version>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<version>2.2.4.EAP5</version>
</dependency>
</dependencies>
</profile>
</profiles>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 0ce78c3

Please sign in to comment.