Add testng.

Change-Id: Iffabb2d01d9d2582a7f7c4c572ba2f166721dac2
(cherry picked from commit b9706ea61b9e443ba3b12011d32fc8128c066c4a)
diff --git a/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48-sources.jar b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48-sources.jar
new file mode 100644
index 0000000..83f8270
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48-sources.jar.md5 b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48-sources.jar.md5
new file mode 100644
index 0000000..877bb0c
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48-sources.jar.md5
@@ -0,0 +1 @@
+5af0b4859eebd4dbfc90b22d5f3daabe
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48-sources.jar.sha1 b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48-sources.jar.sha1
new file mode 100644
index 0000000..92bbe47
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48-sources.jar.sha1
@@ -0,0 +1 @@
+6deefcf90f144dfca29d4950c665a592ba029d42
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.jar b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.jar
new file mode 100644
index 0000000..ad0a12c
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.jar
Binary files differ
diff --git a/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.jar.md5 b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.jar.md5
new file mode 100644
index 0000000..85b0c60
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.jar.md5
@@ -0,0 +1 @@
+7a84fb4b01f46c904bd549e67e6c48a1
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.jar.sha1 b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.jar.sha1
new file mode 100644
index 0000000..f0dfdd1
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.jar.sha1
@@ -0,0 +1 @@
+bfcb96281ea3b59d626704f74bc6d625ff51cbce
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.pom b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.pom
new file mode 100644
index 0000000..8d7dd34
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.pom
@@ -0,0 +1,283 @@
+<!--

+

+    Copyright (C) 2010 the original author or authors.

+    See the notice.md file distributed with this work for additional

+    information regarding copyright ownership.

+

+    Licensed under the Apache License, Version 2.0 (the "License");

+    you may not use this file except in compliance with the License.

+    You may obtain a copy of the License at

+

+        http://www.apache.org/licenses/LICENSE-2.0

+

+    Unless required by applicable law or agreed to in writing, software

+    distributed under the License is distributed on an "AS IS" BASIS,

+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+    See the License for the specific language governing permissions and

+    limitations under the License.

+

+-->

+

+<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>

+  <groupId>com.beust</groupId>

+  <artifactId>jcommander</artifactId>

+  <packaging>jar</packaging>

+  <name>JCommander</name>

+  <version>1.48</version>

+  <description>A Java framework to parse command line options with annotations.</description>

+  <url>http://beust.com/jcommander</url>

+  <licenses>

+    <license>

+      <name>The Apache Software License, Version 2.0</name>

+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>

+      <distribution>repo</distribution>

+    </license>

+  </licenses>

+  <scm>

+    <connection>scm:git:git@github.com:cbeust/jcommander.git</connection>

+    <developerConnection>scm:git:git@github.com:cbeust/jcommander.git</developerConnection>

+    <url>git@github.com:cbeust/jcommander.git</url>

+  </scm>

+

+  <distributionManagement>

+    <repository>

+      <id>sonatype-nexus-staging</id>

+      <name>Nexus Staging Repository</name>

+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>

+    </repository>

+  </distributionManagement>

+

+  <developers>

+    <developer>

+      <name>Cedric Beust</name>

+    </developer>

+  </developers>

+

+  <parent>

+    <groupId>org.sonatype.oss</groupId>

+    <artifactId>oss-parent</artifactId>

+    <version>3</version>

+  </parent>

+

+  <build>

+    <plugins>

+

+      <!-- Bundle sources -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-source-plugin</artifactId>

+        <version>2.1.1</version>

+        <executions>

+          <execution>

+            <id>attach-sources</id>

+              <goals>

+                <goal>jar</goal>

+              </goals>

+            </execution>

+        </executions>

+      </plugin>

+

+      <!-- Compilation -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-compiler-plugin</artifactId>

+        <version>2.3.1</version>

+        <configuration>

+          <source>1.5</source>

+          <target>1.5</target>

+          <encoding>UTF-8</encoding>

+        </configuration>

+      </plugin>

+

+      <!-- Resource handling -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-resources-plugin</artifactId>

+        <version>2.4.1</version>

+        <configuration>

+          <encoding>UTF-8</encoding>

+        </configuration>

