< prev index next >

releng/third-party/pom.xml

Print this page

        

@@ -40,11 +40,11 @@
         <build>
                 <plugins>
                         <plugin>
                                 <groupId>org.reficio</groupId>
                                 <artifactId>p2-maven-plugin</artifactId>
-                                <version>1.2.0-SNAPSHOT</version>
+                                <version>1.3.0</version>
                                 <executions>
                                         <execution>
                                                 <id>default-cli</id>
                                                 <configuration>
                                                         <additionalArgs>-nouses</additionalArgs>

@@ -76,10 +76,22 @@
                                                                         <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 >