Browse Source

Use Maven Central (#3723)

Mike Smith 7 years ago
parent
commit
8d617ee83d
2 changed files with 6 additions and 13 deletions
  1. 2 2
      frameworks/Java/gemini/README.md
  2. 4 11
      frameworks/Java/gemini/pom.xml

+ 2 - 2
frameworks/Java/gemini/README.md

@@ -1,6 +1,6 @@
-# Gemini Benchmarking Test
+# [Gemini](https://github.com/TechEmpower/gemini) Benchmarking Test
 
-This is the Gemini portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
+This is the [Gemini](https://github.com/TechEmpower/gemini) portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
 
 ### JSON Encoding Test
 

+ 4 - 11
frameworks/Java/gemini/pom.xml

@@ -15,13 +15,6 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
 
-    <repositories>
-        <repository>
-            <id>techempower</id>
-            <url>https://maven.techempower.com/releases</url>
-        </repository>
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>mysql</groupId>
@@ -35,13 +28,13 @@
         </dependency>
         <dependency>
             <groupId>com.techempower</groupId>
-            <artifactId>gemini-public</artifactId>
-            <version>2.19.0</version>
+            <artifactId>gemini</artifactId>
+            <version>2.21.1</version>
         </dependency>
         <dependency>
             <groupId>com.techempower</groupId>
-            <artifactId>gemini-resin-public</artifactId>
-            <version>2.19.0</version>
+            <artifactId>gemini-resin</artifactId>
+            <version>2.21.1</version>
         </dependency>
     </dependencies>