verguenza 4 vuotta sitten
vanhempi
commit
7ad84bd134
1 muutettua tiedostoa jossa 0 lisäystä ja 17 poistoa
  1. 0 17
      pom.xml

+ 0 - 17
pom.xml

@@ -119,23 +119,6 @@
         </dependencies>
     </dependencyManagement>
 
-    <profiles>
-        <profile>
-            <id>java11</id>
-            <activation>
-                <jdk>[11,)</jdk>
-            </activation>
-
-            <dependencies>
-                <dependency>
-                    <groupId>org.glassfish.jaxb</groupId>
-                    <artifactId>jaxb-runtime</artifactId>
-                </dependency>
-            </dependencies>
-        </profile>
-    </profiles>
-
-
     <build>
         <plugins>
             <plugin>