Changeset bde8b13 for pom.xml


Ignore:
Timestamp:
01/09/24 01:26:08 (6 months ago)
Author:
ppaunovski <paunovskipavel@…>
Branches:
master
Children:
e272096
Parents:
b101b69
Message:

All 3 main use cases implemented.

  1. Starting a commute
  2. Writing a ticket
  3. Starting an instance of a Bus Line
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    rb101b69 rbde8b13  
    1818    </properties>
    1919    <dependencies>
     20        <dependency>
     21            <groupId>com.jcraft</groupId>
     22            <artifactId>jsch</artifactId>
     23            <version>0.1.55</version>
     24        </dependency>
    2025        <dependency>
    2126            <groupId>org.springframework.boot</groupId>
Note: See TracChangeset for help on using the changeset viewer.