]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/slc/pom.xml
Do not require Java in RPM (for ubuntu)
[gpl/argeo-slc.git] / dist / slc / pom.xml
index 530041ca025fcce2bab38c2611fb8dde4adf713c..284ada75a66c15e64121c0bc0e514b0e0c2978ef 100644 (file)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                                                                        <requires>
                                                                                <require>slc-libs</require>
                                                                                <require>osgi-boot</require>
-                                                                               <require>java-1.6.0-openjdk</require>
+                                                                               <!-- do not require java so that it can be installed on Ubuntu -->
+                                                                               <!-- <require>java-1.6.0-openjdk</require> -->
                                                                        </requires>
                                                                </configuration>
                                                        </execution>