[AAI] Revert some testing changes to ignore tests and rollback of eclipse perisistence 94/126594/3
authorwr148d <wr148d@att.com>
Thu, 13 Jan 2022 14:39:16 +0000 (09:39 -0500)
committerwr148d <wr148d@att.com>
Thu, 13 Jan 2022 15:34:21 +0000 (10:34 -0500)
Issue-ID: AAI-3428
Change-Id: Ib1a1235d44c1c0ddc767ad944eccafec7de618d1
Signed-off-by: wr148d <wr148d@att.com>
aai-core/src/test/java/org/onap/aai/introspection/sideeffect/AOwnerCheckTest.java [moved from aai-core/src/test/java/org/onap/aai/introspection/sideeffect/OwnerCheckTest.java with 99% similarity]
aai-parent/pom.xml

@@ -52,12 +52,10 @@ import org.onap.aai.serialization.db.DBSerializer;
 import org.onap.aai.serialization.engines.JanusGraphDBEngine;
 import org.onap.aai.serialization.engines.QueryStyle;
 import org.onap.aai.serialization.engines.TransactionalGraphEngine;
-import org.junit.Ignore;
 
 @RunWith(value = Parameterized.class)
 
-@Ignore
-public class OwnerCheckTest extends AAISetup {
+public class AOwnerCheckTest extends AAISetup {
 
     private static JanusGraph graph;
     private final static ModelType introspectorFactoryType = ModelType.MOXY;
index d6dffc2..81198ac 100644 (file)
@@ -60,7 +60,7 @@ limitations under the License.
     <docker.fabric.version>0.31.0</docker.fabric.version>
     <dmaap.client.version>1.1.9</dmaap.client.version>
     <easy.mock.version>4.0.2</easy.mock.version>
-    <eclipse.persistence.version>2.6.0</eclipse.persistence.version>
+    <eclipse.persistence.version>2.6.2</eclipse.persistence.version>
     <eelf.core.version>1.0.1-oss</eelf.core.version>
     <freemarker.version>2.3.31</freemarker.version>
     <google.guava.version>19.0</google.guava.version>