seges / acris

AcrIS is a modern framework serving as a base for applications, web sites and portals. It provides various tools and libraries to ease daily development. Build on top of Google web toolkit and provides sophisticated solution for security, beans binding, JSON protocol and usefull project skelets integrated with maven, hibernate, spring and gilead. You will get a prepared solution in box ready to use in your own project.
4 stars 1 forks source link

Update security wiki #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Contains old info
Consider wiki versioning

Not valid example with 1.0.1 version
<dependency>
                        <groupId>sk.seges.acris</groupId>
                        <artifactId>acris-security</artifactId>
                        <version>${acris-os.version}</version>
                </dependency>

                <dependency>
                        <groupId>sk.seges.acris</groupId>
                        <artifactId>acris-security</artifactId>
                        <version>${acris-os.version}</version>
                        <classifier>sources</classifier>
                </dependency>

Original issue reported on code.google.com by nejakyus...@gmail.com on 28 Dec 2010 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by ladislav...@gmail.com on 14 May 2011 at 4:03