< prev index next >

releng/third-party/pom.xml

Print this page

        

*** 40,50 **** <build> <plugins> <plugin> <groupId>org.reficio</groupId> <artifactId>p2-maven-plugin</artifactId> ! <version>1.2.0-SNAPSHOT</version> <executions> <execution> <id>default-cli</id> <configuration> <additionalArgs>-nouses</additionalArgs> --- 40,50 ---- <build> <plugins> <plugin> <groupId>org.reficio</groupId> <artifactId>p2-maven-plugin</artifactId> ! <version>1.3.0</version> <executions> <execution> <id>default-cli</id> <configuration> <additionalArgs>-nouses</additionalArgs>
*** 76,85 **** --- 76,97 ---- <id>javax.mail:dsn:1.4</id> </artifact> <artifact> <id>org.owasp.encoder:encoder:1.2.1</id> </artifact> + <artifact> + <id>org.adoptopenjdk:jemmy-awt-input:1.0.2</id> + </artifact> + <artifact> + <id>org.adoptopenjdk:jemmy-browser:1.0.2</id> + </artifact> + <artifact> + <id>org.adoptopenjdk:jemmy-core:1.0.2</id> + </artifact> + <artifact> + <id>org.adoptopenjdk:jemmy-swt:1.0.2</id> + </artifact> </artifacts> </configuration> </execution> </executions> </plugin>
< prev index next >