File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <artifactId >SWBFormsCore</artifactId >
66 <version >1.0-SNAPSHOT</version >
77 <packaging >jar</packaging >
8+
9+ <repositories >
10+ <repository >
11+ <id >jitpack.io</id >
12+ <url >https://jitpack.io</url >
13+ </repository >
14+ </repositories >
15+
816 <dependencies >
9- <dependency >
17+ <!-- dependency>
1018 <groupId>org.semanticwb.datamanager</groupId>
1119 <artifactId>SWBDataManager</artifactId>
1220 <version>1.0-SNAPSHOT</version>
21+ </dependency-->
22+ <dependency >
23+ <groupId >com.github.SWBForms</groupId >
24+ <artifactId >SWBDataManager</artifactId >
25+ <version >1.0-SNAPSHOT</version >
1326 </dependency >
1427 <dependency >
1528 <groupId >javax</groupId >
2336 <maven .compiler.source>1.8</maven .compiler.source>
2437 <maven .compiler.target>1.8</maven .compiler.target>
2538 </properties >
26- </project >
39+ </project >
You can’t perform that action at this time.
0 commit comments