+      </plugin>

+

+      <!-- OSGi manifest creation -->

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <version>2.1.0</version>

+        <executions>

+          <execution>

+            <id>bundle-manifest</id>

+            <phase>process-classes</phase>

+            <goals>

+              <goal>manifest</goal>

+            </goals>

+            <configuration>

+              <instructions>

+                <_versionpolicy>$(@)</_versionpolicy>

+              </instructions>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+

+      <!-- Add OSGi manifest in JAR -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-jar-plugin</artifactId>

+        <version>2.3.1</version>

+        <configuration>

+          <archive>

+            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>

+          </archive>

+        </configuration>

+      </plugin>

+

+      <!-- Tests -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-surefire-plugin</artifactId>

+        <version>2.10</version>

+        <configuration>

+          <skipTests>true</skipTests>

+        </configuration>

+        <dependencies>

+          <dependency>

+            <groupId>com.beust</groupId>

+            <artifactId>jcommander</artifactId>

+            <version>1.30</version>

+<!--

+            <version>${project.version}</version>

+-->

+           </dependency>

+        </dependencies>

+      </plugin>

+

+      <!-- Generating Javadoc -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-javadoc-plugin</artifactId>

+        <version>2.7</version>

+        <configuration>

+          <excludePackageNames>*.internal</excludePackageNames>

+        </configuration>

+      </plugin>

+    </plugins>

+    <pluginManagement>

+        <plugins>

+            <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->

+            <plugin>

+                <groupId>org.eclipse.m2e</groupId>

+                <artifactId>lifecycle-mapping</artifactId>

+                <version>1.0.0</version>

+                <configuration>

+                    <lifecycleMappingMetadata>

+                        <pluginExecutions>

+                            <pluginExecution>

+                                <pluginExecutionFilter>

+                                    <groupId>org.apache.felix</groupId>

+                                    <artifactId>

+                                        maven-bundle-plugin

+                                    </artifactId>

+                                    <versionRange>

+                                        [2.1.0,)

+                                    </versionRange>

+                                    <goals>

+                                        <goal>manifest</goal>

+                                    </goals>

+                                </pluginExecutionFilter>

+                                <action>

+                                    <ignore />

+                                </action>

+                            </pluginExecution>

+                        </pluginExecutions>

+                    </lifecycleMappingMetadata>

+                </configuration>

+            </plugin>

+        </plugins>

+    </pluginManagement>

+  </build>

+

+  <dependencies>

+  	<dependency>

+  		<groupId>org.testng</groupId>

+  		<artifactId>testng</artifactId>

+  		<version>6.1.1</version>

+  		<type>jar</type>

+  		<scope>test</scope>

+        <exclusions>

+            <exclusion>

+                <artifactId>jcommander</artifactId>

+                <groupId>com.beust</groupId>

+            </exclusion>

+        </exclusions>

+  	</dependency>

+  </dependencies>

+

+  <profiles>

+    

+    <!--

+        Do a license check by running       : mvn -P license license:check

+        UPdate the license check by running : mvn -P license license:format

+      -->

+    <profile>

+      <id>license</id>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>com.mycila.maven-license-plugin</groupId>

+            <artifactId>maven-license-plugin</artifactId>

+            <version>1.7.0</version>

+            <configuration>

+              <quiet>false</quiet>

+              <header>src/main/license/license-header.txt</header>

+              <includes>

