Skip to content

Commit

Permalink
Fix assertion to match changed gson version in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed May 31, 2022
1 parent 6fdfb42 commit f7a36e2
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2011, 2021 SAP AG and others.
* Copyright (c) 2011, 2022 SAP AG and others.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
Expand All @@ -25,7 +25,7 @@

public class PomDependencyOnNonTychoArtifactTest extends AbstractTychoIntegrationTest {
private static final String POM_DEPENDENCY_BUNDLE_ID = "com.google.gson";
private static final String POM_DEPENDENCY_BUNDLE_VERSION = "1.6.0";
private static final String POM_DEPENDENCY_BUNDLE_VERSION = "2.8.9";
private static final String POM_DEPENDENCY_CLASSIFIER_BUNDLE_ID = "org.eclipse.jdt.compiler.apt.source";
private static final String POM_DEPENDENCY_CLASSIFIER_BUNDLE_VERSION = "1.0.500.v20120423-0553";

Expand Down

0 comments on commit f7a36e2

Please sign in to comment.