Closed GoogleCodeExporter closed 9 years ago
Agreed :-)
Original comment by martin.grotzke
on 14 Dec 2010 at 7:47
Having it in Central would make it much easier for me to play around with right
now : )
Original comment by john.gla...@gmail.com
on 24 May 2011 at 5:54
I know :-) I've already done the buildr -> maven transition for this and now
I'm working on a modularization that allows to have a msm core module plus
tomcat6 and tomcat7 modules side by side, so that everything can be published
to maven central (right now tomcat6 and tomcat7 live in separate branches).
So msm will be available in maven central soon.
Original comment by martin.grotzke
on 24 May 2011 at 9:07
Original comment by martin.grotzke
on 24 May 2011 at 9:13
This is finished now with release 1.5.0. msm is available in maven central
under groupId de.javakaffee.msm.
The kryo-serializer module is e.g. can be pulled in via this dependency
definition:
<dependency>
<groupId>de.javakaffee.msm</groupId>
<artifactId>msm-kryo-serializer</artifactId>
<version>1.5.0</version>
<scope>runtime</scope>
</dependency>
Original comment by martin.grotzke
on 19 Jul 2011 at 9:33
Original comment by martin.grotzke
on 19 Jul 2011 at 9:37
Original issue reported on code.google.com by
oded.maimon
on 14 Dec 2010 at 7:21