File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 32
32
<artifactId >coherence</artifactId >
33
33
<version >${coherence.version} </version >
34
34
</dependency >
35
- <dependency >
36
- <groupId >${coherence.groupid} </groupId >
37
- <artifactId >coherence-aspnet-session</artifactId >
38
- <version >${coherence.version} </version >
39
- </dependency >
40
35
</dependencies >
41
36
42
37
<build >
63
58
</plugin >
64
59
</plugins >
65
60
</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 >
66
77
</project >
You can’t perform that action at this time.
0 commit comments