src/utils/LogCompilation/pom.xml
changeset 48828 5fcc602d36b6
parent 48170 3af0ab7d1d90
child 53136 ddbd6111f564
equal deleted inserted replaced
48827:8772acd913e5 48828:5fcc602d36b6
     1 <!--
     1 <!--
     2  Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     3 
     3 
     4  Redistribution and use in source and binary forms, with or without
     4  Redistribution and use in source and binary forms, with or without
     5  modification, are permitted provided that the following conditions
     5  modification, are permitted provided that the following conditions
     6  are met:
     6  are met:
     7 
     7 
    70                 </executions>
    70                 </executions>
    71             </plugin>
    71             </plugin>
    72             <plugin>
    72             <plugin>
    73                 <groupId>org.apache.maven.plugins</groupId>
    73                 <groupId>org.apache.maven.plugins</groupId>
    74                 <artifactId>maven-compiler-plugin</artifactId>
    74                 <artifactId>maven-compiler-plugin</artifactId>
       
    75                 <version>3.7.0</version>
    75                 <configuration>
    76                 <configuration>
    76                     <source>1.8</source>
    77                     <source>1.8</source>
    77                     <target>1.8</target>
    78                     <target>1.8</target>
    78                 </configuration>
    79                 </configuration>
    79             </plugin>
    80             </plugin>
    84             </plugin>
    85             </plugin>
    85             <plugin>
    86             <plugin>
    86                 <groupId>org.apache.maven.plugins</groupId>
    87                 <groupId>org.apache.maven.plugins</groupId>
    87                 <artifactId>maven-javadoc-plugin</artifactId>
    88                 <artifactId>maven-javadoc-plugin</artifactId>
    88                 <version>3.0.0-M1</version>
    89                 <version>3.0.0-M1</version>
       
    90             </plugin>
       
    91             <plugin>
       
    92                 <groupId>org.apache.maven.plugins</groupId>
       
    93                 <artifactId>maven-surefire-plugin</artifactId>
       
    94                 <version>2.20.1</version>
    89             </plugin>
    95             </plugin>
    90             <plugin>
    96             <plugin>
    91                 <artifactId>maven-antrun-plugin</artifactId>
    97                 <artifactId>maven-antrun-plugin</artifactId>
    92                 <version>1.8</version>
    98                 <version>1.8</version>
    93                 <executions>
    99                 <executions>