Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
java ee5 to java ee 6 migration - clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane K Johnson committed May 9, 2012
1 parent da681d2 commit 16451e9
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 2,178 deletions.
23 changes: 12 additions & 11 deletions trading-client-test-dist/pom.xml
Expand Up @@ -17,6 +17,7 @@
<name>JBoss Trading Client Test Distribution</name>

<dependencies>
<!-- ejb client & tests -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-ejb-client</artifactId>
Expand All @@ -28,6 +29,7 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
<!-- rest client & tests -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-rest-client</artifactId>
Expand All @@ -39,6 +41,7 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
<!-- ws client & tests -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-ws-client</artifactId>
Expand All @@ -50,24 +53,22 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
<!-- provided, thus not transitive -->
<!-- from trading-parent -->
<!-- logging api -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- test, thus not included -->
<!-- from trading-ejb/rest/ws-client -->
<!-- from ejb, rest, & ws clients -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-test</artifactId>
<version>${project.version}</version>
</dependency>
<!-- provided, thus not transitive -->
<!-- from parent -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- test, thus not included -->
<!-- from trading-ejb/ws-client -->
<!-- logging impl -->
<!-- from ejb, rest, & ws clients -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
Expand Down
33 changes: 19 additions & 14 deletions trading-client-test-perf/pom.xml
Expand Up @@ -17,28 +17,31 @@
<name>JBoss Trading Client Test Perf</name>

<dependencies>
<!-- ejb client & tests -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-rest-client</artifactId>
<artifactId>trading-ejb-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-rest-client</artifactId>
<artifactId>trading-ejb-client</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
<!-- rest client & tests -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-ejb-client</artifactId>
<artifactId>trading-rest-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-ejb-client</artifactId>
<artifactId>trading-rest-client</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
<!-- ws client & tests -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-ws-client</artifactId>
Expand All @@ -51,7 +54,7 @@
<type>test-jar</type>
</dependency>
<!-- test, thus not included -->
<!-- from trading-ejb/rest/ws-client -->
<!-- from ejb, rest, & ws clients -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-test</artifactId>
Expand All @@ -63,32 +66,33 @@
<version>${project.version}</version>
</dependency>
<!-- test, thus not included -->
<!-- from trading-ejb-client -->
<!-- from ejb client -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-ejb-client-test-config</artifactId>
<version>${project.version}</version>
</dependency>
<!-- test, thus not included -->
<!-- from trading-rest-client -->
<!-- logging impl -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- from rest client -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-rest-client-test-config</artifactId>
<version>${project.version}</version>
</dependency>
<!-- test, thus not included -->
<!-- from trading-ws-client -->
<!-- from ws client -->
<dependency>
<groupId>com.jboss.trading</groupId>
<artifactId>trading-ws-client-test-config</artifactId>
<version>${project.version}</version>
</dependency>
<!-- test, thus not included -->
<!-- from ejb, rest, & ws clients -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -134,6 +138,7 @@
<password>password</password>
<targetDir>${project.build.directory}/dependency/</targetDir>
<filename>trading-app.ear</filename>
<packaging>ear</packaging>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 16451e9

Please sign in to comment.