mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
11.18.2015 e5f7199c5523849d01ae0780946e7ebd89afea9c
OPENDJ-2121 Add missing dependency on jre in rpm

* pom.xml
** Add dependency to jre 1.7 or higher for rpm package.
1 files modified
3 ■■■■■ changed files
opendj-server-legacy/pom.xml 3 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml
@@ -2311,6 +2311,9 @@
              <url>${docHomepageUrl}</url>
              <needarch>noarch</needarch>
              <targetOS>linux</targetOS>
              <requires>
                <require>jre >= 1.7</require>
              </requires>
              <defineStatements>
                <defineStatement>arch noarch</defineStatement>