Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cloud/docker-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@
<include>io/aklivity/zilla/manager/**</include>
<include>io/aklivity/zilla/incubator/**</include>
<include>org/agrona/**</include>
<include>org/apache/apache/**</include>
<include>org/apache/maven/maven/**</include>
<include>org/apache/maven/maven-parent/**</include>
<include>jakarta/json/**</include>
<include>jakarta/inject/**</include>
<include>org/leadpony/justify/**</include>
Expand Down
6 changes: 3 additions & 3 deletions manager/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ This project includes:
JSON-B API under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
JSON-P Default Provider under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.yasson under Eclipse Public License v. 2.0 or Eclipse Distribution License v. 1.0
Plexus :: Component Annotations under The Apache Software License, Version 2.0
Plexus :: Component Annotations under Apache License, Version 2.0
Plexus Cipher: encryption/decryption Component under Apache Public License 2.0
Plexus Classworlds under The Apache Software License, Version 2.0
Plexus Common Utilities under The Apache Software License, Version 2.0
Plexus Classworlds under Apache License, Version 2.0
Plexus Common Utilities under Apache License, Version 2.0
Plexus Security Dispatcher Component under Apache Public License 2.0
Sisu-Inject-Plexus : Aggregate OSGi bundle under Eclipse Public License, Version 1.0

Expand Down
27 changes: 7 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
Expand Down Expand Up @@ -145,26 +152,6 @@
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
Expand Down
1 change: 0 additions & 1 deletion specs/engine.spec/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ under the License.
This project includes:
agrona under The Apache License, Version 2.0
ANTLR 4 Runtime under BSD-3-Clause
Hamcrest Core under New BSD License
ICU4J under Unicode/ICU License
Jakarta JSON Processing API under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
Java Unified Expression Language API under The Apache Software License, Version 2.0
Expand Down