I need to make the following change to
main/appserver/admingui/cluster/pom.xml. I realize I'm adding a JMS dep
the Console cluster module, but it's only temporary. I'm working on a
demo for MS2, so I'd like to keep the code changes as minimal as
possible at this point. Once I have the change to demo working and
committed, I'll work on cleaning this up and making it right.
Any problems with this? I can make it right now, but I really would
like to keep the changes simple at this point.
+ <dependency>
+ <groupId>org.glassfish.main.admin</groupId>
+ <artifactId>rest-service</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.main.jms</groupId>
+ <artifactId>gf-jms-connector</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
--
Jason Lee
Principal Member of Technical Staff
GlassFish Team
Oracle Corporation
Phone +1 405-216-3193
Blog http://blogs.steeplesoft.com