Skip to content

Commit

Permalink
Update copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
cbridgha committed Mar 13, 2024
1 parent 500ab56 commit e4fa18d
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 IBM Corporation and others.
* Copyright (c) 2023, 2024 IBM Corporation and others.
* All rights reserved. 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 Down Expand Up @@ -131,7 +131,7 @@ public static void addTransitiveExcludes(Dependency dep) {
exclusions.add(ex);
}

//We will add a pom excludes fragment in each of these dependency sections
//We will add a pom excludes fragment in each of these dependency sections - Proven these are NOT shipped
static Map<String, String> transitiveExcludes = new HashMap<String, String>() {
{
put("org.apache.openwebbeans:openwebbeans-ee-common:1.1.6", "javassist:javassist");
Expand Down

0 comments on commit e4fa18d

Please sign in to comment.