Skip to content

Commit 7d00c03

Browse files
committed
Added a profile to run AspNet tests.
[git-p4: depot-paths = "//dev/main.net/": change = 109649]
1 parent 0504c4a commit 7d00c03

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

tests/test-server/pom.xml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
<artifactId>coherence</artifactId>
3333
<version>${coherence.version}</version>
3434
</dependency>
35-
<dependency>
36-
<groupId>${coherence.groupid}</groupId>
37-
<artifactId>coherence-aspnet-session</artifactId>
38-
<version>${coherence.version}</version>
39-
</dependency>
4035
</dependencies>
4136

4237
<build>
@@ -63,4 +58,20 @@
6358
</plugin>
6459
</plugins>
6560
</build>
61+
62+
<profiles>
63+
<profile>
64+
<id>AspNet</id>
65+
<activation>
66+
<activeByDefault>false</activeByDefault>
67+
</activation>
68+
<dependencies>
69+
<dependency>
70+
<groupId>${coherence.groupid}</groupId>
71+
<artifactId>coherence-aspnet-session</artifactId>
72+
<version>${coherence.version}</version>
73+
</dependency>
74+
</dependencies>
75+
</profile>
76+
</profiles>
6677
</project>

0 commit comments

Comments
 (0)