diff --git a/src/main/resources/0.17-wld/_remote.repositories b/src/main/resources/0.17-wld/_remote.repositories new file mode 100644 index 00000000..6b9165d2 --- /dev/null +++ b/src/main/resources/0.17-wld/_remote.repositories @@ -0,0 +1,4 @@ +#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. +#Mon Sep 24 09:49:23 IST 2018 +javafaker-0.17-wld.pom>= +javafaker-0.17-wld.jar>= diff --git a/src/main/resources/0.17-wld/javafaker-0.17-wld-javadoc.jar.lastUpdated b/src/main/resources/0.17-wld/javafaker-0.17-wld-javadoc.jar.lastUpdated new file mode 100644 index 00000000..9bf07498 --- /dev/null +++ b/src/main/resources/0.17-wld/javafaker-0.17-wld-javadoc.jar.lastUpdated @@ -0,0 +1,4 @@ +#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. +#Wed Sep 26 12:53:58 IST 2018 +https\://repo.maven.apache.org/maven2/.lastUpdated=1537946638360 +https\://repo.maven.apache.org/maven2/.error= diff --git a/src/main/resources/0.17-wld/javafaker-0.17-wld-sources.jar.lastUpdated b/src/main/resources/0.17-wld/javafaker-0.17-wld-sources.jar.lastUpdated new file mode 100644 index 00000000..8fef6a9d --- /dev/null +++ b/src/main/resources/0.17-wld/javafaker-0.17-wld-sources.jar.lastUpdated @@ -0,0 +1,4 @@ +#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. +#Wed Sep 26 12:53:57 IST 2018 +https\://repo.maven.apache.org/maven2/.lastUpdated=1537946637567 +https\://repo.maven.apache.org/maven2/.error= diff --git a/src/main/resources/0.17-wld/javafaker-0.17-wld.jar b/src/main/resources/0.17-wld/javafaker-0.17-wld.jar new file mode 100644 index 00000000..9ebc4d58 Binary files /dev/null and b/src/main/resources/0.17-wld/javafaker-0.17-wld.jar differ diff --git a/src/main/resources/0.17-wld/javafaker-0.17-wld.pom b/src/main/resources/0.17-wld/javafaker-0.17-wld.pom new file mode 100644 index 00000000..1ff6b173 --- /dev/null +++ b/src/main/resources/0.17-wld/javafaker-0.17-wld.pom @@ -0,0 +1,151 @@ + + 4.0.0 + com.github.javafaker + javafaker + jar + 0.17-wld + Java Faker + + This library is a port of Ruby's stympy/faker gem (as well as Perl's Data::Faker library) that generates fake data. + It's useful when you're developing a new project and need some pretty data for showcase. + + http://github.com/DiUS/java-faker + + UTF-8 + UTF-8 + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:git:git://github.com/DiUS/java-faker.git + scm:git:git@github.com:DiUS/java-faker.git + git://github.com/DiUS/java-faker.git + + + + renshao + Ren Shao + renshao@gmail.com + + + codingricky + Ricky Yim + + + + + org.sonatype.oss + oss-parent + 7 + + + + org.apache.commons + commons-lang3 + 3.5 + + + org.yaml + snakeyaml + 1.20 + android + + + com.github.mifmif + generex + 1.0.2 + + + org.slf4j + slf4j-api + 1.7.25 + test + + + org.slf4j + slf4j-simple + 1.7.25 + test + + + junit + junit + 4.12 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + org.reflections + reflections + 0.9.11 + test + + + org.mockito + mockito-core + 2.17.0 + test + + + commons-validator + commons-validator + 1.6 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 1.6 + 1.6 + + + + org.eluder.coveralls + coveralls-maven-plugin + 4.3.0 + + ${env.COVERALLS_TOKEN} + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + xml + 256m + + + + org.codehaus.mojo + failsafe-maven-plugin + 2.4.3-alpha-1 + + + + integration-test + verify + + + + + + + +