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
5 changes: 0 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@

===============================================================

The files:
plc4j/transports/test/src/main/java/io/netty/channel/embedded/Plc4xEmbeddedChannel.java
plc4j/transports/test/src/main/java/io/netty/channel/embedded/Plc4xEmbeddedEventLoop.java
Are copyrighted by the The Netty Project which is distributed under the Apache 2.0 license.

The files:
plc4go/spi/transports/serial/serialport/apply_linux.go
plc4go/spi/transports/serial/serialport/apply_darwin.go
Expand Down
5 changes: 0 additions & 5 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ The Apache Software Foundation (http://www.apache.org/).

----------------------------------------------

This product includes software developed at
The Netty project (https://netty.io/).

----------------------------------------------

96 changes: 96 additions & 0 deletions plc4go/protocols/bacnetip/readwrite/model/BACnetVendorId.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3285,6 +3285,18 @@ public enum BACnetVendorId {

G_ASERV_GMBH((int) 1640, (int) 1640, "GAserv GmbH"),

LEEDS_ELECTRONICS_ENGINEERING_LIMITED((int) 1641, (int) 1641, "Leeds Electronics Engineering Limited"),

MITO_CONTRACTING_GROUP_INC((int) 1642, (int) 1642, "MITO Contracting Group Inc."),

CALECTROAB((int) 1643, (int) 1643, "Calectro AB"),

BMSOS_TECHNOLOGY_INC((int) 1644, (int) 1644, "bmsOS Technology Inc."),

VOSSLOH_SCHWABE_DEUTSCHAND_GMBH((int) 1645, (int) 1645, "Vossloh-Schwabe Deutschand GmbH"),

IVIVA_PTE_LTD((int) 1646, (int) 1646, "Iviva Pte Ltd"),

UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, "Unknown");

private static final Map<Integer, BACnetVendorId> map;
Expand Down
13 changes: 0 additions & 13 deletions plc4j/drivers/can/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,6 @@
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredDependencies combine.children="append">
<!--
For some reason we need to do this. The compiler needs it in order to compile,
but the plugin doesn't detect this.
-->
<ignoredDependency>io.netty:netty-buffer</ignoredDependency>
</ignoredDependencies>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
13 changes: 0 additions & 13 deletions plc4j/drivers/canopen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,6 @@
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredDependencies combine.children="append">
<!--
For some reason we need to do this. The compiler needs it in order to compile,
but the plugin doesn't detect this.
-->
<ignoredDependency>io.netty:netty-buffer</ignoredDependency>
</ignoredDependencies>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
21 changes: 0 additions & 21 deletions plc4j/drivers/opcua/Dockerfile.test

This file was deleted.

89 changes: 0 additions & 89 deletions plc4j/drivers/opcua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy-milo-dependencies</id>
<goals>
<goal>copy-dependencies</goal>
</goals>
<phase>test-compile</phase>
<configuration>
<includeArtifactIds>server-examples</includeArtifactIds>
<outputDirectory>${project.build.directory}/milo-testcontainer</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down Expand Up @@ -226,42 +209,12 @@
<version>1.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-utils-test-utils</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-client</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>stack-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>stack-client</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>server-examples</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.plc4x</groupId>
Expand All @@ -271,12 +224,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-api</artifactId>
<version>3.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
Expand All @@ -289,44 +236,8 @@
<version>1.21.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-core</artifactId>
<version>0.28.1</version>
<scope>test</scope>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-client</artifactId>
<version>${milo.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-core</artifactId>
<version>${milo.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>stack-core</artifactId>
<version>${milo.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>stack-client</artifactId>
<version>${milo.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>server-examples</artifactId>
<version>${milo.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<profiles>
<profile>
<id>update-generated-code</id>
Expand Down
Loading
Loading