Rev 207 | Rev 216 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 207 | Rev 209 | ||
|---|---|---|---|
| Line 122... | Line 122... | ||
| 122 | <dependency>
|
122 | <dependency>
|
| 123 | <groupId>org.primefaces.poseidon</groupId> |
123 | <groupId>org.primefaces.poseidon</groupId> |
| 124 | <artifactId>poseidon</artifactId> |
124 | <artifactId>poseidon</artifactId> |
| 125 | <version>3.0.0</version> |
125 | <version>3.0.0</version> |
| 126 | </dependency>
|
126 | </dependency>
|
| - | 127 | ||
| - | 128 | <dependency>
|
|
| - | 129 | <groupId>org.primefaces.extensions</groupId> |
|
| - | 130 | <artifactId>primefaces-extensions</artifactId> |
|
| - | 131 | <version>10.0.0</version> |
|
| - | 132 | </dependency>
|
|
| - | 133 | ||
| - | 134 | <!-- <dependency>
|
|
| - | 135 | <groupId>org.primefaces.themes</groupId>
|
|
| - | 136 | <artifactId>poseidon-theme</artifactId>
|
|
| - | 137 | <version>3.0.0</version>
|
|
| - | 138 | </dependency> -->
|
|
| - | 139 | ||
| - | 140 | <!-- https://mvnrepository.com/artifact/org.primefaces/maven-jsf-plugin -->
|
|
| - | 141 | <!-- <dependency>
|
|
| - | 142 | <groupId>org.primefaces</groupId>
|
|
| - | 143 | <artifactId>maven-jsf-plugin</artifactId>
|
|
| - | 144 | <version>1.3.2</version>
|
|
| - | 145 | </dependency> -->
|
|
| - | 146 | ||
| - | 147 | <!-- <dependency>
|
|
| - | 148 | <groupId>org.webjars</groupId>
|
|
| - | 149 | <artifactId>bootstrap</artifactId>
|
|
| - | 150 | <version>5.0.0</version>
|
|
| - | 151 | </dependency> -->
|
|
| - | 152 | ||
| 127 | 153 | ||
| 128 | </dependencies>
|
154 | </dependencies>
|
| 129 | 155 | ||
| 130 | <repositories>
|
156 | <repositories>
|
| 131 | <!--
|
157 | <!--
|