+                  <include>src/**</include>

+                  <include>pom.xml</include>

+              </includes>

+              <excludes>

+                <exclude>**/.git/**</exclude>

+                <!-- ignore files produced during a build -->

+                <exclude>**/target/**</exclude>

+              </excludes>

+              <useDefaultExcludes>false</useDefaultExcludes>

+            </configuration>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>check</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+    <!-- Signing with gpg -->

+    <!--

+    Sign the artifacts by calling

+    mvn -P sign [..]

+    -->

+    <profile>

+      <id>sign</id>

+      <build>

+        <plugins>

+          <plugin>

+            <artifactId>maven-gpg-plugin</artifactId>

+            <version>1.4</version>

+            <executions>

+              <execution>

+                <id>sign-artifacts</id>

+                <phase>verify</phase>

+                <goals>

+                  <goal>sign</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+  </profiles>

+

+</project>

diff --git a/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.pom.md5 b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.pom.md5
new file mode 100644
index 0000000..0438f80
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.pom.md5
@@ -0,0 +1 @@
+8ef99bc1217fa6f75f2513bf08883ea3
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.pom.sha1 b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.pom.sha1
new file mode 100644
index 0000000..91a76bf
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.48/jcommander-1.48.pom.sha1
@@ -0,0 +1 @@
+e3c44d63445a893c083e87f1baa12300a2766c81
\ No newline at end of file
diff --git a/common/m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom b/common/m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
new file mode 100644
index 0000000..817f60d
--- /dev/null
+++ b/common/m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>

+

+<project xmlns:xsi="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

+  <!-- [MPG] POM Created by Mergere Pom Generator (beta). -->

+  <modelVersion>4.0.0</modelVersion>

+  <groupId>org.beanshell</groupId>

+  <artifactId>beanshell</artifactId>

+  <version>2.0b4</version>

+  <packaging>pom</packaging>

+  <name>BeanShell</name>

+  <description>BeanShell</description>

+  <organization>

+    <name>http://www.beanshell.org/</name>

+  </organization>

+

+  <licenses>

+    <license>

+      <name>GNU LESSER GENERAL PUBLIC LICENSE</name>

+      <url>http://www.gnu.org/licenses/lgpl.txt</url>

+    </license>

+  </licenses>

+

+  <dependencies>

+    <!-- [MPG] UnconnectedImport: org.apache.bsf.BSFException -->

+    <!-- [MPG] UnconnectedImport: org.apache.bsf.BSFMeclaredBean -->

+    <!-- [MPG] UnconnectedImport: org.apache.bsf.util.BSFEngineImpl -->

+    <!-- [MPG] UnconnectedImport: org.apache.bsf.BSFManager -->

+    <!-- [MPG] UnconnectedImport: javax.servlet.http.HttpServlet -->

+    <!-- [MPG] UnconnectedImport: javax.servlet.http.HttpServletRequest -->

+    <!-- [MPG] UnconnectedImport: javax.servlet.http.HttpServletResponse -->

+    <!-- [MPG] UnconnectedImport: javax.servlet.ServletException -->

+    <!-- [MPG] UnconnectedImport: text.html -->

+    <!-- [MPG] UnconnectedImport: text.plain --> 

+  </dependencies>

+</project>

diff --git a/common/m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom.md5 b/common/m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom.md5
new file mode 100644
index 0000000..dcaed52
--- /dev/null
+++ b/common/m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom.md5
@@ -0,0 +1 @@
+662fb54dbede8f65ebc5351b74c58814
\ No newline at end of file
diff --git a/common/m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom.sha1 b/common/m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom.sha1
new file mode 100644
index 0000000..b295d52
--- /dev/null
+++ b/common/m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom.sha1
@@ -0,0 +1 @@
+d00ea1e44675318c6c9105473bc2168e6df4a9aa
\ No newline at end of file
diff --git a/common/m2/repository/org/beanshell/beanshell/maven-metadata.xml b/common/m2/repository/org/beanshell/beanshell/maven-metadata.xml
new file mode 100644
index 0000000..3b606b5
--- /dev/null
+++ b/common/m2/repository/org/beanshell/beanshell/maven-metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.beanshell</groupId>
+  <artifactId>beanshell</artifactId>
+  <version>2.0b4</version>
+  <versioning>
+    <latest>2.0b4</latest>
+    <release>2.0b4</release>
+    <versions>
+      <version>2.0b4</version>
+    </versions>
+    <lastUpdated>20160214135845</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
new file mode 100644
index 0000000..36fe03d
--- /dev/null
+++ b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Binary files differ
diff --git a/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar.md5 b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar.md5
new file mode 100644
index 0000000..462f94d
--- /dev/null
+++ b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar.md5
@@ -0,0 +1 @@
+a1c60aa83c9c9a6cb2391c1c1b85eb00
\ No newline at end of file
diff --git a/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar.sha1 b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar.sha1
new file mode 100644
index 0000000..e6e951c
--- /dev/null
+++ b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar.sha1
@@ -0,0 +1 @@
+a05f0a0feefa8d8467ac80e16e7de071489f0d9c
\ No newline at end of file
diff --git a/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
new file mode 100644
index 0000000..9c184be
--- /dev/null
+++ b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>

+

+<project xmlns:xsi="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

+  <!-- [MPG] POM Created by Mergere Pom Generator (beta). -->

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.beanshell</groupId>

+    <artifactId>beanshell</artifactId>

+    <version>2.0b4</version>

+  </parent>

+  <artifactId>bsh</artifactId>

+  <name>BeanShell</name>

+  <description>BeanShell</description>

+

+  <dependencies>

+    <!-- [MPG] UnconnectedImport: org.apache.bsf.BSFException -->

+    <!-- [MPG] UnconnectedImport: org.apache.bsf.BSFMeclaredBean -->

+    <!-- [MPG] UnconnectedImport: org.apache.bsf.util.BSFEngineImpl -->

+    <!-- [MPG] UnconnectedImport: org.apache.bsf.BSFManager -->

+    <!-- [MPG] UnconnectedImport: javax.servlet.http.HttpServlet -->

+    <!-- [MPG] UnconnectedImport: javax.servlet.http.HttpServletRequest -->

+    <!-- [MPG] UnconnectedImport: javax.servlet.http.HttpServletResponse -->

+    <!-- [MPG] UnconnectedImport: javax.servlet.ServletException -->

+    <!-- [MPG] UnconnectedImport: text.html -->

+    <!-- [MPG] UnconnectedImport: text.plain --> 

+  </dependencies>

+

+</project>

diff --git a/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom.md5 b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom.md5
new file mode 100644
index 0000000..9740a32
--- /dev/null
+++ b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom.md5
@@ -0,0 +1 @@
+930e3ad67b0f57e046036fd57304064a
\ No newline at end of file
diff --git a/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom.sha1 b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom.sha1
new file mode 100644
index 0000000..ce04a0f
--- /dev/null
+++ b/common/m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom.sha1
@@ -0,0 +1 @@
+57e0b6a607859774b2cdd680c6f2aab147b83a4f
\ No newline at end of file
diff --git a/common/m2/repository/org/beanshell/bsh/maven-metadata.xml b/common/m2/repository/org/beanshell/bsh/maven-metadata.xml
new file mode 100644
index 0000000..2058397
--- /dev/null
+++ b/common/m2/repository/org/beanshell/bsh/maven-metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.beanshell</groupId>
+  <artifactId>bsh</artifactId>
+  <version>2.0b5</version>
+  <versioning>
+    <latest>2.0b5</latest>
+    <release>2.0b5</release>
+    <versions>
+      <version>1.3.0</version>
+      <version>2.0b4</version>
+      <version>2.0b5</version>
+    </versions>
+    <lastUpdated>20160210141519</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10-sources.jar b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10-sources.jar
new file mode 100644
index 0000000..f2878c5
--- /dev/null
+++ b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10-sources.jar.md5 b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10-sources.jar.md5
new file mode 100644
index 0000000..1f7db55
--- /dev/null
+++ b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10-sources.jar.md5
@@ -0,0 +1 @@
+f67fb15ad0e3482a522e5327086b386b
\ No newline at end of file
diff --git a/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10-sources.jar.sha1 b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10-sources.jar.sha1
new file mode 100644
index 0000000..2872b6f
--- /dev/null
+++ b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10-sources.jar.sha1
@@ -0,0 +1 @@
+11af8613a6b909307c7f2f554249c7b176cb50e6
\ No newline at end of file
diff --git a/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.jar b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.jar
new file mode 100644
index 0000000..a9e0f76
--- /dev/null
+++ b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.jar
Binary files differ
diff --git a/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.jar.md5 b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.jar.md5
new file mode 100644
index 0000000..9fd6e97
--- /dev/null
+++ b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.jar.md5
@@ -0,0 +1 @@
+83e26cb672a81f5bbda139436ef4d8d0
\ No newline at end of file
diff --git a/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.jar.sha1 b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.jar.sha1
new file mode 100644
index 0000000..b4696b0
--- /dev/null
+++ b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.jar.sha1
@@ -0,0 +1 @@
+6feb3e964aeb7097aff30c372aac3ec0f8d87ede
\ No newline at end of file
diff --git a/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.pom b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.pom
new file mode 100644
index 0000000..626544c
--- /dev/null
+++ b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.pom
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.testng</groupId>
+  <artifactId>testng</artifactId>
+  <version>6.9.10</version>
+  <dependencies>
+    <dependency>
+      <groupId>org.beanshell</groupId>
+      <artifactId>bsh</artifactId>
+      <version>2.0b4</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.beust</groupId>
+      <artifactId>jcommander</artifactId>
+      <version>1.48</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.7.0</version>
+      <scope>runtime</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.10</version>
+      <scope>runtime</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.yaml</groupId>
+      <artifactId>snakeyaml</artifactId>
+      <version>1.15</version>
+      <scope>runtime</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>com.google.inject</groupId>
+      <artifactId>guice</artifactId>
+      <version>4.0</version>
+      <classifier>no_aop</classifier>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.pom.md5 b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.pom.md5
new file mode 100644
index 0000000..829cfd8
--- /dev/null
+++ b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.pom.md5
@@ -0,0 +1 @@
+5982bd31de431434a7a6857ad82812ca
\ No newline at end of file
diff --git a/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.pom.sha1 b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.pom.sha1
new file mode 100644
index 0000000..be3702c
--- /dev/null
+++ b/common/m2/repository/org/testng/testng/6.9.10/testng-6.9.10.pom.sha1
@@ -0,0 +1 @@
+d2c36166f659a3cfe1bf60697e6e54823a0d88cc
\ No newline at end of file
diff --git a/common/m2/repository/org/testng/testng/maven-metadata.xml b/common/m2/repository/org/testng/testng/maven-metadata.xml
new file mode 100644
index 0000000..f65d07f
--- /dev/null
+++ b/common/m2/repository/org/testng/testng/maven-metadata.xml
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.testng</groupId>
+  <artifactId>testng</artifactId>
+  <version>6.9.10</version>
+  <versioning>
+    <latest>6.9.10</latest>
+    <release>6.9.10</release>
+    <versions>
+      <version>4.4.7</version>
+      <version>4.6.1</version>
+      <version>4.7</version>
+      <version>5.0</version>
+      <version>5.0.1</version>
+      <version>5.0.2</version>
+      <version>5.1</version>
+      <version>5.5</version>
+      <version>5.5.m</version>
+      <version>5.6</version>
+      <version>5.7</version>
+      <version>5.8</version>
+      <version>5.9</version>
+      <version>5.10</version>
+      <version>5.11</version>
+      <version>5.12.1</version>
+      <version>5.13</version>
+      <version>5.13.1</version>
+      <version>5.14</version>
+      <version>5.14.1</version>
+      <version>5.14.2</version>
+      <version>5.14.3</version>
+      <version>5.14.4</version>
+      <version>5.14.5</version>
+      <version>5.14.6</version>
+      <version>5.14.7</version>
+      <version>5.14.9</version>
+      <version>5.14.10</version>
+      <version>6.0</version>
+      <version>6.0.1</version>
+      <version>6.1</version>
+      <version>6.1.1</version>
+      <version>6.2</version>
+      <version>6.2.1</version>
+      <version>6.3</version>
+      <version>6.3.1</version>
+      <version>6.4</version>
+      <version>6.5.1</version>
+      <version>6.5.2</version>
+      <version>6.6</version>
+      <version>6.7</version>
+      <version>6.8</version>
+      <version>6.8.1</version>
+      <version>6.8.3</version>
+      <version>6.8.5</version>
+      <version>6.8.7</version>
+      <version>6.8.8</version>
+      <version>6.8.13</version>
+      <version>6.8.14</version>
+      <version>6.8.15</version>
+      <version>6.8.17</version>
+      <version>6.8.21</version>
+      <version>6.9.4</version>
+      <version>6.9.5</version>
+      <version>6.9.7</version>
+      <version>6.9.8</version>
+      <version>6.9.9</version>
+      <version>6.9.10</version>
+    </versions>
+    <lastUpdated>20151215211603</lastUpdated>
+  </versioning>
+</metadata>