This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
155 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-857 Bytes
...build/classes/java/main/com/ardikars/jxpacket/spring/boot/Pcap4jAutoConfiguration$1.class
Binary file not shown.
Binary file renamed
BIN
+1.74 KB
...pring/boot/JxnetAutoConfiguration$1.class → ...boot/jxnet/JxnetAutoConfiguration$1.class
Binary file not shown.
Binary file renamed
BIN
+16.2 KB
.../spring/boot/JxnetAutoConfiguration.class → ...g/boot/jxnet/JxnetAutoConfiguration.class
Binary file not shown.
Binary file added
BIN
+871 Bytes
...lasses/java/main/com/ardikars/jxpacket/spring/boot/pcap4j/Pcap4jAutoConfiguration$1.class
Binary file not shown.
Binary file renamed
BIN
+11.7 KB
...spring/boot/Pcap4jAutoConfiguration.class → ...boot/pcap4j/Pcap4jAutoConfiguration.class
Binary file not shown.
Binary file removed
BIN
-17 KB
...et-spring-boot-autoconfigure/build/libs/jxpacket-spring-boot-autoconfigure-1.1.0.RC19.jar
Binary file not shown.
Binary file removed
BIN
-17 KB
...et-spring-boot-autoconfigure/build/libs/jxpacket-spring-boot-autoconfigure-1.1.0.RC21.jar
Binary file not shown.
Binary file added
BIN
+17.4 KB
...et-spring-boot-autoconfigure/build/libs/jxpacket-spring-boot-autoconfigure-1.1.0.RC24.jar
Binary file not shown.
118 changes: 118 additions & 0 deletions
118
jxpacket-spring-boot-autoconfigure/build/poms/pom-default.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.ardikars.jxpacket</groupId> | ||
<artifactId>jxpacket-spring-boot-autoconfigure</artifactId> | ||
<version>1.1.0.RC24</version> | ||
<name>jxpacket-spring-boot-autoconfigure</name> | ||
<description>Jxpacket is a network packet crafting library for java.</description> | ||
<url>https://github.com/jxnet/Jxpacket</url> | ||
<organization> | ||
<name>ardikars</name> | ||
<url>http://ardikars.com</url> | ||
</organization> | ||
<licenses> | ||
<license> | ||
<name>GNU Lesser General Public License, Version 3.0</name> | ||
<url>http://www.gnu.org/licenses</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<id>ardikars</id> | ||
<name>Ardika Rommy Sanjaya</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:git:https://github.com/jxnet/Jxpacket.git</connection> | ||
<developerConnection>scm:git:[email protected]/jxnet/Jxpacket.git</developerConnection> | ||
<url>https://github.com/jxnet/Jxpacket.git</url> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.ardikars.jxpacket</groupId> | ||
<artifactId>jxpacket-jxnet</artifactId> | ||
<version>1.1.0.RC24</version> | ||
<scope>compile</scope> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.ardikars.jxpacket</groupId> | ||
<artifactId>jxpacket-pcap4j</artifactId> | ||
<version>1.1.0.RC24</version> | ||
<scope>compile</scope> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.ardikars.common</groupId> | ||
<artifactId>common-net</artifactId> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.ardikars.common</groupId> | ||
<artifactId>common-util</artifactId> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.netty</groupId> | ||
<artifactId>netty-buffer</artifactId> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.springframework.boot</groupId> | ||
<artifactId>spring-boot-configuration-processor</artifactId> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.springframework.boot</groupId> | ||
<artifactId>spring-boot-autoconfigure</artifactId> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.ardikars.jxpacket</groupId> | ||
<artifactId>jxpacket-common</artifactId> | ||
<version>1.1.0.RC24</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<version>4.12</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.ardikars.jxnet</groupId> | ||
<artifactId>jxnet</artifactId> | ||
<version>1.4.7.Final</version> | ||
<scope>import</scope> | ||
<type>pom</type> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.springframework.boot</groupId> | ||
<artifactId>spring-boot-dependencies</artifactId> | ||
<version>2.0.4.RELEASE</version> | ||
<scope>import</scope> | ||
<type>pom</type> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.netty</groupId> | ||
<artifactId>netty-bom</artifactId> | ||
<version>4.1.31.Final</version> | ||
<scope>import</scope> | ||
<type>pom</type> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.ardikars.common</groupId> | ||
<artifactId>common</artifactId> | ||
<version>1.2.2.Final</version> | ||
<scope>import</scope> | ||
<type>pom</type> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
</project> |
129 changes: 0 additions & 129 deletions
129
jxpacket-spring-boot-autoconfigure/build/reports/checkstyle/main.html
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
jxpacket-spring-boot-autoconfigure/build/reports/checkstyle/main.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.