Skip to content

Commit 19d0e1d

Browse files
authored
Changing integration tests dependencies (#803)
1 parent 179ba92 commit 19d0e1d

File tree

1 file changed

+16
-4
lines changed
  • integration-tests/application-server-integration-tests

1 file changed

+16
-4
lines changed

integration-tests/application-server-integration-tests/pom.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,27 @@
2525
</dependency>
2626
<dependency>
2727
<groupId>${project.groupId}</groupId>
28-
<artifactId>jsf-app</artifactId>
28+
<artifactId>jsf-app-dependent</artifactId>
2929
<version>${project.version}</version>
30-
<type>pom</type>
30+
<type>war</type>
31+
</dependency>
32+
<dependency>
33+
<groupId>${project.groupId}</groupId>
34+
<artifactId>jsf-app-standalone</artifactId>
35+
<version>${project.version}</version>
36+
<type>war</type>
3137
</dependency>
3238
<dependency>
3339
<groupId>${project.groupId}</groupId>
34-
<artifactId>cdi-app</artifactId>
40+
<artifactId>cdi-app-dependent</artifactId>
3541
<version>${project.version}</version>
36-
<type>pom</type>
42+
<type>war</type>
43+
</dependency>
44+
<dependency>
45+
<groupId>${project.groupId}</groupId>
46+
<artifactId>cdi-app-standalone</artifactId>
47+
<version>${project.version}</version>
48+
<type>war</type>
3749
</dependency>
3850
<dependency>
3951
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)