|
110 | 110 | <artifactId>pi4j-plugin-gpiod</artifactId> |
111 | 111 | <version>${pi4j.version}</version> |
112 | 112 | </dependency> |
113 | | - <!--> |
| 113 | + <!-- requires driver verification > |
| 114 | + <dependency> |
| 115 | + <groupId>com.pi4j</groupId> |
| 116 | + <artifactId>pi4j-plugin-ffm</artifactId> |
| 117 | + <version>${pi4j.version}</version> |
| 118 | + </dependency> |
| 119 | + <--> |
| 120 | + <dependency> |
| 121 | + <groupId>com.pi4j</groupId> |
| 122 | + <artifactId>pi4j-plugin-linuxfs</artifactId> |
| 123 | + <version>${pi4j.version}</version> |
| 124 | + </dependency> |
114 | 125 | <dependency> |
115 | | - <groupId>com.pi4j</groupId> |
116 | | - <artifactId>pi4j-plugin-ffm</artifactId> |
117 | | - <version>${pi4j.version}</version> |
118 | | - </dependency> |
119 | | - <--> |
| 126 | + <groupId>net.java.dev.jna</groupId> |
| 127 | + <artifactId>jna</artifactId> |
| 128 | + <version>5.12.1</version> |
| 129 | + </dependency> |
120 | 130 | <dependency> |
121 | | - <groupId>com.pi4j</groupId> |
122 | | - <artifactId>pi4j-plugin-linuxfs</artifactId> |
123 | | - <version>${pi4j.version}</version> |
124 | | - </dependency> |
125 | | - <dependency> |
126 | | - <groupId>net.java.dev.jna</groupId> |
127 | | - <artifactId>jna</artifactId> |
128 | | - <version>5.12.1</version> |
129 | | - </dependency> |
130 | | - <dependency> |
131 | | - <groupId>org.slf4j</groupId> |
132 | | - <artifactId>slf4j-api</artifactId> |
133 | | - <version>${slf4j.version}</version> |
134 | | - </dependency> |
135 | | - <dependency> |
136 | | - <groupId>org.slf4j</groupId> |
137 | | - <artifactId>slf4j-simple</artifactId> |
138 | | - <version>${slf4j.version}</version> |
139 | | - </dependency> |
140 | | - <!-- include Pi4J Core --> |
| 131 | + <groupId>org.slf4j</groupId> |
| 132 | + <artifactId>slf4j-api</artifactId> |
| 133 | + <version>${slf4j.version}</version> |
| 134 | + </dependency> |
| 135 | + <dependency> |
| 136 | + <groupId>org.slf4j</groupId> |
| 137 | + <artifactId>slf4j-simple</artifactId> |
| 138 | + <version>${slf4j.version}</version> |
| 139 | + </dependency> |
| 140 | + <!-- include Pi4J Core --> |
141 | 141 | <dependency> |
142 | 142 | <groupId>com.pi4j</groupId> |
143 | 143 | <artifactId>pi4j-core</artifactId> |
|
0 commit comments