Skip to content

Commit 57cf4b4

Browse files
committed
* Issue #249 TaskRepository: move the JQL Query-String to Entity as Prepared Statement
* Issue #234 Taskstate: Task Edit Form -> change Project via DropDown * Issue #235 Project/Root: Task Edit Form -> change Project via DropDown * Issue #236 Project/id: Task Edit Form -> change Project via DropDown
1 parent e5585de commit 57cf4b4

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

pom.xml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,18 @@
602602
<groupId>org.springframework.security</groupId>
603603
<artifactId>spring-security-data</artifactId>
604604
</dependency>
605-
605+
<dependency>
606+
<groupId>org.joinfaces</groupId>
607+
<artifactId>weld-spring-boot-starter</artifactId>
608+
</dependency>
609+
<dependency>
610+
<groupId>org.joinfaces</groupId>
611+
<artifactId>adminfaces-spring-boot-starter</artifactId>
612+
</dependency>
613+
<dependency>
614+
<groupId>org.joinfaces</groupId>
615+
<artifactId>security-spring-boot-starter</artifactId>
616+
</dependency>
606617
<dependency>
607618
<groupId>org.postgresql</groupId>
608619
<artifactId>postgresql</artifactId>
@@ -619,16 +630,6 @@
619630
<optional>false</optional>
620631
<scope>provided</scope>
621632
</dependency>
622-
<!--
623-
<dependency>
624-
<groupId>ch.qos.logback</groupId>
625-
<artifactId>logback-core</artifactId>
626-
</dependency>
627-
<dependency>
628-
<groupId>ch.qos.logback</groupId>
629-
<artifactId>logback-access</artifactId>
630-
</dependency>
631-
-->
632633
<dependency>
633634
<groupId>org.webjars</groupId>
634635
<artifactId>font-awesome</artifactId>

0 commit comments

Comments
 (0)