Skip to content

Commit

Permalink
fix pom for plx4x -> plc4x rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaboss committed Nov 29, 2017
1 parent b5269e7 commit b1a2a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/apache-edgent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@

<dependencies>
<dependency>
<groupId>org.apache.plx4x</groupId>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<!-- need plc4j-core if we need to use PlcDriverManager -->
<dependency>
<groupId>org.apache.plx4x</groupId>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-core</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
Expand Down

0 comments on commit b1a2a92

Please sign in to comment.