Updated OAuth2 refresh token request to create a new refresh token.
Change-Id: Ia08d037193c796d549a4434c3ac5bdf66f362cd8
diff --git a/core/pom.xml b/core/pom.xml
index 253b616..f5cfa3e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -60,9 +60,20 @@
<!-- build tests jar, so extensions can use fastjerseytest class to build
rest tests -->
- <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId>
- <version>3.0.1</version> <executions> <execution> <id>attach-sources</id>
- <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> -->
+ <!-- <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin> -->
+
<!-- Generate source jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>